Go to the source code of this file.
|
Engine * | Gecode::Search::babengine (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...
|
|
◆ bab()
Return a depth-first branch-and-bound search engine builder.
Definition at line 88 of file bab.hpp.