Function enumerate_subgraphs

Source
pub fn enumerate_subgraphs(
    mol: &Molecule,
    mode: EnumerateMode,
) -> HashSet<BitSet>
Expand description

Return an interator over all connected, non-induced subgraphs of the molecular graph mol using the algorithm specified by mode.