sym_get_row_activity

[f]sym_get_row_activity
double *sym_get_row_activity(sym_environment *env, double *rowact)

Description:

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.

Arguments:

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.

Return values:

FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.





Ted Ralphs
2011-07-19