Implementation of depth-first branch-and-bound search engine.
More...
#include <bab.hh>
List of all members.
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 |
( |
Space * |
s, |
|
|
size_t |
sz, |
|
|
const Options & |
o |
|
) |
| [inline] |
Initialize with space s (of size sz) and search options o.
Definition at line 79 of file bab.hh.
Gecode::Search::Sequential::BAB::~BAB |
( |
void |
| ) |
[inline] |
Destructor.
Definition at line 167 of file bab.hh.
Member Function Documentation
Space * Gecode::Search::Sequential::BAB::next |
( |
void |
| ) |
[inline] |
Search for next better solution
Definition at line 95 of file bab.hh.
Statistics Gecode::Search::Sequential::BAB::statistics |
( |
void |
| ) |
const [inline] |
Return statistics.
Definition at line 160 of file bab.hh.
The documentation for this class was generated from the following file: