Gecode::Search::Parallel::BAB Class Reference
Parallel BAB engine.
More...
#include <bab.hh>
List of all members.
Detailed Description
Parallel BAB engine.
Definition at line 46 of file bab.hh.
Constructor & Destructor Documentation
Gecode::Search::Parallel::BAB::BAB |
( |
Space * |
s, |
|
|
size_t |
sz, |
|
|
const Options & |
o | |
|
) |
| | [inline] |
Initialize for space s (of size sz) with options o.
Definition at line 117 of file bab.hh.
Gecode::Search::Parallel::BAB::~BAB |
( |
void |
|
) |
[virtual] |
Destructor.
Definition at line 168 of file bab.cpp.
Member Function Documentation
BAB::Worker * Gecode::Search::Parallel::BAB::worker |
( |
unsigned int |
i |
) |
const [inline] |
Provide access to worker i.
Definition at line 104 of file bab.hh.
void Gecode::Search::Parallel::BAB::solution |
( |
Space * |
s |
) |
[inline] |
Report solution s.
Definition at line 149 of file bab.hh.
Statistics Gecode::Search::Parallel::BAB::statistics |
( |
void |
|
) |
const [virtual] |
Member Data Documentation
Array of worker references.
Definition at line 70 of file bab.hh.
Best solution so far.
Definition at line 72 of file bab.hh.
The documentation for this class was generated from the following files: