Gecode::Search Namespace Reference
Detailed Description
Search engines
Classes | |
class | BabCopyEngine |
Copying branch-and-bound engine implementation. More... | |
class | BabReCoEngine |
Recomputing branch-and-bound engine implementation. More... | |
class | DfsCopyEngine |
Copying depth-first engine implementation. More... | |
class | DfsReCoEngine |
Recomputing depth-first engine implementation. More... | |
class | CopyNode |
Search tree node for copying More... | |
class | ReCoNode |
Search tree node for recomputation More... | |
class | BaseStack |
Stack of nodes in search tree base-class. More... | |
class | CopyStack |
Stack of nodes for copying. More... | |
class | ReCoStack |
Stack of nodes for recomputation. More... | |
class | Statistics |
Search engine statistics More... | |
class | FullStatistics |
Full search engine statistics including memory information More... | |
class | PlainEngine |
Interface for depth-first search engines. More... | |
class | DFS |
Depth-first search engine. More... | |
class | ProbeEngine |
Probing engine for LDS. More... | |
class | LDS |
Limited discrepancy search engine. More... | |
class | BabEngine |
Interface for depth-first branch-and-bound search engines. More... | |
class | BAB |
Depth-first branch-and-bound search engine. More... | |
Namespaces | |
namespace | Config |
Search configuration |