CONOPT
|
Functions | |
tutorial2.TutModelData.buildModel (self) | |
adding the variables and constraints to the model | |
tutorial2.TutModelData.evaluateNonlinearTerm (self, x, rowno, ignerr, thread) | |
tutorial2.TutModelData.evaluateNonlinearJacobian (self, x, rowno, jacnum, ignerr, thread) | |
tutorial2.TutModelData.evaluateSDLagrangian (self, x, u, hessianrow, hessiancol) | |
This model is a revision of Tutorial in which we have added a set of 2nd derivative routines, Tut_2DLagrStr and Tut_2DLagrVal.
For more information about the individual callbacks, please have a look at the source code.
tutorial2.TutModelData.buildModel | ( | self | ) |
adding the variables and constraints to the model
Definition at line 28 of file tutorial2.py.
tutorial2.TutModelData.evaluateNonlinearTerm | ( | self, | |
x, | |||
rowno, | |||
ignerr, | |||
thread ) |
Definition at line 57 of file tutorial2.py.
tutorial2.TutModelData.evaluateNonlinearJacobian | ( | self, | |
x, | |||
rowno, | |||
jacnum, | |||
ignerr, | |||
thread ) |
Definition at line 77 of file tutorial2.py.
tutorial2.TutModelData.evaluateSDLagrangian | ( | self, | |
x, | |||
u, | |||
hessianrow, | |||
hessiancol ) |
Definition at line 101 of file tutorial2.py.