int sym_get_obj2_coeff(sym_environment *env, double *obj2)
This routine is used to get the second objective vector if it exists. By default, it is set to the zero vector.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
double *obj2 | OUT | Pointer to a double type array to be filled by the second 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. |