14#ifndef MINOTAURMILPENGINE_H
15#define MINOTAURMILPENGINE_H
Define the base class Engine.
Definition: MILPEngine.h:28
virtual UInt getNumSols()=0
Get number of solutions in the solution pool of MILP engine.
virtual ~MILPEngine()
Destructor must be implemented if memory needs to be freed.
Definition: MILPEngine.h:37
virtual ConstSolutionPtr getSolutionFromPool(int)=0
Get a particular solution from solution pool.
MILPEngine()
Constructor. May set default parameters/options here.
Definition: MILPEngine.h:34
virtual void setUpperCutoff(double)=0
Set upper cutoff for an iteration.
virtual void setTimeLimit(double)=0
Set time limit for an iteration.
Definition: Solution.h:30
Definition: ActiveNodeStore.h:20
unsigned int UInt
Unsigned integer.
Definition: Types.h:30