38#ifndef __GECODE_SEARCH_SEQ_BAB_HH__
39#define __GECODE_SEARCH_SEQ_BAB_HH__
49 template<
class Tracer>
No-goods recorded from restarts.
BAB(Space *s, const Options &o)
Initialize with space s and search options o.
NoGoods & nogoods(void)
Return no-goods.
Space * next(void)
Search for next better solution
void constrain(const Space &b)
Constrain future solutions to be better than b.
Statistics statistics(void) const
Return statistics.
Depth-first path (stack of edges) supporting recomputation.
Statistics(void)
Initialize.
Gecode toplevel namespace