All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxWeightST Class Reference Weighted start basis.Class SPxWeightST is an implementation of a SPxStarter for generating a Simplex starting basis. Using method setupWeights() it sets up arrays weight and coWeight, or equivalently rowWeight and colWeight. (rowWeight and colWeight are just pointers initialized to weight and coWeight according to the representation of SoPlex
Inheritance diagram for SPxWeightST:
![]()
Detailed DescriptionWeighted start basis. Class SPxWeightST is an implementation of a SPxStarter for generating a Simplex starting basis. Using method setupWeights() it sets up arrays weight and coWeight, or equivalently rowWeight and colWeight. (rowWeight and colWeight are just pointers initialized to weight and coWeight according to the representation of SoPlex The weight values are then used to setup a starting basis for the LP: vectors with low values are likely to become dual (i.e. basic for a column basis) and such with high values are likely to become primal (i.e. nonbasic for a column basis). However, if a variable having an upper and lower bound is to become primal, there is still a choice for setting it either to its upper or lower bound. Members rowRight and colUp are used to determine where to set a primal variable. If rowRight[i] is set to a nonzero value, the right-hand side inequality is set tightly for the Definition at line 56 of file spxweightst.h. Constructor & Destructor Documentation
default constructor. Definition at line 110 of file spxweightst.h. References SPxWeightST::isConsistent(). Referenced by SPxWeightST::clone().
copy constructor Definition at line 116 of file spxweightst.h. References SPxWeightST::colWeight, SPxWeightST::coWeight, SPxWeightST::isConsistent(), SPxWeightST::rowWeight, and SPxWeightST::weight.
destructor. Definition at line 170 of file spxweightst.h. References SPxWeightST::coWeight, and SPxWeightST::weight. Member Function Documentation
clone function for polymorphism Implements SPxStarter. Reimplemented in SPxVectorST, and SPxSumST. Definition at line 176 of file spxweightst.h. References SPxWeightST::SPxWeightST().
generates start basis for loaded basis. Implements SPxStarter. Definition at line 215 of file spxweightst.cpp. References SPxSolver::coDim(), SPxSolver::coId(), SPxBasis::Desc::colStatus(), SPxSolver::COLUMN, SPxWeightST::colUp, SPxWeightST::colWeight, SPxSolver::coVector(), SPxWeightST::coWeight, Vector::dim(), SPxSolver::dim(), EPS, SPxWeightST::forbidden, SVector::index(), soplex::infinity, SPxSolver::init(), soplex::initPrefs(), SPxSolver::loadBasis(), SPxLP::lower(), SVector::maxAbs(), SPxLP::maxObj(), MSG_DEBUG, SPxLP::nCols(), SPxLP::nRows(), SPxLP::number(), SPxBasis::Desc::P_ON_LOWER, SPxBasis::Desc::P_ON_UPPER, SPxSolver::pVec(), SPxSolver::rep(), DataArray< T >::reSize(), SPxId::ROW_ID, SPxWeightST::rowRight, SPxWeightST::rowWeight, soplex::setDualStatus(), SPxWeightST::setPrimalStatus(), SPxWeightST::setupWeights(), SVector::size(), DataArray< T >::size(), soplex::spxout, STABLE, SPxLP::upper(), SVector::value(), SPxSolver::vector(), and SPxWeightST::weight.
consistency check. Reimplemented from SPxStarter. Definition at line 32 of file spxweightst.cpp. References SPxWeightST::colUp, SPxWeightST::colWeight, DataArray< T >::isConsistent(), SPxWeightST::rowRight, and SPxWeightST::rowWeight. Referenced by SPxSumST::operator=(), SPxVectorST::operator=(), SPxWeightST::operator=(), SPxSumST::SPxSumST(), SPxVectorST::SPxVectorST(), and SPxWeightST::SPxWeightST().
assignment operator Definition at line 140 of file spxweightst.h. References SPxWeightST::colUp, SPxWeightST::colWeight, SPxWeightST::coWeight, SPxWeightST::forbidden, SPxWeightST::isConsistent(), SPxStarter::operator=(), SPxWeightST::rowRight, SPxWeightST::rowWeight, and SPxWeightST::weight. Referenced by SPxVectorST::operator=().
Definition at line 63 of file spxweightst.cpp. References SPxBasis::Desc::colStatus(), SPxWeightST::colUp, SPxSolver::epsilon(), soplex::infinity, SPxLP::lhs(), SPxLP::number(), SPxBasis::Desc::P_FIXED, SPxBasis::Desc::P_FREE, SPxBasis::Desc::P_ON_LOWER, SPxBasis::Desc::P_ON_UPPER, SPxLP::rhs(), SPxWeightST::rowRight, and SPxBasis::Desc::rowStatus(). Referenced by SPxWeightST::generate().
sets up variable weights. This method is called in order to setup the weights for all variables. It has been declared
Reimplemented in SPxVectorST, and SPxSumST. Definition at line 414 of file spxweightst.cpp. References SPxWeightST::colUp, SPxLP::colVector(), SPxWeightST::colWeight, Vector::dim(), SPxSolver::epsilon(), soplex::infinity, SPxLP::lhs(), Vector::maxAbs(), SPxLP::maxObj(), MSG_DEBUG, SPxLP::nCols(), SPxLP::nRows(), SPxSolver::rep(), SPxLP::rhs(), SPxWeightST::rowRight, SPxLP::rowVector(), SPxWeightST::rowWeight, SVector::size(), soplex::spxout, and SPxSolver::type(). Referenced by SPxWeightST::generate(), and SPxVectorST::setupWeights(). Member Data Documentation
set primal variable to upper bound. Definition at line 90 of file spxweightst.h. Referenced by SPxWeightST::generate(), SPxWeightST::isConsistent(), SPxWeightST::operator=(), SPxWeightST::setPrimalStatus(), SPxVectorST::setupWeights(), and SPxWeightST::setupWeights(). weight value for LP columns. Definition at line 86 of file spxweightst.h. Referenced by SPxWeightST::generate(), SPxWeightST::isConsistent(), SPxWeightST::operator=(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), and SPxWeightST::SPxWeightST(). Definition at line 68 of file spxweightst.h. Referenced by SPxWeightST::generate(), SPxWeightST::operator=(), SPxWeightST::SPxWeightST(), and SPxWeightST::~SPxWeightST().
Definition at line 64 of file spxweightst.h. Referenced by SPxWeightST::generate(), and SPxWeightST::operator=().
set variable to rhs?. Definition at line 88 of file spxweightst.h. Referenced by SPxWeightST::generate(), SPxWeightST::isConsistent(), SPxWeightST::operator=(), SPxWeightST::setPrimalStatus(), SPxVectorST::setupWeights(), and SPxWeightST::setupWeights(). weight value for LP rows. Definition at line 84 of file spxweightst.h. Referenced by SPxWeightST::generate(), SPxWeightST::isConsistent(), SPxWeightST::operator=(), SPxVectorST::setupWeights(), SPxWeightST::setupWeights(), and SPxWeightST::SPxWeightST(). Definition at line 66 of file spxweightst.h. Referenced by SPxWeightST::generate(), SPxWeightST::operator=(), SPxWeightST::SPxWeightST(), and SPxWeightST::~SPxWeightST().
|