19 #ifndef _SPXHARRISRT_H_ 20 #define _SPXHARRISRT_H_ 124 #include "spxharrisrt.hpp" 127 #endif // _SPXHARRISRT_H_
Abstract ratio test base class.
Abstract ratio test base class.Class SPxRatioTester is the virtual base class for computing the ratio...
int minDelta(R *, R *val, int num, const int *idx, const R *upd, const R *vec, const R *low, const R *up, R epsilon) const
Generic Ids for LP rows or columns.Both SPxColIds and SPxRowIds may be treated uniformly as SPxIds: ...
virtual int selectLeave(R &val, R, bool)
virtual ~SPxHarrisRT()
destructor
SPxHarrisRT & operator=(const SPxHarrisRT &rhs)
assignment operator
SPxRatioTester & operator=(const SPxRatioTester &rhs)
assignment operator
virtual SPxId selectEnter(R &val, int, bool)
virtual SPxRatioTester< R > * clone() const
clone function for polymorphism
Debugging, floating point type and parameter definitions.
Everything should be within this namespace.
int maxDelta(R *, R *val, int num, const int *idx, const R *upd, const R *vec, const R *low, const R *up, R epsilon) const
SPxHarrisRT()
default constructor
SPxHarrisRT(const SPxHarrisRT &old)
copy constructor
Harris pricing with shifting.Class SPxHarrisRT is a stable implementation of a SPxRatioTester class a...