All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DIdxSet Class Reference Dynamic index set.Class DIdxSet provides dynamic IdxSet in the sense, that no restrictions are posed on the use of methods add(). However, method indexMem() has been moved to the private members. This is because DIdxSet adds its own memory management to class IdxSet and the user must not interfere with it. More...
Inheritance diagram for DIdxSet:
![]()
Detailed DescriptionDynamic index set. Class DIdxSet provides dynamic IdxSet in the sense, that no restrictions are posed on the use of methods add(). However, method indexMem() has been moved to the private members. This is because DIdxSet adds its own memory management to class IdxSet and the user must not interfere with it. Upon construction of an DIdxSet, memory is allocated automatically. The memory consumption can be controlled with methods max() and setMax(). Finally, the destructor will release all allocated memory. Constructor & Destructor Documentation
default constructor. Definition at line 55 of file didxset.cpp. References IdxSet::idx, IdxSet::len, and soplex::spx_alloc(). copy constructor from IdxSet. Definition at line 35 of file didxset.cpp. References IdxSet::idx, IdxSet::len, IdxSet::operator=(), IdxSet::size(), and soplex::spx_alloc(). copy constructor from DIdxSet. Definition at line 45 of file didxset.cpp. References IdxSet::idx, IdxSet::len, IdxSet::operator=(), IdxSet::size(), and soplex::spx_alloc().
destructor. Definition at line 62 of file didxset.cpp. References IdxSet::idx, and soplex::spx_free(). Member Function Documentation
adds Definition at line 50 of file didxset.h. References IdxSet::add(), IdxSet::max(), DIdxSet::setMax(), and IdxSet::size().
adds all indices from Definition at line 58 of file didxset.h. References IdxSet::add(), IdxSet::max(), DIdxSet::setMax(), and IdxSet::size().
adds Definition at line 67 of file didxset.h. References IdxSet::add(), IdxSet::max(), DIdxSet::setMax(), and IdxSet::size().
adds index Definition at line 75 of file didxset.h. References IdxSet::addIdx(), IdxSet::max(), DIdxSet::setMax(), and IdxSet::size(). Referenced by SPxSolver::computeCoTest(), SPxSolver::computeFtest(), SPxSolver::computeTest(), soplex::readBounds(), soplex::readCols(), SPxLP::readLPF(), SPxSolver::updateCoTest(), SPxSolver::updateFtest(), and SPxSolver::updateTest(). assignment operator from IdxSet Definition at line 103 of file didxset.h. References IdxSet::operator=(), DIdxSet::setMax(), and IdxSet::size(). assignment operator from DIdxSet Definition at line 113 of file didxset.h. References IdxSet::operator=(), DIdxSet::setMax(), and IdxSet::size().
sets the maximum number of indices. This methods resets the memory consumption of the DIdxSet to Definition at line 22 of file didxset.cpp. References IdxSet::idx, IdxSet::len, IdxSet::max(), IdxSet::size(), and soplex::spx_realloc(). Referenced by DIdxSet::add(), DIdxSet::addIdx(), SPxSolver::init(), and DIdxSet::operator=().
|