Skip to main content

clause

Function clause 

Source
pub fn clause(
    literals: impl Into<Vec<Literal>>,
    constraint_tag: ConstraintTag,
) -> impl NegatableConstraint
Expand description

Creates the NegatableConstraint \/ literal

Its negation is /\ !literal