28#ifndef _SPXHARRISRT_H_
29#define _SPXHARRISRT_H_
131#include "spxharrisrt.hpp"
Harris pricing with shifting.
SPxHarrisRT(const SPxHarrisRT &old)
copy constructor
virtual SPxRatioTester< R > * clone() const
clone function for polymorphism
SPxHarrisRT & operator=(const SPxHarrisRT &rhs)
assignment operator
SPxHarrisRT()
default constructor
virtual ~SPxHarrisRT()
destructor
int minDelta(R *, R *val, int num, const int *idx, const R *upd, const R *vec, const R *low, const R *up) const
int maxDelta(R *, R *val, int num, const int *idx, const R *upd, const R *vec, const R *low, const R *up) const
virtual SPxId selectEnter(R &val, int, bool)
virtual int selectLeave(R &val, R, bool)
Generic Ids for LP rows or columns.
Abstract ratio test base class.
SPxRatioTester & operator=(const SPxRatioTester &rhs)
assignment operator
Everything should be within this namespace.
Debugging, floating point type and parameter definitions.
Abstract ratio test base class.