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