Generated on Mon Jul 6 18:09:22 2009 for Gecode by doxygen 1.5.9

dfs.hpp File Reference

(Revision: 9047)

Go to the source code of this file.


Namespaces

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

Functions

Engine * Gecode::Search::dfs (Space *s, size_t sz, 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.