CONOPT
|
Enumerations | |
enum class | ConoptConstraintType { ConoptConstraintType::Eq = 0 , ConoptConstraintType::GtEq , ConoptConstraintType::LtEq , ConoptConstraintType::Free } |
the constraint type More... | |
enum class | ConoptObjectiveElement { ConoptObjectiveElement::Variable = 0 , ConoptObjectiveElement::Constraint } |
the element that is used for the objective function More... | |
enum class | ConoptSense { ConoptSense::Minimize = -1 , ConoptSense::Maximize = 1 } |
the objective sense More... | |
enum class | ConoptVerbosityLevel { ConoptVerbosityLevel::VerbLevelMin = 0 , ConoptVerbosityLevel::None , ConoptVerbosityLevel::Normal , ConoptVerbosityLevel::Error , ConoptVerbosityLevel::Debug , ConoptVerbosityLevel::VerbLevelMax } |
the verbosity level of the message handler More... | |
enum class | ConoptSDEvaluationType { ConoptSDEvaluationType::None = 0 , ConoptSDEvaluationType::Constraint , ConoptSDEvaluationType::Lagrangian } |
the evaluation type for the directional second derivatives More... | |