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
.
pub fn enumerate_subgraphs(
mol: &Molecule,
mode: EnumerateMode,
) -> HashSet<BitSet>
Return an interator over all connected, non-induced subgraphs of the
molecular graph mol
using the algorithm specified by mode
.