
Implementation of depth-first branch-and-bound search engine. More...
#include <bab.hh>
Public Member Functions | |
| BAB (Space *s, size_t sz, const Options &o) | |
| Initialize with space s (of size sz) and search options o. | |
| Space * | next (void) |
| Search for next better solution | |
| Statistics | statistics (void) const |
| Return statistics. | |
| ~BAB (void) | |
| Destructor. | |
| Gecode::Search::Sequential::BAB::BAB | ( | Space * | s, |
| size_t | sz, | ||
| const Options & | o | ||
| ) | [inline] |
| Gecode::Search::Sequential::BAB::~BAB | ( | void | ) | [inline] |
| Space * Gecode::Search::Sequential::BAB::next | ( | void | ) | [inline] |
| Statistics Gecode::Search::Sequential::BAB::statistics | ( | void | ) | const [inline] |