Search engines More...
Namespaces | |
Config | |
Search configuration | |
Meta | |
Meta search engine implementations | |
Parallel | |
Parallel search engine implementations | |
Sequential | |
Sequential search engine implementations | |
Classes | |
class | Cutoff |
Base class for cutoff generators for restart-based meta engine. More... | |
class | CutoffAppend |
Cutoff generator appending two cutoff generators. More... | |
class | CutoffConstant |
Cutoff generator for constant sequence. More... | |
class | CutoffGeometric |
Cutoff generator for the geometric sequence. More... | |
class | CutoffLinear |
Cutoff generator for linear sequence. More... | |
class | CutoffLuby |
Cutoff generator for the Luby sequence. More... | |
class | CutoffMerge |
Cutoff generator merging two cutoff generators. More... | |
class | CutoffRandom |
Cutoff generator for the random sequence. More... | |
class | CutoffRepeat |
Cutoff generator that repeats a cutoff from another cutoff generator. More... | |
class | Engine |
Search engine implementation interface More... | |
class | FailStop |
Stop-object based on number of failures More... | |
class | MetaStop |
Stop-object for meta engine More... | |
class | NodeStop |
Stop-object based on number of nodes More... | |
class | Options |
Search engine options More... | |
class | Statistics |
Search engine statistics More... | |
class | Stop |
Base-class for Stop-object. More... | |
class | TimeStop |
Stop-object based on time More... | |
class | UninitializedCutoff |
Exception: Uninitialized cutoff for restart-based search More... | |
class | Worker |
Search worker statistics More... | |
class | WorkerToEngine |
Virtualize a worker to an engine. More... | |
Functions | |
Engine * | bab (Space *s, const Options &o) |
Create branch and bound engine. More... | |
Engine * | dfs (Space *s, const Options &o) |
Create depth-first engine. More... | |
Engine * | rbs (Space *s, MetaStop *stop, Engine *e, const Options &o) |
Space * | snapshot (Space *s, const Options &o, bool share=true) |
Clone space s dependening on options o. More... | |
Search engines
Clone space s dependening on options o.
Definition at line 73 of file support.hh.