int sym_get_row_sense(sym_environment *env, char *rowsen)
This routine is used to get the row senses.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
char *rowsen | OUT | Pointer to a char type array to be filled by the row senses. 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. |