CONOPT
|
Data Structures | |
class | _SwigNonDynamicMeta |
Meta class to enforce nondynamic attributes (no new attributes) for a class. More... | |
class | Conopt |
The Conopt class. More... | |
class | ConoptAlgProgress |
Proxy of C++ ConoptAlgProgress class. More... | |
class | ConoptModelData |
The Model Data class. More... | |
class | Constraint |
the constraint data More... | |
class | DoubleVector |
Proxy of C++ std::vector< double > class. More... | |
class | IntArray3 |
Proxy of C++ std::array< int,3 > class. More... | |
class | IntVector |
Proxy of C++ std::vector< int > class. More... | |
class | MessageHandler |
The message handler class. More... | |
class | ModelData |
A class that can be extended to build and solve a model using Conopt. More... | |
class | StringVector |
Proxy of C++ std::vector< std::string > class. More... | |
class | SwigPyIterator |
Proxy of C++ swig::SwigPyIterator class. More... | |
class | Variable |
the variable data More... | |
Functions | |
_swig_repr (self) | |
_swig_setattr_nondynamic_instance_variable (set) | |
_swig_setattr_nondynamic_class_variable (set) | |
_swig_add_metaclass (metaclass) | |
Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass. | |
Variables | |
CONOPT_INF = libconopt4_python.CONOPT_INF | |
ConstraintType_Eq = libconopt4_python.ConstraintType_Eq | |
ConstraintType_GtEq = libconopt4_python.ConstraintType_GtEq | |
ConstraintType_LtEq = libconopt4_python.ConstraintType_LtEq | |
ConstraintType_Free = libconopt4_python.ConstraintType_Free | |
ObjectiveElement_Variable = libconopt4_python.ObjectiveElement_Variable | |
ObjectiveElement_Constraint = libconopt4_python.ObjectiveElement_Constraint | |
Sense_Minimize = libconopt4_python.Sense_Minimize | |
Sense_Maximize = libconopt4_python.Sense_Maximize | |
VerbosityLevel_VerbLevelMin = libconopt4_python.VerbosityLevel_VerbLevelMin | |
VerbosityLevel__None = libconopt4_python.VerbosityLevel__None | |
VerbosityLevel_Normal = libconopt4_python.VerbosityLevel_Normal | |
VerbosityLevel_Error = libconopt4_python.VerbosityLevel_Error | |
VerbosityLevel_Debug = libconopt4_python.VerbosityLevel_Debug | |
VerbosityLevel_VerbLevelMax = libconopt4_python.VerbosityLevel_VerbLevelMax | |
SDEvaluationType__None = libconopt4_python.SDEvaluationType__None | |
SDEvaluationType_Constraint = libconopt4_python.SDEvaluationType_Constraint | |
SDEvaluationType_Lagrangian = libconopt4_python.SDEvaluationType_Lagrangian | |
EvaluationMode_TermsOnly = libconopt4_python.EvaluationMode_TermsOnly | |
EvaluationMode_JacobianOnly = libconopt4_python.EvaluationMode_JacobianOnly | |
EvaluationMode_Both = libconopt4_python.EvaluationMode_Both | |
|
protected |
Definition at line 22 of file pyconopt.py.
|
protected |
Definition at line 30 of file pyconopt.py.
|
protected |
Definition at line 43 of file pyconopt.py.
|
protected |
Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass.
Definition at line 52 of file pyconopt.py.
pyconopt.CONOPT_INF = libconopt4_python.CONOPT_INF |
Definition at line 1380 of file pyconopt.py.
pyconopt.ConstraintType_Eq = libconopt4_python.ConstraintType_Eq |
Definition at line 1382 of file pyconopt.py.
pyconopt.ConstraintType_GtEq = libconopt4_python.ConstraintType_GtEq |
Definition at line 1384 of file pyconopt.py.
pyconopt.ConstraintType_LtEq = libconopt4_python.ConstraintType_LtEq |
Definition at line 1386 of file pyconopt.py.
pyconopt.ConstraintType_Free = libconopt4_python.ConstraintType_Free |
Definition at line 1388 of file pyconopt.py.
pyconopt.ObjectiveElement_Variable = libconopt4_python.ObjectiveElement_Variable |
Definition at line 1390 of file pyconopt.py.
pyconopt.ObjectiveElement_Constraint = libconopt4_python.ObjectiveElement_Constraint |
Definition at line 1392 of file pyconopt.py.
pyconopt.Sense_Minimize = libconopt4_python.Sense_Minimize |
Definition at line 1394 of file pyconopt.py.
pyconopt.Sense_Maximize = libconopt4_python.Sense_Maximize |
Definition at line 1396 of file pyconopt.py.
pyconopt.VerbosityLevel_VerbLevelMin = libconopt4_python.VerbosityLevel_VerbLevelMin |
Definition at line 1398 of file pyconopt.py.
pyconopt.VerbosityLevel__None = libconopt4_python.VerbosityLevel__None |
Definition at line 1400 of file pyconopt.py.
pyconopt.VerbosityLevel_Normal = libconopt4_python.VerbosityLevel_Normal |
Definition at line 1402 of file pyconopt.py.
pyconopt.VerbosityLevel_Error = libconopt4_python.VerbosityLevel_Error |
Definition at line 1404 of file pyconopt.py.
pyconopt.VerbosityLevel_Debug = libconopt4_python.VerbosityLevel_Debug |
Definition at line 1406 of file pyconopt.py.
pyconopt.VerbosityLevel_VerbLevelMax = libconopt4_python.VerbosityLevel_VerbLevelMax |
Definition at line 1408 of file pyconopt.py.
pyconopt.SDEvaluationType__None = libconopt4_python.SDEvaluationType__None |
Definition at line 1410 of file pyconopt.py.
pyconopt.SDEvaluationType_Constraint = libconopt4_python.SDEvaluationType_Constraint |
Definition at line 1412 of file pyconopt.py.
pyconopt.SDEvaluationType_Lagrangian = libconopt4_python.SDEvaluationType_Lagrangian |
Definition at line 1414 of file pyconopt.py.
pyconopt.EvaluationMode_TermsOnly = libconopt4_python.EvaluationMode_TermsOnly |
Definition at line 2385 of file pyconopt.py.
pyconopt.EvaluationMode_JacobianOnly = libconopt4_python.EvaluationMode_JacobianOnly |
Definition at line 2387 of file pyconopt.py.
pyconopt.EvaluationMode_Both = libconopt4_python.EvaluationMode_Both |
Definition at line 2389 of file pyconopt.py.