the constraint data
More...
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| index = property(libconopt4_python.Constraint_index_get, libconopt4_python.Constraint_index_set, doc=) |
|
| constype = property(libconopt4_python.Constraint_constype_get, libconopt4_python.Constraint_constype_set, doc=) |
|
| rhs = property(libconopt4_python.Constraint_rhs_get, libconopt4_python.Constraint_rhs_set, doc=) |
|
| slackstatus = property(libconopt4_python.Constraint_slackstatus_get, libconopt4_python.Constraint_slackstatus_set, doc=) |
|
the constraint data
This struct is used internally for supplying the variable data to CONOPT. The user is able to query this data from the ConoptModelData object. However, the user is not able to change the data after the variable has been added to CONOPT.
Definition at line 1915 of file pyconopt.py.
◆ __init__()
pyconopt.Constraint.__init__ |
( |
| self, |
|
|
| idx, |
|
|
| type, |
|
|
| bound, |
|
|
| slackstat ) |
◆ thisown
pyconopt.Constraint.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
◆ index
pyconopt.Constraint.index = property(libconopt4_python.Constraint_index_get, libconopt4_python.Constraint_index_set, doc=) |
|
static |
◆ constype
pyconopt.Constraint.constype = property(libconopt4_python.Constraint_constype_get, libconopt4_python.Constraint_constype_set, doc=) |
|
static |
◆ rhs
pyconopt.Constraint.rhs = property(libconopt4_python.Constraint_rhs_get, libconopt4_python.Constraint_rhs_set, doc=) |
|
static |
◆ slackstatus
pyconopt.Constraint.slackstatus = property(libconopt4_python.Constraint_slackstatus_get, libconopt4_python.Constraint_slackstatus_set, doc=) |
|
static |
The documentation for this class was generated from the following file: