All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxScaler Class Referenceabstract LP scaler abstract base class.Instances of classes derived from SPxScaler may be loaded to SoPlex in order to scale LPs before solving them. SoPlex will load() itself to the SPxScaler and then call scale(). Generally any SPxLP can be loaded to a SPxScaler for scale()ing it. The scaling can be undone by calling unscale(). More...
Inheritance diagram for SPxScaler:
![]()
Detailed DescriptionLP scaler abstract base class. Instances of classes derived from SPxScaler may be loaded to SoPlex in order to scale LPs before solving them. SoPlex will load() itself to the SPxScaler and then call scale(). Generally any SPxLP can be loaded to a SPxScaler for scale()ing it. The scaling can be undone by calling unscale(). Definition at line 39 of file spxscaler.h. Constructor & Destructor Documentation
Member Function Documentation
applies m_colscale and m_rowscale to the Definition at line 181 of file spxscaler.cpp. References SPxLP::colVector_w(), SVector::index(), soplex::infinity, SPxLP::isConsistent(), SPxLP::lhs(), SPxLP::lhs_w(), SPxLP::lower(), SPxLP::lower_w(), SPxScaler::m_colscale, SPxScaler::m_rowscale, SPxLP::maxObj_w(), METHOD, SPxLP::nCols(), SPxLP::nRows(), SPxLP::rhs(), SPxLP::rhs_w(), SPxLP::rowVector_w(), SVector::size(), SPxLP::upper(), SPxLP::upper_w(), and SVector::value(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale().
clone function for polymorphism Implemented in SPxGeometSC, and SPxEquiliSC. Referenced by SoPlex::operator=(), and SoPlex::SoPlex(). computes scaling value for a minimum and maximum pair. This function is used by computeScaleVecs and has to be overridden. Reimplemented in SPxEquiliSC, and SPxGeometSC. Definition at line 127 of file spxscaler.cpp. References METHOD. Referenced by SPxScaler::computeScalingVecs().
iterates through vecset and calls computeScale() for each vector.
Definition at line 134 of file spxscaler.cpp. References SPxScaler::computeScale(), SVector::index(), soplex::infinity, soplex::isZero(), METHOD, SVSet::num(), SVector::size(), and SVector::value(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale().
get name of scaler. Definition at line 86 of file spxscaler.cpp. References SPxScaler::m_name, and METHOD. Referenced by get_scalers(), and soplex::operator<<().
consistency check Definition at line 374 of file spxscaler.cpp. References DataArray< T >::isConsistent(), SPxScaler::m_colscale, SPxScaler::m_rowscale, and METHOD. Referenced by SPxScaler::operator=(), and SPxScaler::SPxScaler().
absolute biggest column scaling factor Definition at line 269 of file spxscaler.cpp. References SPxScaler::m_colscale, METHOD, and DataArray< T >::size(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale().
absolute biggest row scaling factor Definition at line 295 of file spxscaler.cpp. References SPxScaler::m_rowscale, METHOD, and DataArray< T >::size(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale(). maximum ratio between absolute biggest and smallest element in any column.
Definition at line 312 of file spxscaler.cpp. References SPxLP::colVector(), soplex::infinity, METHOD, SPxLP::nCols(), SVector::size(), and SVector::value(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale(). maximum ratio between absolute biggest and smallest element in any row.
Definition at line 345 of file spxscaler.cpp. References soplex::infinity, METHOD, SPxLP::nRows(), SPxLP::rowVector(), SVector::size(), and SVector::value(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale().
absolute smallest column scaling factor Definition at line 256 of file spxscaler.cpp. References soplex::infinity, SPxScaler::m_colscale, METHOD, and DataArray< T >::size(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale().
absolute smallest row scaling factor Definition at line 282 of file spxscaler.cpp. References soplex::infinity, SPxScaler::m_rowscale, METHOD, and DataArray< T >::size(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale(). assignment operator Definition at line 70 of file spxscaler.cpp. References SPxScaler::isConsistent(), SPxScaler::m_colFirst, SPxScaler::m_colscale, SPxScaler::m_doBoth, SPxScaler::m_name, and SPxScaler::m_rowscale. Referenced by SPxEquiliSC::operator=(), and SPxGeometSC::operator=().
set wether column and row scaling should be performed. Definition at line 100 of file spxscaler.cpp. References SPxScaler::m_doBoth, and METHOD.
set scaling order. Definition at line 93 of file spxscaler.cpp. References SPxScaler::m_colFirst, and METHOD.
setup scale array for the LP. Definition at line 107 of file spxscaler.cpp. References SPxLP::isConsistent(), SPxScaler::m_colscale, SPxScaler::m_rowscale, METHOD, SPxLP::nCols(), SPxLP::nRows(), and DataArray< T >::reSize(). Referenced by SPxEquiliSC::scale(), and SPxGeometSC::scale().
unscale dense dual solution vector given in Definition at line 236 of file spxscaler.cpp. References Vector::dim(), SPxScaler::m_rowscale, METHOD, and DataArray< T >::size(). Referenced by SoPlex::getDual(), SoPlex::getDualfarkas(), and SoPlex::unsimplify().
unscale dense primal solution vector given in Definition at line 216 of file spxscaler.cpp. References Vector::dim(), SPxScaler::m_colscale, METHOD, and DataArray< T >::size(). Referenced by SoPlex::getPrimal(), SoPlex::getPrimalray(), and SoPlex::unsimplify().
unscale dense reduced cost vector given in Definition at line 246 of file spxscaler.cpp. References Vector::dim(), SPxScaler::m_colscale, METHOD, and DataArray< T >::size(). Referenced by SoPlex::getRedCost(), and SoPlex::unsimplify().
unscale dense slack vector given in Definition at line 226 of file spxscaler.cpp. References Vector::dim(), SPxScaler::m_rowscale, METHOD, and DataArray< T >::size(). Referenced by SoPlex::getSlacks(), and SoPlex::unsimplify(). Friends And Related Function Documentation
Definition at line 28 of file spxscaler.cpp. Member Data Documentation
do column scaling first Definition at line 49 of file spxscaler.h. Referenced by SPxScaler::operator=(), and SPxScaler::setOrder(). column scaling factors Definition at line 47 of file spxscaler.h. Referenced by SPxScaler::applyScaling(), SPxScaler::isConsistent(), SPxScaler::maxAbsColscale(), SPxScaler::minAbsColscale(), soplex::operator<<(), SPxScaler::operator=(), SPxEquiliSC::scale(), SPxGeometSC::scale(), SPxScaler::setup(), SPxScaler::unscalePrimal(), and SPxScaler::unscaleRedCost().
do columns and rows Definition at line 50 of file spxscaler.h. Referenced by SPxScaler::operator=(), SPxEquiliSC::scale(), and SPxScaler::setBoth().
Name of the scaler. Definition at line 46 of file spxscaler.h. Referenced by SPxScaler::getName(), SPxScaler::operator=(), and SPxScaler::~SPxScaler(). row scaling factors Definition at line 48 of file spxscaler.h. Referenced by SPxScaler::applyScaling(), SPxScaler::isConsistent(), SPxScaler::maxAbsRowscale(), SPxScaler::minAbsRowscale(), soplex::operator<<(), SPxScaler::operator=(), SPxEquiliSC::scale(), SPxGeometSC::scale(), SPxScaler::setup(), SPxScaler::unscaleDual(), and SPxScaler::unscaleSlacks().
|