22 #include <spot/twa/twagraph.hh>
35 SPOT_API std::vector<unsigned>
std::vector< unsigned > language_map(const const_twa_graph_ptr &aut)
Identify states that recognize the same language.
void highlight_languages(twa_graph_ptr &aut)
Color states that recognize identical language.
std::shared_ptr< twa_graph > twa_graph_ptr
Shared pointer to a mutable twa_graph.
Definition: fwd.hh:44
std::shared_ptr< const twa_graph > const_twa_graph_ptr
Shared pointer to a const twa_graph.
Definition: fwd.hh:38
Definition: automata.hh:26