Uses of Interface
com.jgalgo.alg.clique.MaximalIndependentSetsEnumerator
Package
Description
Algorithms for solving cliques and independent sets problems.
-
Uses of MaximalIndependentSetsEnumerator in com.jgalgo.alg.clique
Modifier 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.Modifier and TypeMethodDescriptionMaximalIndependentSetsEnumerator.newInstance()
Create a new maximal independent sets algorithm object.