CONOPT
|
Functions | |
tutorial.TutModelData.buildModel (self) | |
adding the variables and constraints to the model | |
tutorial.TutModelData.evaluateNonlinearTerm (self, x, rowno, ignerr, thread) | |
tutorial.TutModelData.evaluateNonlinearJacobian (self, x, rowno, jacnum, ignerr, thread) | |
a tutorial providing an introduction to the CONOPT API
For more information about the individual callbacks, please have a look at the source code.
tutorial.TutModelData.buildModel | ( | self | ) |
adding the variables and constraints to the model
Definition at line 25 of file tutorial.py.
tutorial.TutModelData.evaluateNonlinearTerm | ( | self, | |
x, | |||
rowno, | |||
ignerr, | |||
thread ) |
Definition at line 51 of file tutorial.py.
tutorial.TutModelData.evaluateNonlinearJacobian | ( | self, | |
x, | |||
rowno, | |||
jacnum, | |||
ignerr, | |||
thread ) |
Definition at line 71 of file tutorial.py.