sym_get_rhs

[f]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
2010-03-24