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 TypeClassDescriptionclassAbstract class for enumerating over all the closure subsets in a directed graph.classSchrage-Baker algorithm for enumerating all the closure subsets in a directed graph.Methods in com.jgalgo.alg.closure that return ClosuresEnumeratorModifier and TypeMethodDescriptionstatic ClosuresEnumeratorClosuresEnumerator.newInstance()Create a new closure enumeration algorithm.