active
|
The active status of this object. |
body
|
The body of the constraint |
bounds
|
The bounds of the constraint as a tuple (lb, ub) |
ctype
|
The object's category type. |
equality
|
Returns True when this is an equality constraint. |
expr
|
Get or set the expression on this constraint. |
lb
|
The value of the lower bound of the constraint |
local_name
|
The object's local name within the context of its parent. |
lower
|
The expression for the lower bound of the constraint |
lslack
|
Lower slack (body - lb). |
name
|
The object's fully qualified name. |
parent
|
The object's parent (possibly None). |
rhs
|
The right-hand side of the constraint |
slack
|
min(lslack, uslack). |
storage_key
|
The object's storage key within its parent |
ub
|
The value of the upper bound of the constraint |
upper
|
The expression for the upper bound of the constraint |
uslack
|
Upper slack (ub - body). |