Gecode::Search::BAB Class Reference
#include <search.hh>
Inherited by Gecode::BAB< T >.
Detailed Description
Depth-first branch-and-bound search engine.This class implements depth-first branch-and-bound exploration for spaces. In order to use it on subclasses of Space, additional functionality providing the necessary typecasts is available in Gecode::BAB:
Definition at line 357 of file search.hh.
Public Member Functions | |
BAB (Space *s, unsigned int c_d, unsigned int a_d, size_t sz) | |
Initialize engine. | |
~BAB (void) | |
Destructor. | |
Statistics | statistics (void) const |
Return statistics. | |
Protected Attributes | |
BabEngine * | e |
Engine used for exploration. |
Constructor & Destructor Documentation
|
Initialize engine.
|
|
Destructor.
|
Member Function Documentation
|
Return statistics.
|
Member Data Documentation
|
Engine used for exploration.
|
The documentation for this class was generated from the following files: