Uses of Class
com.jgalgo.alg.clique.MaximalIndependentSetsEnumeratorAbstract
Package
Description
Algorithms for solving cliques and independent sets problems.
-
Uses of MaximalIndependentSetsEnumeratorAbstract in com.jgalgo.alg.clique
Modifier and TypeClassDescriptionclass
Compute the maximal independent sets of a graph by computing the maximal cliques of the complement graph.