spacenode.hh File Reference
(Revision: 11343)
#include <gecode/gist/node.hh>
#include <gecode/kernel.hh>
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 | |
namespace | Gecode |
Gecode toplevel namespace | |
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... |