21#include <spot/misc/common.hh>
22#include <spot/twa/fwd.hh>
38 SPOT_API std::vector<std::vector<unsigned>>
40 const const_twa_graph_ptr& aut2);
57 SPOT_API std::vector<formula>
std::vector< std::vector< unsigned > > match_states(const const_twa_graph_ptr &aut1, const const_twa_graph_ptr &aut2)
match the state of aut1 with the states of aut2.
void match_states_decorate(twa_graph_ptr &aut, formula f)
label the state of aut with the result of match_states(aut,f).
Definition: automata.hh:26