|
| | __init__ (self) |
| |
| | buildModel (self) |
| | adding the variables and constraints to the model
|
| |
| | evaluateNonlinearTerm (self, x, rowno, ignerr, thread) |
| | callback method for evaluating the nonlinear terms in a given row
|
| |
| | evaluateNonlinearJacobian (self, x, rowno, jacnum, ignerr, thread) |
| | callback method for evaluating the jacobian for the nonlinear terms in a given row
|
| |
|
| | varidx |
| |
| | considx = self.addConstraint(co.ConstraintType_Eq, 10, [0], [0], [1]) |
| |
Definition at line 18 of file largeres2.py.
◆ __init__()
| largeres2.LargeResModelData.__init__ |
( |
| self | ) |
|
◆ varidx
| largeres2.LargeResModelData.varidx |
Initial value:= self.addVariable(
-co.Conopt.Infinity, co.Conopt.Infinity, 100.0
)
Definition at line 28 of file largeres2.py.
◆ considx
| largeres2.LargeResModelData.considx = self.addConstraint(co.ConstraintType_Eq, 10, [0], [0], [1]) |
The documentation for this class was generated from the following file:
- /builds/devel/conopt/conopt/examples/Python_1thread/largeres2.py