double *sym_get_row_activity(sym_environment *env, double *rowact)
This routine is used to get the row activities which are defined as the left hand side values, i.e., constraint matrix times the solution.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
double *rowact | OUT | Pointer to a double type array to be filled by the row activity 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. |