Generated on Thu Mar 22 10:39:59 2012 for Gecode by doxygen 1.6.3

Gecode::Search::WorkerToEngine< Worker > Class Template Reference

Virtualize a worker to an engine. More...

#include <support.hh>

List of all members.

Public Member Functions

 WorkerToEngine (Space *s, size_t sz, const Options &o)
 Initialization.
virtual Spacenext (void)
 Return next solution (NULL, if none exists or search has been stopped).
virtual Search::Statistics statistics (void) const
 Return statistics.
virtual bool stopped (void) const
 Check whether engine has been stopped.

Protected Attributes

Worker w

Detailed Description

template<class Worker>
class Gecode::Search::WorkerToEngine< Worker >

Virtualize a worker to an engine.

Definition at line 53 of file support.hh.


Constructor & Destructor Documentation

template<class Worker >
Gecode::Search::WorkerToEngine< Worker >::WorkerToEngine ( Space s,
size_t  sz,
const Options o 
) [inline]

Initialization.

Definition at line 68 of file support.hh.


Member Function Documentation

template<class Worker >
Space * Gecode::Search::WorkerToEngine< Worker >::next ( void   )  [inline, virtual]

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

Implements Gecode::Search::Engine.

Definition at line 73 of file support.hh.

template<class Worker >
Search::Statistics Gecode::Search::WorkerToEngine< Worker >::statistics ( void   )  const [inline, virtual]

Return statistics.

Implements Gecode::Search::Engine.

Definition at line 78 of file support.hh.

template<class Worker >
bool Gecode::Search::WorkerToEngine< Worker >::stopped ( void   )  const [inline, virtual]

Check whether engine has been stopped.

Implements Gecode::Search::Engine.

Definition at line 83 of file support.hh.


Member Data Documentation

template<class Worker>
Worker Gecode::Search::WorkerToEngine< Worker >::w [protected]

Definition at line 55 of file support.hh.


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