Loading...
Searching...
No Matches
spxgeometsc.h
Go to the documentation of this file.
54 const R m_minImprovement; ///< improvement necessary to carry on. (Bixby said Fourer said in MP 23, 274 ff. that 0.9 is a good value)
virtual SPxScaler< R > * clone() const override clone function for polymorphism Definition spxgeometsc.h:74 const R m_minImprovement improvement necessary to carry on. (Bixby said Fourer said in MP 23, 274 ff. that 0.... Definition spxgeometsc.h:54 SPxGeometSC(bool equilibrate=false, int maxIters=8, R minImpr=0.85, R goodEnough=1e3) default constructor (this scaler makes no use of inherited members m_colFirst and m_doBoth) virtual void scale(SPxLPBase< R > &lp, bool persistent=true) override Scale the loaded SPxLPBase<R>. Everything should be within this namespace. Debugging, floating point type and parameter definitions. LP scaling base class.
|