5.8. Constr¶
- class Constr¶
This class represents a constraint.
It is usually generated by comparison between expressions.
Properties
This index of this constraint.
The left-hand-side value for this constraint.
The right-hand-side value for this constraint.
The comparator for this constraint.
- property index: int¶
This index of this constraint.
- property lhs: TensorLike | ArrayLike¶
The left-hand-side value for this constraint.
- property rhs: TensorLike | ArrayLike¶
The right-hand-side value for this constraint.
- property sense: str¶
The comparator for this constraint.