All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxRatioTester Class Referenceabstract Abstract ratio test base class.Class SPxRatioTester is the virtual base class for computing the ratio test within the Simplex algorithm driven by SoPlex. After a SoPlex solver has been load()ed to an SPxRatioTester, the solver calls selectLeave() for computing the ratio test for the entering simplex and selectEnter() for computing the ratio test in leaving simplex. More...
Inheritance diagram for SPxRatioTester:
![]()
Detailed DescriptionAbstract ratio test base class. Class SPxRatioTester is the virtual base class for computing the ratio test within the Simplex algorithm driven by SoPlex. After a SoPlex solver has been load()ed to an SPxRatioTester, the solver calls selectLeave() for computing the ratio test for the entering simplex and selectEnter() for computing the ratio test in leaving simplex. Definition at line 40 of file spxratiotester.h. Constructor & Destructor Documentation
default constructor Definition at line 169 of file spxratiotester.h.
copy constructor Definition at line 175 of file spxratiotester.h.
destructor. Definition at line 195 of file spxratiotester.h. References SPxRatioTester::m_name, and SPxRatioTester::thesolver. Member Function Documentation
unloads LP. Definition at line 76 of file spxratiotester.h. References SPxRatioTester::thesolver. Referenced by SPxSolver::loadLP(), SPxSolver::read(), SPxSolver::reLoad(), SPxSolver::setTester(), and SPxSolver::SPxSolver().
clone function for polymorphism Implemented in SPxBoundFlippingRT, SPxFastRT, SPxHarrisRT, and SPxDefaultRT. Referenced by SPxSolver::operator=(), and SPxSolver::SPxSolver().
get allowed bound violation Reimplemented in SPxFastRT. Definition at line 97 of file spxratiotester.h. References SPxRatioTester::delta. Referenced by SPxSolver::fpsolve().
get name of ratio tester. Definition at line 63 of file spxratiotester.h. References SPxRatioTester::m_name. Referenced by get_ratio_tester(), and SPxSolver::writeState().
loads LP. Load the solver and LP for which pricing steps are to be performed. Reimplemented in SPxFastRT. Definition at line 70 of file spxratiotester.h. References SPxRatioTester::thesolver. Referenced by SPxSolver::init(), SPxSolver::operator=(), SPxSolver::setTester(), and SPxSolver::SPxSolver().
assignment operator Definition at line 182 of file spxratiotester.h. References SPxRatioTester::delta, SPxRatioTester::m_name, SPxRatioTester::m_type, and SPxRatioTester::thesolver. Referenced by SPxDefaultRT::operator=(), SPxHarrisRT::operator=(), and SPxFastRT::operator=(). selects variable Id to enter the basis. Method selectEnter() is called by the loaded SoPlex solver, when computing the leaving simplex algorithm. It's task is to select and return the Id of the basis variable that is to enter the basis. When being called, pVec() fullfills the bounds lbBound() and ubBound() within leavetol(). Similarly, coPvec() fulfills the bounds lbBound() and ubBound() within leavetol(). pVec().delta() and coPvec().delta() are the vectors by which pVec() and coPvec() will be updated in this simplex step. Their nonzero indices are stored in sorted order in pVec().idx() and coPvec().idx(). If Implemented in SPxBoundFlippingRT, SPxFastRT, SPxHarrisRT, and SPxDefaultRT. Referenced by SPxSolver::leave(). selects index to leave the basis. Method selectLeave() is called by the loaded SoPlex solver when computing the entering simplex algorithm. Its task is to select and return the index of the basis variable that is to leave the basis. When being called, fVec() fullfills the basic bounds lbBound() and ubBound() within entertol(). fVec().delta() is the vector by which fVec() will be updated in this simplex step. Its nonzero indices are stored in sorted order in fVec().idx(). If Implemented in SPxBoundFlippingRT, SPxFastRT, SPxHarrisRT, and SPxDefaultRT. Referenced by SPxSolver::enter().
set allowed bound violation Reimplemented in SPxFastRT. Definition at line 88 of file spxratiotester.h. References DEFAULT_EPS_ZERO, and SPxRatioTester::delta. Referenced by SPxSolver::fpsolve(), and SPxSolver::init().
sets Simplex type. Informs pricer about (a change of) the loaded SoPlex's Type. In the sequel, only the corresponding select methods may be called. Reimplemented in SPxFastRT. Definition at line 161 of file spxratiotester.h. Referenced by SPxSolver::fpsolve().
returns loaded LP solver. Definition at line 82 of file spxratiotester.h. References SPxRatioTester::thesolver. Referenced by SPxHarrisRT::degenerateEps(), SPxSolver::fpsolve(), SPxDefaultRT::selectEnter(), SPxHarrisRT::selectEnter(), SPxFastRT::selectEnter(), SPxDefaultRT::selectLeave(), SPxHarrisRT::selectLeave(), and SPxFastRT::selectLeave(). Member Data Documentation
allowed bound violation Definition at line 54 of file spxratiotester.h. Referenced by SPxRatioTester::getDelta(), SPxRatioTester::operator=(), SPxDefaultRT::selectEnter(), SPxHarrisRT::selectEnter(), SPxBoundFlippingRT::selectEnter(), SPxDefaultRT::selectLeave(), SPxHarrisRT::selectLeave(), SPxRatioTester::setDelta(), SPxFastRT::setDelta(), SPxFastRT::setType(), and SPxFastRT::tighten().
name of the ratio tester Definition at line 50 of file spxratiotester.h. Referenced by SPxRatioTester::getName(), SPxRatioTester::operator=(), and SPxRatioTester::~SPxRatioTester().
internal storage of type Definition at line 52 of file spxratiotester.h. Referenced by SPxFastRT::maxDelta(), SPxFastRT::maxSelect(), SPxFastRT::minDelta(), SPxFastRT::minSelect(), SPxRatioTester::operator=(), SPxFastRT::selectEnter(), SPxBoundFlippingRT::selectEnter(), SPxFastRT::selectLeave(), and SPxFastRT::setType().
the solver Definition at line 48 of file spxratiotester.h. Referenced by SPxRatioTester::clear(), SPxBoundFlippingRT::flipAndUpdate(), SPxBoundFlippingRT::getData(), SPxRatioTester::load(), SPxFastRT::load(), SPxFastRT::maxDelta(), SPxFastRT::maxReEnter(), SPxFastRT::maxReLeave(), SPxFastRT::maxSelect(), SPxFastRT::maxShortLeave(), SPxFastRT::minDelta(), SPxFastRT::minReEnter(), SPxFastRT::minReLeave(), SPxFastRT::minSelect(), SPxFastRT::minShortLeave(), SPxRatioTester::operator=(), SPxFastRT::selectEnter(), SPxBoundFlippingRT::selectEnter(), SPxFastRT::selectLeave(), SPxFastRT::shortEnter(), SPxRatioTester::solver(), and SPxRatioTester::~SPxRatioTester().
|