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

sym_get_rhs

int sym_get_rhs(sym_environment *env, double *rowrhs)

Description:

This routine is used to get the right hand side vector.

Arguments:

sym_environment *env IN Pointer to the SYMPHONY environment.
double *rowrhs OUT Pointer to a double type array to be filled by the right hand side vector. 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.





Ted Ralphs
2004-11-11