pub fn matches(
mol: &Molecule,
enumerate_mode: EnumerateMode,
canonize_mode: CanonizeMode,
parallel_mode: ParallelMode,
) -> Vec<(BitSet, BitSet)>
Expand description
Helper function for index_search
; only public for benchmarking.
Return all pairs of non-overlapping, isomorphic subgraphs in the molecule, sorted to guarantee deterministic iteration.