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