next up previous contents Back to SYMPHONY Home Page
Next: sym_get_obj2_coeff Up: Data Query Functions Previous: sym_get_row_upper

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
2004-11-11