Maps each powerset-construction state to the set of original states it represents.
More...
#include <spot/twaalgos/powerset.hh>
|
| typedef std::set< unsigned > | power_state |
| | Set of NFA states in the powerset construction.
|
| |
Maps each powerset-construction state to the set of original states it represents.
◆ power_state
Set of NFA states in the powerset construction.
◆ states_of()
| const power_state & spot::power_map::states_of |
( |
unsigned |
s | ) |
const |
|
inline |
Return the set of NFA states for DFA state s.
◆ map_
Map from DFA states to NFA state sets.
The documentation for this struct was generated from the following file: