6 #ifndef ClpEventHandler_H 7 #define ClpEventHandler_H 140 virtual void intoSimplex() = 0;
143 virtual bool check()
const = 0;
145 virtual void saveInfo() = 0;
147 virtual int typeOfDisaster();
ClpEventHandler(ClpSimplex *model=NULL)
Default constructor.
Event
enums for what sort of event.
ClpEventHandler & operator=(const ClpEventHandler &)
Base class for Clp disaster handling.
virtual ClpEventHandler * clone() const
Clone.
ClpSimplex * model_
Pointer to simplex.
virtual int event(Event whichEvent)
This can do whatever it likes.
This solves LPs using the simplex method.
virtual ~ClpEventHandler()
Destructor.
Base class for Clp event handling.
void setSimplex(ClpSimplex *model)
set model.
ClpSimplex * simplex() const
Get model.
ClpSimplex * simplex() const
Get model.
virtual int eventWithInfo(Event whichEvent, void *info)
This can do whatever it likes.