Go to the source code of this file.
|
Engine * | Gecode::Search::dfsengine (Space *s, const Options &o) |
| Create depth-first engine. More...
|
|
template<class T > |
T * | Gecode::dfs (T *s, const Search::Options &o=Search::Options::def) |
| Invoke depth-first search engine for subclass T of space s with options o. More...
|
|
template<class T > |
SEB | Gecode::dfs (const Search::Options &o=Search::Options::def) |
| Return a depth-first search engine builder. More...
|
|
◆ dfs() [1/2]
Invoke depth-first search engine for subclass T of space s with options o.
Definition at line 73 of file dfs.hpp.
◆ dfs() [2/2]
Return a depth-first search engine builder.
Definition at line 80 of file dfs.hpp.