Generated on Thu Jan 31 2019 20:56:43 for Gecode by doxygen 1.8.15
bab.hpp File Reference

(Revision: 14967)

Go to the source code of this file.

Classes

class  Gecode::Search::BabBuilder< T >
 A BAB engine builder. More...
 

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Search
 Search engines
 

Functions

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