All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SPxVectorST Class Reference Solution vector based start basis.This version of SPxWeightST can be used to construct a starting basis for an LP to be solved with SoPlex if an approximate solution vector or dual vector (possibly optained by a heuristic) is available. This is done by setting up weights for the SPxWeightST it is derived from. More...
Inheritance diagram for SPxVectorST:
![]()
Detailed DescriptionSolution vector based start basis. This version of SPxWeightST can be used to construct a starting basis for an LP to be solved with SoPlex if an approximate solution vector or dual vector (possibly optained by a heuristic) is available. This is done by setting up weights for the SPxWeightST it is derived from. The primal vector to be used is loaded by calling method primal() while dual() setups for the dual vector. Methods primal() or dual() must be called before generate() is called by SoPlex to set up a starting basis. If more than one call of method primal() or dual() occurred only the most recent one is valid for generating the starting base. Definition at line 44 of file spxvectorst.h. Member Enumeration Documentation
specifies whether to work on the primal, the dual, or not at all.
Definition at line 52 of file spxvectorst.h. Constructor & Destructor Documentation
default constructor. Definition at line 77 of file spxvectorst.h. References SPxStarter::m_name. Referenced by SPxVectorST::clone().
copy constructor Definition at line 83 of file spxvectorst.h. References SPxWeightST::isConsistent().
destructor. Definition at line 105 of file spxvectorst.h. Member Function Documentation
clone function for polymorphism Reimplemented from SPxWeightST. Reimplemented in SPxSumST. Definition at line 108 of file spxvectorst.h. References SPxVectorST::SPxVectorST().
sets up primal solution vector. Definition at line 124 of file spxvectorst.h. References SPxVectorST::DVEC, SPxVectorST::state, and SPxVectorST::vec.
assignment operator Definition at line 91 of file spxvectorst.h. References SPxWeightST::isConsistent(), SPxWeightST::operator=(), SPxVectorST::state, and SPxVectorST::vec. Referenced by SPxSumST::operator=().
sets up primal solution vector. Definition at line 118 of file spxvectorst.h. References SPxVectorST::PVEC, SPxVectorST::state, and SPxVectorST::vec. Referenced by SPxSumST::setupWeights().
sets up variable weights. Reimplemented from SPxWeightST. Definition at line 27 of file spxvectorst.cpp. References SPxWeightST::colUp, SPxLP::colVector(), SPxWeightST::colWeight, Vector::dim(), SPxVectorST::DVEC, SPxSolver::epsilon(), SVector::index(), SPxLP::lhs(), SPxLP::maxObj(), MSG_DEBUG, SPxLP::nCols(), SPxLP::nRows(), SPxVectorST::PVEC, SPxLP::rhs(), SPxWeightST::rowRight, SPxLP::rowVector(), SPxWeightST::rowWeight, SPxWeightST::setupWeights(), SVector::size(), DataArray< T >::size(), soplex::spxout, SPxVectorST::state, SVector::value(), and SPxVectorST::vec. Referenced by SPxSumST::setupWeights(). Member Data Documentation
Referenced by SPxVectorST::dual(), SPxVectorST::operator=(), SPxVectorST::primal(), and SPxVectorST::setupWeights().
the current (approximate) primal or dual vector Definition at line 59 of file spxvectorst.h. Referenced by SPxVectorST::dual(), SPxVectorST::operator=(), SPxVectorST::primal(), and SPxVectorST::setupWeights().
|