21 #include <spot/twa/twagraph.hh>
58 bool ref_deterministic_ =
false;
59 unsigned nondet_states_ = 0;
Check if two automata are isomorphic.
Definition: are_isomorphic.hh:29
isomorphism_checker(const const_twa_graph_ptr ref)
Construct the checker with ref as the reference automaton.
static bool are_isomorphic(const const_twa_graph_ptr ref, const const_twa_graph_ptr aut)
Check whether two automata are isomorphic.
bool is_isomorphic(const const_twa_graph_ptr aut)
Check whether an automaton is isomorphic to the one passed to the constructor.
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