|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
51 for ( int j = 0; i < num(); ++i, ++j)
64 for ( int j = 0; i < num(); ++i, ++j)
98 for (i = 0; i < j; ++i)
100 if (perm[i] >= 0 && perm[i] != i)
115 for (i = 0; i < j; ++i)
117 if (perm[i] >= 0 && perm[i] != i)
154 MSG_ERROR( spxout << "EROWST01 RANGE not supported in LPRowSet::setType()"
164 #ifdef ENABLE_CONSISTENCY_CHECKS
|