
A stack item for depth first search. More...
Public Member Functions | |
| SearchItem (VisualNode *n0, int noOfChildren0) | |
| Constructor. More... | |
Public Attributes | |
| VisualNode * | n |
| The node. More... | |
| int | i |
| The currently explored child. More... | |
| int | noOfChildren |
| The number of children. More... | |
A stack item for depth first search.
Definition at line 354 of file treecanvas.cpp.
|
inline |
Constructor.
Definition at line 363 of file treecanvas.cpp.
| VisualNode* Gecode::Gist::SearchItem::n |
The node.
Definition at line 357 of file treecanvas.cpp.
| int Gecode::Gist::SearchItem::i |
The currently explored child.
Definition at line 359 of file treecanvas.cpp.
| int Gecode::Gist::SearchItem::noOfChildren |
The number of children.
Definition at line 361 of file treecanvas.cpp.