Interface CliqueAlgorithm<V>

  • Type Parameters:
    V - vertex the graph vertex type
    All Known Implementing Classes:
    ChordalGraphMaxCliqueFinder

    public interface CliqueAlgorithm<V>
    Algorithm to compute a (weighted) Clique in a graph.
    Author:
    Joris Kinable