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