91 #include "spxsumst.hpp" 92 #endif // _SPXSUMST_H_ void setupWeights(SPxSolverBase< R > &base)
sets up variable weights.
virtual SPxStarter< R > * clone() const
clone function for polymorphism
SPxSumST & operator=(const SPxSumST &rhs)
assignment operator
Solution vector based start basis.
Sequential object-oriented SimPlex.SPxSolverBase is an LP solver class using the revised Simplex algo...
SoPlex start basis generation base class.SPxStarter is the virtual base class for classes generating ...
const char * m_name
name of the starter
virtual ~SPxSumST()
destructor.
Solution vector based start basis.This version of SPxWeightST can be used to construct a starting bas...
Everything should be within this namespace.
SPxSumST()
default constructor.
SPxSumST(const SPxSumST &old)
copy constructor
Simple heuristic SPxStarter.Testing version of an SPxVectorST using a very simplistic heuristic to bu...
SPxVectorST & operator=(const SPxVectorST &rhs)
assignment operator
virtual bool isConsistent() const
consistency check.