Uses of Interface
com.jgalgo.alg.clique.MaximalIndependentSetsEnumerator
Packages that use MaximalIndependentSetsEnumerator
Package
Description
Algorithms for solving cliques and independent sets problems.
-
Uses of MaximalIndependentSetsEnumerator in com.jgalgo.alg.clique
Classes in com.jgalgo.alg.clique that implement MaximalIndependentSetsEnumeratorModifier and TypeClassDescriptionclass
Abstract class for enumerating over all maximal independent sets in a graph.class
Compute the maximal independent sets of a graph by computing the maximal cliques of the complement graph.Methods in com.jgalgo.alg.clique that return MaximalIndependentSetsEnumeratorModifier and TypeMethodDescriptionMaximalIndependentSetsEnumerator.newInstance()
Create a new maximal independent sets algorithm object.