int sym_get_row_range(sym_environment *env, double *rowrng)
This routine is used to get the row ranges.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
double *rowrng | OUT | Pointer to a double type array to be filled by the row range values. 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. |