|
spot 2.16
|
A node in the Zielonka tree, storing parent, sibling, child links, level, and color set. More...
#include <spot/twaalgos/zlktree.hh>
Public Attributes | |
| unsigned | parent |
| Index of parent node (0 for root). | |
| unsigned | next_sibling = 0 |
| Index of next sibling node (0 if none). | |
| unsigned | first_child = 0 |
| Index of first child node (0 if none). | |
| unsigned | level |
| Depth level of this node in the tree. | |
| acc_cond::mark_t | colors |
| Set of colors associated with this node. | |
A node in the Zielonka tree, storing parent, sibling, child links, level, and color set.
| acc_cond::mark_t spot::zielonka_tree::zielonka_node::colors |
Set of colors associated with this node.
| unsigned spot::zielonka_tree::zielonka_node::first_child = 0 |
Index of first child node (0 if none).
| unsigned spot::zielonka_tree::zielonka_node::level |
Depth level of this node in the tree.
| unsigned spot::zielonka_tree::zielonka_node::next_sibling = 0 |
Index of next sibling node (0 if none).
| unsigned spot::zielonka_tree::zielonka_node::parent |
Index of parent node (0 for root).
1.9.8