sym_get_obj_coeff

[f]sym_get_obj_coeff
int sym_get_obj_coeff(sym_environment *env, double *obj)

Description:

This routine is used to get the objective vector.

Arguments:

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.

Return values:

FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.





Ted Ralphs
2011-07-19