Queries whether row corresponds to a lazy constraint.
virtual _LONG_T IsLazyRow( _LONG_T row ) = 0;
The IsLazyRow method returns 1 if the row corresponds to a lazy constraint, and 0 otherwise.
The IsLazyRow method checks whether a row corresponds to a lazy constraint.
IAimmsMathProgramInfo Methods