CONOPT
Loading...
Searching...
No Matches
pyconopt.py File Reference

Data Structures

class  pyconopt._SwigNonDynamicMeta
 Meta class to enforce nondynamic attributes (no new attributes) for a class. More...
 
class  pyconopt.SwigPyIterator
 Proxy of C++ swig::SwigPyIterator class. More...
 
class  pyconopt.IntVector
 Proxy of C++ std::vector< int > class. More...
 
class  pyconopt.DoubleVector
 Proxy of C++ std::vector< double > class. More...
 
class  pyconopt.StringVector
 Proxy of C++ std::vector< std::string > class. More...
 
class  pyconopt.IntArray3
 Proxy of C++ std::array< int,3 > class. More...
 
class  pyconopt.Conopt
 The Conopt class. More...
 
class  pyconopt.Variable
 the variable data More...
 
class  pyconopt.Constraint
 the constraint data More...
 
class  pyconopt.ConoptModelData
 The Model Data class. More...
 
class  pyconopt.ConoptAlgProgress
 Proxy of C++ ConoptAlgProgress class. More...
 
class  pyconopt.MessageHandler
 The message handler class. More...
 
class  pyconopt.ModelData
 A class that can be extended to build and solve a model using Conopt. More...
 

Functions

 pyconopt._swig_repr (self)
 
 pyconopt._swig_setattr_nondynamic_instance_variable (set)
 
 pyconopt._swig_setattr_nondynamic_class_variable (set)
 
 pyconopt._swig_add_metaclass (metaclass)
 Class decorator for adding a metaclass to a SWIG wrapped class - a slimmed down version of six.add_metaclass.
 

Variables

 pyconopt.CONOPT_INF = libconopt4_python.CONOPT_INF
 
 pyconopt.ConstraintType_Eq = libconopt4_python.ConstraintType_Eq
 
 pyconopt.ConstraintType_GtEq = libconopt4_python.ConstraintType_GtEq
 
 pyconopt.ConstraintType_LtEq = libconopt4_python.ConstraintType_LtEq
 
 pyconopt.ConstraintType_Free = libconopt4_python.ConstraintType_Free
 
 pyconopt.ObjectiveElement_Variable = libconopt4_python.ObjectiveElement_Variable
 
 pyconopt.ObjectiveElement_Constraint = libconopt4_python.ObjectiveElement_Constraint
 
 pyconopt.Sense_Minimize = libconopt4_python.Sense_Minimize
 
 pyconopt.Sense_Maximize = libconopt4_python.Sense_Maximize
 
 pyconopt.VerbosityLevel_VerbLevelMin = libconopt4_python.VerbosityLevel_VerbLevelMin
 
 pyconopt.VerbosityLevel__None = libconopt4_python.VerbosityLevel__None
 
 pyconopt.VerbosityLevel_Normal = libconopt4_python.VerbosityLevel_Normal
 
 pyconopt.VerbosityLevel_Error = libconopt4_python.VerbosityLevel_Error
 
 pyconopt.VerbosityLevel_Debug = libconopt4_python.VerbosityLevel_Debug
 
 pyconopt.VerbosityLevel_VerbLevelMax = libconopt4_python.VerbosityLevel_VerbLevelMax
 
 pyconopt.SDEvaluationType__None = libconopt4_python.SDEvaluationType__None
 
 pyconopt.SDEvaluationType_Constraint = libconopt4_python.SDEvaluationType_Constraint
 
 pyconopt.SDEvaluationType_Lagrangian = libconopt4_python.SDEvaluationType_Lagrangian
 
 pyconopt.EvaluationMode_TermsOnly = libconopt4_python.EvaluationMode_TermsOnly
 
 pyconopt.EvaluationMode_JacobianOnly = libconopt4_python.EvaluationMode_JacobianOnly
 
 pyconopt.EvaluationMode_Both = libconopt4_python.EvaluationMode_Both