
Go to the source code of this file.
Namespaces | |
| Gecode | |
| Gecode toplevel namespace | |
| Gecode::Search | |
| Search engines | |
Functions | |
| Engine * | Gecode::Search::dfs (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... | |