|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
25 for ( int i = 0; i < size(); i++)
34 for( int n = 0; n < size(); n++)
43 assert(n >= 0 && size() + n <= max());
44 for ( int j = 0; j < n; j++)
51 assert(n <= m && m < size() && n >= 0);
55 int newnum = num - cpy;
56 cpy = ( size() - m >= cpy) ? cpy : size() - m;
81 len = sizeof(rhs. idx)/ sizeof( int);
115 #ifdef ENABLE_CONSISTENCY_CHECKS
121 for (i = 0; i < size(); ++i)
126 for (j = 0; j < i; j++)
|