int sym_get_row_lower(sym_environment *env, double *rowlb)
This routine is used to get the lower bounds of the rows.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
double *rowlb | OUT | Pointer to a double type array to be filled by the row lower bounds. 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. |