19 #ifndef _SPXVECTORST_H_ 20 #define _SPXVECTORST_H_ 134 #endif // _SPXVECTORST_H_ virtual ~SPxVectorST()
destructor.
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
void dual(const Vector &v)
sets up primal solution vector.
void setupWeights(SPxSolver &base)
sets up variable weights.
DVector vec
the current (approximate) primal or dual vector
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.
Sequential object-oriented SimPlex.SPxSolver is an LP solver class using the revised Simplex algorith...
Everything should be within this namespace.
SPxVectorST()
default constructor.
virtual SPxStarter * clone() const
clone function for polymorphism
Weighted start basis.Class SPxWeightST is an implementation of a SPxStarter for generating a Simplex ...
void primal(const Vector &v)
sets up primal solution vector.
SPxVectorST & operator=(const SPxVectorST &rhs)
assignment operator
SPxWeightST & operator=(const SPxWeightST &rhs)
assignment operator
virtual bool isConsistent() const
consistency check.