All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxGeometSC Class Reference Geometric mean row/column scaling.This SPxScaler implementation performs geometric mean scaling of the LPs rows and columns. More...
Inheritance diagram for SPxGeometSC:
![]()
Detailed DescriptionGeometric mean row/column scaling. This SPxScaler implementation performs geometric mean scaling of the LPs rows and columns. Definition at line 35 of file spxgeometsc.h. Constructor & Destructor Documentation
default constructor (this scaler makes no use of inherited members m_colFirst and m_doBoth)
Definition at line 30 of file spxgeometsc.cpp. Referenced by SPxGeometSC::clone().
copy constructor Definition at line 37 of file spxgeometsc.cpp.
destructor Definition at line 66 of file spxgeometsc.h. Member Function Documentation
clone function for polymorphism Implements SPxScaler. Definition at line 69 of file spxgeometsc.h. References SPxGeometSC::SPxGeometSC(). Returns Reimplemented from SPxScaler. Definition at line 54 of file spxgeometsc.cpp. References METHOD.
assignment operator Definition at line 44 of file spxgeometsc.cpp. References SPxScaler::operator=().
Scale the loaded SPxLP. Implements SPxScaler. Definition at line 61 of file spxgeometsc.cpp. References SPxScaler::applyScaling(), LPColSet::colSet(), SPxScaler::computeScalingVecs(), SPxScaler::m_colscale, SPxGeometSC::m_goodEnoughRatio, SPxGeometSC::m_maxIterations, SPxGeometSC::m_minImprovement, SPxScaler::m_rowscale, SPxScaler::maxAbsColscale(), SPxLP::maxAbsNzo(), SPxScaler::maxAbsRowscale(), SPxScaler::maxColRatio(), SPxScaler::maxRowRatio(), METHOD, SPxScaler::minAbsColscale(), SPxLP::minAbsNzo(), SPxScaler::minAbsRowscale(), MSG_INFO1, MSG_INFO2, MSG_INFO3, LPRowSet::rowSet(), SPxScaler::setup(), and soplex::spxout. Member Data Documentation
no scaling needed if ratio is less than this. Definition at line 44 of file spxgeometsc.h. Referenced by SPxGeometSC::scale().
maximum number of scaling iterations. Definition at line 42 of file spxgeometsc.h. Referenced by SPxGeometSC::scale().
improvement nesseccary to carry on. Definition at line 43 of file spxgeometsc.h. Referenced by SPxGeometSC::scale().
|