19 #ifndef _SPXLEASTSQSC_H_ 20 #define _SPXLEASTSQSC_H_ 65 virtual void setIntParam(
int param,
const char* name);
72 virtual void scale(
SPxLP& lp,
bool persistent =
true);
81 #endif // _SPXLEASTSQSC_H_ virtual SPxScaler * clone() const
clone function for polymorphism
Least squares scaling.This SPxScaler implementation performs least squares scaling as suggested by Cu...
SPxLeastSqSC()
default constructor (this scaler makes no use of inherited member m_colFirst)
virtual void scale(SPxLP &lp, bool persistent=true)
Scale the loaded SPxLP.
virtual void setIntParam(int param, const char *name)
set int param (maximal conjugate gradient rounds)
Everything should be within this namespace.
SPxLeastSqSC & operator=(const SPxLeastSqSC &)
assignment operator
Saving LPs in a form suitable for SoPlex.
virtual void setRealParam(Real param, const char *name)
set real param (conjugate gradient accuracy)
LP scaler abstract base class.Instances of classes derived from SPxScaler may be loaded to SoPlex in ...
virtual ~SPxLeastSqSC()
destructor