SpecialConstraintKind#
- class SpecialConstraintKind#
Kind of active special constraint in an instance.
Use these values with :attr:
Instance.active_special_constraint_kindsto inspect an instance and :meth:Instance.lower_special_constraintsto select special constraint families for explicit lowering to regular constraints. This is a transformation selector, not an adapter input declaration or anommx.v2.Featurewire-format requirement.- Indicator#
Indicator constraints: binvar = 1 → f(x) <= 0
- OneHot#
One-hot constraints: exactly one of a set of binary variables must be 1
- Sos1#
SOS1 constraints: at most one of a set of variables can be non-zero