Gecode::Search::Sequential::BAB Class Reference
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. |
Detailed Description
Implementation of depth-first branch-and-bound search engine.
Definition at line 53 of file bab.hh.
Constructor & Destructor Documentation
Gecode::Search::Sequential::BAB::~BAB | ( | void | ) | [inline] |
Member Function Documentation
Space * Gecode::Search::Sequential::BAB::next | ( | void | ) | [inline] |
Statistics Gecode::Search::Sequential::BAB::statistics | ( | void | ) | const [inline] |
The documentation for this class was generated from the following file:
- gecode/search/sequential/bab.hh (Revision: 12387)