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