29#ifndef _SPXDSTARTER_H_
30#define _SPXDSTARTER_H_
131#include "spxstarter.hpp"
Safe arrays of data objects.
SoPlex start basis generation base class.
SPxStarter(const char *name)
constructor
virtual ~SPxStarter()
destructor.
virtual const char * getName() const
get name of starter.
virtual void generate(SPxSolverBase< R > &base)=0
generates start basis for loaded basis.
virtual bool isConsistent() const
checks consistency.
SPxStarter(const SPxStarter &old)
copy constructor
SPxStarter & operator=(const SPxStarter &rhs)
assignment operator
const char * m_name
name of the starter
SPxStarter()
we have no default constructor.
virtual SPxStarter * clone() const =0
clone function for polymorphism
Everything should be within this namespace.
Debugging, floating point type and parameter definitions.