|
Get the upper and lower bound of a column.
virtual void GetColumnBounds( int colno, double * lb, double * ub ) = 0;
Parameters |
Description |
int colno |
The column number. |
double * lb |
A pointer to the location where the lower bound is returned. |
double * ub |
A pointer to the location where the upper bound is returned. |
The GetColumnBounds method does not have a return value.
The GetColumnBounds method returns the upper and lower bound of a column.