sym_get_obj2_coeff

[f]sym_get_obj2_coeff
int sym_get_obj2_coeff(sym_environment *env, double *obj2)

Description:

This routine is used to get the second objective vector if it exists. By default, it is set to the zero vector.

Arguments:

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.

Return values:

FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.





Ted Ralphs
2010-03-24