Uses of Interface
com.jgalgo.alg.closure.ClosuresEnumerator
-
Packages that use ClosuresEnumerator Package Description com.jgalgo.alg.closure Algorithms for findings closures in graphs. -
-
Uses of ClosuresEnumerator in com.jgalgo.alg.closure
Classes in com.jgalgo.alg.closure that implement ClosuresEnumerator Modifier and Type Class Description class
ClosuresEnumeratorAbstract
Abstract class for enumerating over all the closure subsets in a directed graph.class
ClosuresEnumeratorSchrageBaker
Schrage-Baker algorithm for enumerating all the closure subsets in a directed graph.Methods in com.jgalgo.alg.closure that return ClosuresEnumerator Modifier and Type Method Description static ClosuresEnumerator
ClosuresEnumerator. newInstance()
Create a new closure enumeration algorithm.
-