#include <dfs.hpp>
Public Member Functions | |
DfsBuilder (const Options &opt) | |
The constructor. | |
virtual Engine * | operator() (Space *s) const |
The actual build function. | |
![]() | |
Builder (const Options &opt, bool best) | |
Initialize with options opt and best solution search support. | |
Options & | options (void) |
Provide access to options. | |
const Options & | options (void) const |
Provide access to options. | |
bool | best (void) const |
Whether engine is a best solution search engine. | |
virtual | ~Builder (void) |
Destructor. | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t s) |
Memory management. | |
static void | operator delete (void *p) |
Free memory allocated from heap. | |
![]() | |
Options | opt |
Stored and already expanded options. | |
const bool | b |
Whether engine to be built is a best solution search engine. | |
A DFS engine builder.
|
inline |
|
virtual |
The actual build function.
Implements Gecode::Search::Builder.