28#ifndef _SPXVECTORST_H_
29#define _SPXVECTORST_H_
146#include "spxvectorst.hpp"
Sequential object-oriented SimPlex.
SoPlex start basis generation base class.
const char * m_name
name of the starter
Solution vector based start basis.
void dual(const VectorBase< R > &v)
sets up primal solution vector.
void setupWeights(SPxSolverBase< R > &base)
sets up variable weights.
virtual SPxStarter< R > * clone() const
clone function for polymorphism
virtual ~SPxVectorST()
destructor.
SPxVectorST(const SPxVectorST &old)
copy constructor
enum soplex::SPxVectorST::@18 state
specifies whether to work on the primal, the dual, or not at all.
SPxVectorST()
default constructor.
SPxVectorST & operator=(const SPxVectorST &rhs)
assignment operator
void primal(const VectorBase< R > &v)
sets up primal solution vector.
VectorBase< R > vec
the current (approximate) primal or dual vector
SPxWeightST & operator=(const SPxWeightST &rhs)
assignment operator
virtual bool isConsistent() const
consistency check.
Everything should be within this namespace.
Dense vector for linear algebra.