|
spot 2.16
|
Check if two automata are isomorphic. More...
#include <spot/twaalgos/are_isomorphic.hh>
Public Member Functions | |
| isomorphism_checker (const const_twa_graph_ptr ref) | |
| Construct the checker with ref as the reference automaton. | |
| bool | is_isomorphic (const const_twa_graph_ptr aut) |
| Check whether an automaton is isomorphic to the one passed to the constructor. | |
Static Public Member Functions | |
| static bool | are_isomorphic (const const_twa_graph_ptr ref, const const_twa_graph_ptr aut) |
| Check whether two automata are isomorphic. | |
Check if two automata are isomorphic.
| spot::isomorphism_checker::isomorphism_checker | ( | const const_twa_graph_ptr | ref | ) |
Construct the checker with ref as the reference automaton.
1.9.8