Generated on Thu Nov 2 14:49:38 2006 for Gecode/J by doxygen 1.5.0

Search engines
[Interfacing to Gecode/J]

Collaboration diagram for Search engines:


Detailed Description

This group contains the search engines provided in Gecode/J.

Recomputation

All search engines support recomputation. The behaviour of recomputation can be controlled by two parameters:

Full copying corresponds to a maximal recomputation distance c_d of 1.

All recomputation performed is based on batch recomputation: batch recomputation performs propagation only once for an entire path used in recomputation.


Modules

 Stop-objects for stopping search
 Allows to specify various criteria when a search engine should stop exploration.

Classes

class  org.gecode.BABSearch
 Depth-first branch-and-bound search engine. More...
class  org.gecode.DFSSearch
 Depth first search engine. More...