double *sym_get_obj_val(sym_environment *env, double *objval)
This routine is used to get the objective value after solving the problem.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
double *objval | OUT | Pointer to a double indicating the post-solution objective value. |
FUNCTION_TERMINATED_ABNORMALLY | Function invoked unsuccessfully. |
FUNCTION_TERMINATED_NORMALLY | Function invoked successfully. |