47 return dynamic_cast<T*
>(
e->next());
52 return e->statistics();
virtual bool stopped(void) const
Check whether engine has been stopped.
virtual T * next(void)
Return next solution (nullptr, if none exists or search has been stopped).
virtual Statistics statistics(void) const
Return statistics.
virtual ~Base(void)
Destructor.
Base(Engine *e=nullptr)
Constructor.
Engine * e
The actual search engine.
Search engine implementation interface
Gecode toplevel namespace