|
spot
2.16
|
Per-state information maintained by the cycle enumeration algorithm. More...
#include <spot/twaalgos/cycles.hh>
Public Member Functions | |
| state_info (unsigned num) | |
| Construct with initial state number. More... | |
Public Attributes | |
| bool | seen |
| Whether this state has been visited. More... | |
| bool | reach |
| Whether this state is reachable from the start. More... | |
| bool | mark |
| Whether this state is marked. More... | |
| std::vector< bool > | del |
| Delayed transition set. More... | |
| std::vector< unsigned > | b |
| BDD labeling associated with the state. More... | |
Per-state information maintained by the cycle enumeration algorithm.
|
inline |
Construct with initial state number.
| std::vector<unsigned> spot::enumerate_cycles::state_info::b |
BDD labeling associated with the state.
| std::vector<bool> spot::enumerate_cycles::state_info::del |
Delayed transition set.
| bool spot::enumerate_cycles::state_info::mark |
Whether this state is marked.
| bool spot::enumerate_cycles::state_info::reach |
Whether this state is reachable from the start.
| bool spot::enumerate_cycles::state_info::seen |
Whether this state has been visited.
1.9.1