sym_get_row_upper

int sym_get_row_upper(sym_environment *env, double *rowub)

Description:

This routine is used to get the upper bounds of the rows.

Arguments:

sym_environment *env IN Pointer to the SYMPHONY environment.
double *rowub OUT Pointer to a double type array to be filled by the row upper bounds. Note that, the size of this array has to be at least the number of rows.

Return values:

FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.