Generated on Wed Nov 5 2014 05:18:45 for Gecode by doxygen 1.7.6.1
Gecode::Search::Engine Class Reference

Search engine implementation interface More...

#include <search.hh>

List of all members.

Public Member Functions

virtual Spacenext (void)=0
 Return next solution (NULL, if none exists or search has been stopped)
virtual Statistics statistics (void) const =0
 Return statistics.
virtual bool stopped (void) const =0
 Check whether engine has been stopped.
virtual void reset (Space *s)=0
 Reset engine to restart at space s.
virtual NoGoodsnogoods (void)=0
 Return no-goods.
virtual ~Engine (void)
 Destructor.

Detailed Description

Search engine implementation interface

Definition at line 440 of file search.hh.


Constructor & Destructor Documentation

virtual Gecode::Search::Engine::~Engine ( void  ) [inline, virtual]

Destructor.

Definition at line 453 of file search.hh.


Member Function Documentation

virtual Space* Gecode::Search::Engine::next ( void  ) [pure virtual]

Return next solution (NULL, if none exists or search has been stopped)

Implemented in Gecode::Search::Parallel::Engine, Gecode::Search::Meta::RBS, and Gecode::Search::WorkerToEngine< Worker >.

virtual bool Gecode::Search::Engine::stopped ( void  ) const [pure virtual]

Check whether engine has been stopped.

Implemented in Gecode::Search::Parallel::Engine, Gecode::Search::Meta::RBS, and Gecode::Search::WorkerToEngine< Worker >.


The documentation for this class was generated from the following file: