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