19 #ifndef _SPXVECTORST_H_ 20 #define _SPXVECTORST_H_ 137 #include "spxvectorst.hpp" 138 #endif // _SPXVECTORST_H_ void dual(const VectorBase< R > &v)
sets up primal solution vector.
void primal(const VectorBase< R > &v)
sets up primal solution vector.
virtual ~SPxVectorST()
destructor.
Dense vector.Class VectorBase provides dense linear algebra vectors. Internally, VectorBase wraps std...
VectorBase< R > vec
the current (approximate) primal or dual vector
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
Dense vector for linear algebra.
SPxVectorST(const SPxVectorST &old)
copy constructor
Solution vector based start basis.This version of SPxWeightST can be used to construct a starting bas...
enum soplex::SPxVectorST::@1 state
specifies whether to work on the primal, the dual, or not at all.
Everything should be within this namespace.
SPxVectorST()
default constructor.
virtual SPxStarter< R > * clone() const
clone function for polymorphism
Weighted start basis.Class SPxWeightST is an implementation of a SPxStarter for generating a Simplex ...
SPxVectorST & operator=(const SPxVectorST &rhs)
assignment operator
virtual bool isConsistent() const
consistency check.
void setupWeights(SPxSolverBase< R > &base)
sets up variable weights.
SPxWeightST & operator=(const SPxWeightST &rhs)
assignment operator