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 350 of file treecanvas.cpp.
Gecode::Gist::SearchItem::SearchItem | ( | VisualNode * | n0, |
int | noOfChildren0 | ||
) | [inline] |
Constructor.
Definition at line 359 of file treecanvas.cpp.
The node.
Definition at line 353 of file treecanvas.cpp.
The currently explored child.
Definition at line 355 of file treecanvas.cpp.
The number of children.
Definition at line 357 of file treecanvas.cpp.