spot 2.16
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
spot::power_map Struct Reference

Maps each powerset-construction state to the set of original states it represents. More...

#include <spot/twaalgos/powerset.hh>

Collaboration diagram for spot::power_map:

Public Types

typedef std::set< unsigned > power_state
 Set of NFA states in the powerset construction.
 

Public Member Functions

const power_statestates_of (unsigned s) const
 Return the set of NFA states for DFA state s.
 

Public Attributes

std::vector< power_statemap_
 Map from DFA states to NFA state sets.
 

Detailed Description

Maps each powerset-construction state to the set of original states it represents.

Member Typedef Documentation

◆ power_state

typedef std::set<unsigned> spot::power_map::power_state

Set of NFA states in the powerset construction.

Member Function Documentation

◆ states_of()

const power_state & spot::power_map::states_of ( unsigned  s) const
inline

Return the set of NFA states for DFA state s.

Member Data Documentation

◆ map_

std::vector<power_state> spot::power_map::map_

Map from DFA states to NFA state sets.


The documentation for this struct was generated from the following file:

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Fri Feb 27 2015 10:00:07 for spot by doxygen 1.9.8