|
Queries whether row is quadratic.
virtual _LONG_T IsQuadraticRow( int number, double * lb, double * ub ) = 0;
Parameters |
Description |
int number |
The row number. |
double * lb |
A pointer to the location where the lower bound is returned. This argument may be NULL. |
double * ub |
A pointer to the location where the upper bound is returned. This argument may be NULL. |
The IsQuadraticRow method returns 1 if the row is quadratic, and 0 otherwise.
The IsQuadraticRow method checks whether a row is quadratic. If the row is quadratic then this method returns the lower and upper bound on the row.