pub fn clause(
literals: impl Into<Vec<Literal>>,
constraint_tag: ConstraintTag,
) -> impl NegatableConstraintExpand description
Creates the NegatableConstraint \/ literal
Its negation is /\ !literal
pub fn clause(
literals: impl Into<Vec<Literal>>,
constraint_tag: ConstraintTag,
) -> impl NegatableConstraintCreates the NegatableConstraint \/ literal
Its negation is /\ !literal