Generated on Fri May 4 2012 13:51:57 for Gecode by doxygen 1.7.6.1
Gecode::Search::Sequential::BAB Class Reference

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.
Spacenext (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.

Destructor.

Definition at line 167 of file bab.hh.


Member Function Documentation

Search for next better solution

Definition at line 95 of file bab.hh.

Return statistics.

Definition at line 160 of file bab.hh.


The documentation for this class was generated from the following file: