Generated on Wed Nov 5 2014 05:18:45 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, const Options &o)
 Initialize with space s and search options o.
Spacenext (void)
 Search for next better solution
Statistics statistics (void) const
 Return statistics.
void reset (Space *s)
 Reset engine to restart at space s.
NoGoodsnogoods (void)
 Return no-goods.
 ~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,
const Options o 
) [inline]

Initialize with space s and search options o.

Definition at line 83 of file bab.hh.

Destructor.

Definition at line 183 of file bab.hh.


Member Function Documentation

Search for next better solution

Definition at line 97 of file bab.hh.

Return statistics.

Definition at line 158 of file bab.hh.

Reset engine to restart at space s.

Definition at line 163 of file bab.hh.

Return no-goods.

Definition at line 178 of file bab.hh.


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