CONOPT
|
Functions | |
int | Conopt::modelStatus () |
returns the model status | |
int | Conopt::solutionStatus () |
return the solution status | |
int | Conopt::iterations () |
returns the number of iterations | |
double | Conopt::objectiveValue () |
returns the objective value | |
const std::vector< double > & | Conopt::getVariableValues () |
returns the variable values | |
const std::vector< double > & | Conopt::getVariableMarginals () |
returns the variable marginals | |
const std::vector< int > & | Conopt::getVariableBasisStatus () |
returns the variable basis status | |
const std::vector< int > & | Conopt::getVariableStatus () |
returns the variable status | |
const std::vector< double > & | Conopt::getConstraintValues () |
returns the constraint values | |
const std::vector< double > & | Conopt::getConstraintMarginals () |
returns the constraint marginals | |
const std::vector< int > & | Conopt::getConstraintBasisStatus () |
returns the constraint basis status | |
const std::vector< int > & | Conopt::getConstraintStatus () |
returns the constraint status | |
Methods for querying the solution status.
int Conopt::modelStatus | ( | ) |
returns the model status
int Conopt::solutionStatus | ( | ) |
return the solution status
int Conopt::iterations | ( | ) |
returns the number of iterations
double Conopt::objectiveValue | ( | ) |
returns the objective value
const std::vector< double > & Conopt::getVariableValues | ( | ) |
returns the variable values
const std::vector< double > & Conopt::getVariableMarginals | ( | ) |
returns the variable marginals
const std::vector< int > & Conopt::getVariableBasisStatus | ( | ) |
returns the variable basis status
const std::vector< int > & Conopt::getVariableStatus | ( | ) |
returns the variable status
const std::vector< double > & Conopt::getConstraintValues | ( | ) |
returns the constraint values
const std::vector< double > & Conopt::getConstraintMarginals | ( | ) |
returns the constraint marginals
const std::vector< int > & Conopt::getConstraintBasisStatus | ( | ) |
returns the constraint basis status
const std::vector< int > & Conopt::getConstraintStatus | ( | ) |
returns the constraint status