|
Queries whether row corresponds to an indicator constraint.
virtual _LONG_T IsIndicatorRow( 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 IsIndicatorRow method returns 1 if the row corresponds to an indicator constraint, and 0 otherwise.
The IsIndicatorRow method checks whether a row corresponds to an indicator constraint. If it does then this method returns the lower and upper bound on the row.