pub fn binary_not_equals<Var>(
lhs: Var,
rhs: Var,
constraint_tag: ConstraintTag,
) -> impl NegatableConstraintwhere
Var: IntegerVariable + 'static,Expand description
Creates the NegatableConstraint lhs != rhs.
Its negation is binary_equals.