Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetmipobjval
is used to access the mixed
integer solution objective value.
Example
status = CPXgetmipobjval (env, lp, &objval);
See also the example mipex1.c
in the standard distribution.
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
objval_p | A pointer to the location where the mixed integer objective value is stored. Example status = CPXgetmipobjval (env, lp, &objval); See also the example |
CPXERR_NO_INT_SOLN
is returned.