Generated on Tue Feb 11 2025 17:33:26 for Gecode by doxygen 1.12.0
dfs.hpp File Reference

Go to the source code of this file.

Classes

class  Gecode::Search::DfsBuilder< T >
 A DFS engine builder. More...
 

Namespaces

namespace  Gecode
 Gecode toplevel namespace
 
namespace  Gecode::Search
 Search engines
 

Functions

EngineGecode::Search::dfsengine (Space *s, const Options &o)
 Create depth-first engine.
 
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.
 
template<class T >
SEB Gecode::dfs (const Search::Options &o=Search::Options::def)
 Return a depth-first search engine builder.