next up previous contents Back to SYMPHONY Home Page
Next: sym_get_col_upper Up: Data Query Functions Previous: sym_get_num_elements

sym_get_col_lower

int sym_get_col_lower(sym_environment *env, double *collb)

Description:

This routine is used to get the lower bounds of the variables.

Arguments:

sym_environment *env IN Pointer to the SYMPHONY environment.
double *collb OUT Pointer to a double type array to be filled by the column lower bounds. Note that, the size of this array has to be at least the number of columns.

Return values:

FUNCTION_TERMINATED_ABNORMALLY Function invoked unsuccessfully.
FUNCTION_TERMINATED_NORMALLY Function invoked successfully.





Ted Ralphs
2004-11-11