Struct voice::bronkerbosch::BronKerbosch [] [src]

pub struct BronKerbosch<N: NodeTrait, E> { /* fields omitted */ }

Implementation of "Algorithm 457: Finding All Cliques of an Undirected Graph" by Bronand Kerbosch; http://doi.acm.org/10.1145/362342.362367

Methods

impl<N: NodeTrait, E> BronKerbosch<N, E>
[src]