Uses of Interface
com.jgalgo.alg.closure.ClosuresEnumerator
Packages that use ClosuresEnumerator
-
Uses of ClosuresEnumerator in com.jgalgo.alg.closure
Classes in com.jgalgo.alg.closure that implement ClosuresEnumeratorModifier and TypeClassDescriptionclass
Abstract class for enumerating over all the closure subsets in a directed graph.class
Schrage-Baker algorithm for enumerating all the closure subsets in a directed graph.Methods in com.jgalgo.alg.closure that return ClosuresEnumeratorModifier and TypeMethodDescriptionstatic ClosuresEnumerator
ClosuresEnumerator.newInstance()
Create a new closure enumeration algorithm.