20 #ifndef _SPXDSTARTER_H_ 21 #define _SPXDSTARTER_H_ 122 #include "spxstarter.hpp" 124 #endif // _SPXDSTARTER_H_ SPxStarter()
we have no default constructor.
Sequential object-oriented SimPlex.SPxSolverBase is an LP solver class using the revised Simplex algo...
virtual SPxStarter * clone() const =0
clone function for polymorphism
SoPlex start basis generation base class.SPxStarter is the virtual base class for classes generating ...
const char * m_name
name of the starter
SPxStarter & operator=(const SPxStarter &rhs)
assignment operator
virtual void generate(SPxSolverBase< R > &base)=0
generates start basis for loaded basis.
virtual ~SPxStarter()
destructor.
Debugging, floating point type and parameter definitions.
Everything should be within this namespace.
SPxStarter(const SPxStarter &old)
copy constructor
virtual bool isConsistent() const
checks consistency.
virtual const char * getName() const
get name of starter.
SPxStarter(const char *name)
constructor