CONOPT
Loading...
Searching...
No Matches
pyconopt Namespace Reference

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
 

Function Documentation

◆ _swig_repr()

pyconopt._swig_repr ( self)
protected

Definition at line 22 of file pyconopt.py.

◆ _swig_setattr_nondynamic_instance_variable()

pyconopt._swig_setattr_nondynamic_instance_variable ( set)
protected

Definition at line 30 of file pyconopt.py.

◆ _swig_setattr_nondynamic_class_variable()

pyconopt._swig_setattr_nondynamic_class_variable ( set)
protected

Definition at line 43 of file pyconopt.py.

◆ _swig_add_metaclass()

pyconopt._swig_add_metaclass ( metaclass)
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.

Variable Documentation

◆ CONOPT_INF

pyconopt.CONOPT_INF = libconopt4_python.CONOPT_INF

Definition at line 1380 of file pyconopt.py.

◆ ConstraintType_Eq

pyconopt.ConstraintType_Eq = libconopt4_python.ConstraintType_Eq

Definition at line 1382 of file pyconopt.py.

◆ ConstraintType_GtEq

pyconopt.ConstraintType_GtEq = libconopt4_python.ConstraintType_GtEq

Definition at line 1384 of file pyconopt.py.

◆ ConstraintType_LtEq

pyconopt.ConstraintType_LtEq = libconopt4_python.ConstraintType_LtEq

Definition at line 1386 of file pyconopt.py.

◆ ConstraintType_Free

pyconopt.ConstraintType_Free = libconopt4_python.ConstraintType_Free

Definition at line 1388 of file pyconopt.py.

◆ ObjectiveElement_Variable

pyconopt.ObjectiveElement_Variable = libconopt4_python.ObjectiveElement_Variable

Definition at line 1390 of file pyconopt.py.

◆ ObjectiveElement_Constraint

pyconopt.ObjectiveElement_Constraint = libconopt4_python.ObjectiveElement_Constraint

Definition at line 1392 of file pyconopt.py.

◆ Sense_Minimize

pyconopt.Sense_Minimize = libconopt4_python.Sense_Minimize

Definition at line 1394 of file pyconopt.py.

◆ Sense_Maximize

pyconopt.Sense_Maximize = libconopt4_python.Sense_Maximize

Definition at line 1396 of file pyconopt.py.

◆ VerbosityLevel_VerbLevelMin

pyconopt.VerbosityLevel_VerbLevelMin = libconopt4_python.VerbosityLevel_VerbLevelMin

Definition at line 1398 of file pyconopt.py.

◆ VerbosityLevel__None

pyconopt.VerbosityLevel__None = libconopt4_python.VerbosityLevel__None

Definition at line 1400 of file pyconopt.py.

◆ VerbosityLevel_Normal

pyconopt.VerbosityLevel_Normal = libconopt4_python.VerbosityLevel_Normal

Definition at line 1402 of file pyconopt.py.

◆ VerbosityLevel_Error

pyconopt.VerbosityLevel_Error = libconopt4_python.VerbosityLevel_Error

Definition at line 1404 of file pyconopt.py.

◆ VerbosityLevel_Debug

pyconopt.VerbosityLevel_Debug = libconopt4_python.VerbosityLevel_Debug

Definition at line 1406 of file pyconopt.py.

◆ VerbosityLevel_VerbLevelMax

pyconopt.VerbosityLevel_VerbLevelMax = libconopt4_python.VerbosityLevel_VerbLevelMax

Definition at line 1408 of file pyconopt.py.

◆ SDEvaluationType__None

pyconopt.SDEvaluationType__None = libconopt4_python.SDEvaluationType__None

Definition at line 1410 of file pyconopt.py.

◆ SDEvaluationType_Constraint

pyconopt.SDEvaluationType_Constraint = libconopt4_python.SDEvaluationType_Constraint

Definition at line 1412 of file pyconopt.py.

◆ SDEvaluationType_Lagrangian

pyconopt.SDEvaluationType_Lagrangian = libconopt4_python.SDEvaluationType_Lagrangian

Definition at line 1414 of file pyconopt.py.

◆ EvaluationMode_TermsOnly

pyconopt.EvaluationMode_TermsOnly = libconopt4_python.EvaluationMode_TermsOnly

Definition at line 2385 of file pyconopt.py.

◆ EvaluationMode_JacobianOnly

pyconopt.EvaluationMode_JacobianOnly = libconopt4_python.EvaluationMode_JacobianOnly

Definition at line 2387 of file pyconopt.py.

◆ EvaluationMode_Both

pyconopt.EvaluationMode_Both = libconopt4_python.EvaluationMode_Both

Definition at line 2389 of file pyconopt.py.