Skip to main content

binary_greater_than

Function binary_greater_than 

Source
pub fn binary_greater_than<Var>(
    lhs: Var,
    rhs: Var,
    constraint_tag: ConstraintTag,
) -> impl NegatableConstraint
where Var: IntegerVariable + 'static,
Expand description

Creates the NegatableConstraint lhs > rhs.

Its negation is lhs <= rhs.