20 #ifndef _SPXDSTARTER_H_ 21 #define _SPXDSTARTER_H_ 119 #endif // _SPXDSTARTER_H_ SPxStarter()
we have no default constructor.
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 bool isConsistent() const
checks consistency.
virtual void generate(SPxSolver &base)=0
generates start basis for loaded basis.
virtual ~SPxStarter()
destructor.
Debugging, floating point type and parameter definitions.
Sequential object-oriented SimPlex.SPxSolver is an LP solver class using the revised Simplex algorith...
Everything should be within this namespace.
SPxStarter(const SPxStarter &old)
copy constructor
virtual const char * getName() const
get name of starter.
SPxStarter(const char *name)
constructor