Class BronKerboschCliqueFinder

java.lang.Object
org.graph4j.SimpleGraphAlgorithm
org.graph4j.clique.BronKerboschCliqueFinder

@Deprecated public class BronKerboschCliqueFinder extends SimpleGraphAlgorithm
Deprecated.
Obtains all maximal cliques of a graph. Recursive implementation. It is more convenient to use BronKerboschCliqueIterator. Implemented after: Etsuji Tomita, Akira Tanaka, Haruhisa Takahashi, "The worst-case time complexity for generating all maximal cliques and computational experiments".
Author:
Cristian Frăsinaru
See Also:
  • Constructor Details

    • BronKerboschCliqueFinder

      public BronKerboschCliqueFinder(Graph graph)
      Deprecated.
  • Method Details

    • getCliques

      public List<Clique> getCliques()
      Deprecated.