Loading...
Searching...
No Matches
SPxSteepExPR< R > Class Template Reference Steepest edge pricer. More...
Inheritance diagram for SPxSteepExPR< R >:
![]()
Detailed Descriptiontemplate<class R> class soplex::SPxSteepExPR< R > Steepest edge pricer. Class SPxSteepExPR implements a steepest edge pricer to be used with SoPlex. Exact initialization of weights is used. See SPxPricer for a class documentation. Definition at line 50 of file spxsteepexpr.h. Constructor & Destructor Documentation◆ SPxSteepExPR() [1/2]
template<class R >
Definition at line 59 of file spxsteepexpr.h. References SPxSteepPR< R >::isConsistent(). Referenced by SPxSteepExPR< R >::clone(). ◆ SPxSteepExPR() [2/2]
template<class R >
copy constructor Definition at line 65 of file spxsteepexpr.h. References SPxSteepPR< R >::isConsistent(). ◆ ~SPxSteepExPR()
template<class R >
destructor Definition at line 83 of file spxsteepexpr.h. Member Function Documentation◆ clone()
template<class R >
clone function for polymorphism Reimplemented from SPxSteepPR< R >. Definition at line 86 of file spxsteepexpr.h. References SPxSteepExPR< R >::SPxSteepExPR(). ◆ operator=()
template<class R >
assignment operator Definition at line 71 of file spxsteepexpr.h. References SPxSteepPR< R >::isConsistent(), and SPxSteepPR< R >::operator=().
|