Function bound_exceeded

Source
pub fn bound_exceeded(
    mol: &Molecule,
    fragments: &[BitSet],
    state_index: usize,
    best_index: usize,
    largest_remove: usize,
    bounds: &[Bound],
) -> bool
Expand description

Returns true iff any of the given bounds would prune this assembly state.