Package com.jgalgo.alg.closure
Algorithms for findings closures in graphs.
-
Interface Summary Interface Description ClosuresEnumerator An algorithm that enumerate all the closure subsets in a directed graph. -
Class Summary Class Description ClosuresEnumeratorAbstract Abstract class for enumerating over all the closure subsets in a directed graph.ClosuresEnumeratorSchrageBaker Schrage-Baker algorithm for enumerating all the closure subsets in a directed graph.