pub fn holds_in(
label: &[Environment],
context: Environment,
nogoods: &[Environment],
) -> boolExpand description
Is a node with this label believed in context? The context must be consistent (not a
superset of any nogood) AND contain one of the node’s supporting environments.