int sym_get_rhs(sym_environment *env, double *rowrhs)
This routine is used to get the right hand side vector.
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. |
FUNCTION_TERMINATED_ABNORMALLY | Function invoked unsuccessfully. |
FUNCTION_TERMINATED_NORMALLY | Function invoked successfully. |