sym_set_row_type

[f]sym_set_row_type
int sym_set_row_type(sym_environment *env, int index, char rowsense, 
                     double rowrhs, double rowrng)

Description:

This routine is used to set the characteristics of a row.

Arguments:

sym_environment *env INOUT Pointer to the SYMPHONY environment.
int index IN Index of the row. Note that, it has to be at most the number of rows.
char rowsense IN New sense of the row.
double rowrhs IN New value of the right hand side of the row.
double rowrng IN New value of the row range.

Return values:

FUNCTION_TERMINATED_NORMALLY Function invoked successfully.
FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.





Ted Ralphs
2010-03-24