|
spot 2.16
|
A strongly connected component with its index, accumulated acceptance marks, and remaining states. More...
#include <spot/twaalgos/gtec/sccstack.hh>
Public Member Functions | |
| connected_component (int index=-1) | |
| Construct an SCC entry with the given index. | |
Public Attributes | |
| int | index |
| Index of the SCC. | |
| acc_cond::mark_t | condition |
| std::list< const state * > | rem |
| Remaining states in this SCC. | |
A strongly connected component with its index, accumulated acceptance marks, and remaining states.
| spot::scc_stack::connected_component::connected_component | ( | int | index = -1 | ) |
Construct an SCC entry with the given index.
| acc_cond::mark_t spot::scc_stack::connected_component::condition |
The union of all acceptance marks of transitions the connected component.
| int spot::scc_stack::connected_component::index |
Index of the SCC.
| std::list<const state*> spot::scc_stack::connected_component::rem |
Remaining states in this SCC.
1.9.8