All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxHybridPR Class Reference Hybrid pricer.The hybrid pricer for SoPlex tries to guess the best pricing strategy to use for pricing the loaded LP with the loaded algorithm type and basis representation. Currently it does so by switching between SPxSteepPR, SPxDevexPR and SPxParMultPR. More...
Inheritance diagram for SPxHybridPR:
![]()
Detailed DescriptionHybrid pricer. The hybrid pricer for SoPlex tries to guess the best pricing strategy to use for pricing the loaded LP with the loaded algorithm type and basis representation. Currently it does so by switching between SPxSteepPR, SPxDevexPR and SPxParMultPR. See SPxPricer for a class documentation. Definition at line 43 of file spxhybridpr.h. Constructor & Destructor Documentation
default constructor Definition at line 100 of file spxhybridpr.h. Referenced by SPxHybridPR::clone().
copy constructor Definition at line 106 of file spxhybridpr.h. References SPxHybridPR::devex, SPxHybridPR::parmult, SPxHybridPR::steep, and SPxHybridPR::thepricer.
destructor Definition at line 161 of file spxhybridpr.h. Member Function Documentation
calls addedCoVecs(n) on all pricers Reimplemented from SPxPricer. Definition at line 134 of file spxhybridpr.cpp. References SPxDevexPR::addedCoVecs(), SPxPricer::addedCoVecs(), SPxSteepPR::addedCoVecs(), SPxHybridPR::devex, SPxHybridPR::parmult, and SPxHybridPR::steep.
calls addedVecs(n) on all pricers Reimplemented from SPxPricer. Definition at line 127 of file spxhybridpr.cpp. References SPxDevexPR::addedVecs(), SPxPricer::addedVecs(), SPxSteepPR::addedVecs(), SPxHybridPR::devex, SPxHybridPR::parmult, and SPxHybridPR::steep.
clears all pricers and unselects the current pricer Reimplemented from SPxPricer. Definition at line 53 of file spxhybridpr.cpp. References SPxPricer::clear(), SPxSteepPR::clear(), SPxHybridPR::devex, SPxHybridPR::parmult, SPxHybridPR::steep, and SPxPricer::thesolver.
clone function for polymorphism Implements SPxPricer. Definition at line 164 of file spxhybridpr.h. References SPxHybridPR::SPxHybridPR().
calls entered4 on the current pricer Reimplemented from SPxPricer. Definition at line 122 of file spxhybridpr.cpp. References SPxPricer::entered4(), and SPxHybridPR::thepricer.
consistency check Reimplemented from SPxPricer. Definition at line 27 of file spxhybridpr.cpp. References SPxHybridPR::devex, SPxDevexPR::isConsistent(), SPxPricer::isConsistent(), SPxSteepPR::isConsistent(), MSGinconsistent, SPxHybridPR::parmult, SPxPricer::solver(), SPxHybridPR::steep, and SPxPricer::thesolver.
calls left4 on the current pricer Reimplemented from SPxPricer. Definition at line 112 of file spxhybridpr.cpp. References SPxPricer::left4(), and SPxHybridPR::thepricer.
sets the solver Reimplemented from SPxPricer. Definition at line 44 of file spxhybridpr.cpp. References SPxHybridPR::devex, SPxDevexPR::load(), SPxParMultPR::load(), SPxSteepPR::load(), SPxHybridPR::parmult, SPxHybridPR::setType(), SPxHybridPR::steep, SPxPricer::thesolver, and SPxSolver::type().
assignment operator Definition at line 131 of file spxhybridpr.h. References SPxHybridPR::devex, SPxHybridPR::hybridFactor, SPxPricer::operator=(), SPxHybridPR::parmult, SPxHybridPR::steep, and SPxHybridPR::thepricer.
selects the entering algorithm Implements SPxPricer. Definition at line 117 of file spxhybridpr.cpp. References SPxPricer::selectEnter(), and SPxHybridPR::thepricer.
selects the leaving algorithm Implements SPxPricer. Definition at line 107 of file spxhybridpr.cpp. References SPxPricer::selectLeave(), and SPxHybridPR::thepricer.
sets the epsilon Reimplemented from SPxPricer. Definition at line 61 of file spxhybridpr.cpp. References SPxHybridPR::devex, SPxHybridPR::parmult, SPxPricer::setEpsilon(), and SPxHybridPR::steep.
sets row or column representation Reimplemented from SPxPricer. Definition at line 100 of file spxhybridpr.cpp. References SPxHybridPR::devex, SPxHybridPR::parmult, SPxPricer::setRep(), SPxDevexPR::setRep(), SPxSteepPR::setRep(), and SPxHybridPR::steep.
sets entering or leaving algorithm
Reimplemented from SPxPricer. Definition at line 68 of file spxhybridpr.cpp. References SPxSolver::coDim(), SPxSolver::dim(), SPxSolver::FULL, SPxPricer::getName(), SPxHybridPR::hybridFactor, SPxSolver::LEAVE, MSG_INFO1, SPxHybridPR::parmult, SPxSolver::PARTIAL, SPxSolver::setPricing(), SPxPricer::setType(), soplex::spxout, SPxHybridPR::steep, SPxHybridPR::thepricer, and SPxPricer::thesolver. Referenced by SPxHybridPR::load(). Member Data Documentation
devex pricer Definition at line 53 of file spxhybridpr.h. Referenced by SPxHybridPR::addedCoVecs(), SPxHybridPR::addedVecs(), SPxHybridPR::clear(), SPxHybridPR::isConsistent(), SPxHybridPR::load(), SPxHybridPR::operator=(), SPxHybridPR::setEpsilon(), SPxHybridPR::setRep(), and SPxHybridPR::SPxHybridPR().
factor between dim and coDim of the problem to decide about the pricer Definition at line 57 of file spxhybridpr.h. Referenced by SPxHybridPR::operator=(), and SPxHybridPR::setType().
partial multiple pricer Definition at line 51 of file spxhybridpr.h. Referenced by SPxHybridPR::addedCoVecs(), SPxHybridPR::addedVecs(), SPxHybridPR::clear(), SPxHybridPR::isConsistent(), SPxHybridPR::load(), SPxHybridPR::operator=(), SPxHybridPR::setEpsilon(), SPxHybridPR::setRep(), SPxHybridPR::setType(), and SPxHybridPR::SPxHybridPR().
steepest edge pricer Definition at line 49 of file spxhybridpr.h. Referenced by SPxHybridPR::addedCoVecs(), SPxHybridPR::addedVecs(), SPxHybridPR::clear(), SPxHybridPR::isConsistent(), SPxHybridPR::load(), SPxHybridPR::operator=(), SPxHybridPR::setEpsilon(), SPxHybridPR::setRep(), SPxHybridPR::setType(), and SPxHybridPR::SPxHybridPR().
the currently used pricer Definition at line 55 of file spxhybridpr.h. Referenced by SPxHybridPR::entered4(), SPxHybridPR::left4(), SPxHybridPR::operator=(), SPxHybridPR::selectEnter(), SPxHybridPR::selectLeave(), SPxHybridPR::setType(), and SPxHybridPR::SPxHybridPR().
|