CONOPT
|
Topics | |
tutorial.py | |
a tutorial providing an introduction to the CONOPT API | |
tutorial2.py | |
This model is a revision of Tutorial in which we have added a set of 2nd derivative routines, Tut_2DLagrStr and Tut_2DLagrVal. | |
tutoriali.py | |
This model is a revision of Tutorial in which we have added a an initialization callback for the First derivative, Tut_FDEvalIni. | |
qp1.py | |
The current model is a simple QP model with a sparse Q matrix, bounded variables, and one constraint. | |
qp2.py | |
Similar to qp1 but uses directional 2nd derivatives. | |
qp3.py | |
Similar to qp1 but uses 2nd derivatives as a matrix. | |
qp4.py | |
A combination of qp2 and qp3. | |
Examples written in Python that use a single thread.