
Go to the source code of this file.
Classes | |
| class | Gecode::Gist::Statistics |
| Statistics about the search tree More... | |
| class | Gecode::Gist::BestNode |
| Static reference to the currently best space. More... | |
| class | Gecode::Gist::SpaceNode |
| A node of a search tree of Gecode spaces. More... | |
Namespaces | |
| Gecode | |
| Gecode toplevel namespace | |
| Gecode::Gist | |
| The Gecode Interactive Search Tool. | |
Enumerations | |
| enum | Gecode::Gist::NodeStatus { Gecode::Gist::SOLVED, Gecode::Gist::FAILED, Gecode::Gist::BRANCH, Gecode::Gist::UNDETERMINED, Gecode::Gist::STOP, Gecode::Gist::UNSTOP } |
| Status of nodes in the search tree. More... | |