|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
270 void remove( const DataKey& removekey);
274 void remove( int removenum)
276 remove( key(removenum));
294 void remove( int perm[]);
303 remove(keys, n, perm. get_ptr());
310 void remove( const int nums[], int n)
313 remove(nums, n, perm. get_ptr());
317 void remove( const DataKey keys[], int n, int* perm);
327 void remove( const int nums[], int n, int* perm);
393 return set.key(static_cast<const DLPSV*>(svec));
399 return set.number(k);
405 return set.number(static_cast<const DLPSV*>(svec));
423 return set.has(static_cast<const DLPSV*>(svec));
454 void reMax( int newmax = 0);
470 (0, (pmemmax > 0) ? pmemmax : 8 * ((pmax > 0) ? pmax : 8), pmemFac)
471 , set ((pmax > 0) ? pmax : 8)
|