ConstraintHints#
- class ConstraintHints#
ConstraintHints wrapper for Python
- __copy__() ConstraintHints#
- __eq__(other: object) bool#
- __new__(one_hot_constraints: Sequence[OneHot] = [], sos1_constraints: Sequence[Sos1] = []) ConstraintHints#
- __repr__() str#
- property one_hot_constraints: list[OneHot]#
Read-only property.
- property sos1_constraints: list[Sos1]#
Read-only property.