Generated on Tue May 22 09:41:40 2018 for Gecode by doxygen 1.6.3

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 constrain (const Space &b)
 Constrain future solutions to be better than b (raises exception).
virtual void reset (Space *s)
 Reset engine to restart at space s (does nothing).
virtual NoGoodsnogoods (void)
 Return no-goods (the no-goods are empty).
virtual ~Engine (void)
 Destructor.

Detailed Description

Search engine implementation interface

Definition at line 897 of file search.hh.


Constructor & Destructor Documentation

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

Destructor.

Definition at line 37 of file engine.hpp.


Member Function Documentation

void Gecode::Search::Engine::constrain ( const Space b  )  [virtual]
void Gecode::Search::Engine::reset ( Space s  )  [virtual]

Reset engine to restart at space s (does nothing).

Reimplemented in Gecode::Search::Par::BAB< Tracer >, Gecode::Search::Par::DFS< Tracer >, Gecode::Search::Seq::LDS< Tracer >, and Gecode::Search::WorkerToEngine< Worker >.

Definition at line 44 of file engine.cpp.

NoGoods & Gecode::Search::Engine::nogoods ( void   )  [virtual]

Return no-goods (the no-goods are empty).

Reimplemented in Gecode::Search::Par::BAB< Tracer >, Gecode::Search::Par::DFS< Tracer >, and Gecode::Search::WorkerToEngine< Worker >.

Definition at line 48 of file engine.cpp.


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