pub fn not_equals<Var>(
terms: impl Into<Box<[Var]>>,
rhs: i32,
constraint_tag: ConstraintTag,
) -> impl NegatableConstraintwhere
Var: IntegerVariable + Clone + 'static,Expand description
Create the NegatableConstraint ∑ terms_i != rhs.
Its negation is equals.