Generated on Sat Aug 25 2012 03:32:58 for Gecode by doxygen 1.8.1.2
bab.hpp File Reference

(Revision: 9692)

Go to the source code of this file.

Namespaces

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

Functions

Engine * Gecode::Search::bab (Space *s, size_t sz, const Options &o)
 Create branch and bound engine.
template<class T >
T * Gecode::bab (T *s, const Search::Options &o=Search::Options::def)
 Perform depth-first branch-and-bound search for subclass T of space s and options o.