SPxSumST Class Reference Simple heuristic SPxStarter.Testing version of an SPxVectorST using a very simplistic heuristic to build up an approximated solution vector. More...
Inheritance diagram for SPxSumST:
![]()
Detailed DescriptionSimple heuristic SPxStarter. Testing version of an SPxVectorST using a very simplistic heuristic to build up an approximated solution vector. Definition at line 37 of file spxsumst.h. Constructor & Destructor Documentation
default constructor. Definition at line 54 of file spxsumst.h. References SPxStarter::m_name. Referenced by SPxSumST::clone().
destructor. Definition at line 77 of file spxsumst.h. Member Function Documentation
clone function for polymorphism Reimplemented from SPxVectorST. Definition at line 80 of file spxsumst.h. References SPxSumST::SPxSumST(). assignment operator Definition at line 65 of file spxsumst.h. References SPxWeightST::isConsistent(), and SPxVectorST::operator=().
sets up variable weights. Reimplemented from SPxWeightST. Definition at line 25 of file spxsumst.cpp. References VectorBase< R >::clear(), VectorBase< R >::get_const_ptr(), VectorBase< R >::get_ptr(), SVectorBase< R >::length2(), SPxLPBase< R >::lhs(), SPxLPBase< R >::lower(), VectorBase< R >::multAdd(), SPxLPBase< R >::nCols(), SPxLPBase< R >::nRows(), SPxVectorST::primal(), DVectorBase< R >::reDim(), SPxLPBase< R >::rhs(), SPxLPBase< R >::rowVector(), SPxVectorST::setupWeights(), and SPxLPBase< R >::upper(). |