21 #include <spot/misc/common.hh>
22 #include <spot/twa/fwd.hh>
38 SPOT_API std::vector<std::vector<unsigned>>
57 SPOT_API std::vector<formula>
void match_states_decorate(twa_graph_ptr &aut, formula f)
Label the states of aut with the result of match_states(aut,f).
std::vector< std::vector< unsigned > > match_states(const const_twa_graph_ptr &aut1, const const_twa_graph_ptr &aut2)
Match the states of aut1 with the states of aut2.
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