int sym_get_obj_coeff(sym_environment *env, double *obj)
This routine is used to get the objective vector.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
double *obj | OUT | Pointer to a double type array to be filled by the objective vector. Note that, the size of this array has to be at least the number of columns. |
FUNCTION_TERMINATED_ABNORMALLY | Function invoked unsuccessfully. |
FUNCTION_TERMINATED_NORMALLY | Function invoked successfully. |