twacube_algos: add support for are_equivalent
* spot/twacube_algos/convert.cc, spot/twacube_algos/convert.hh, tests/core/twacube.cc: Here.
This commit is contained in:
parent
92845612a1
commit
89675a2762
3 changed files with 80 additions and 1 deletions
|
|
@ -49,6 +49,8 @@ int main()
|
|||
|
||||
// Test translation
|
||||
auto aut = twa_to_twacube(tg);
|
||||
assert(spot::are_equivalent(aut, tg));
|
||||
|
||||
spot::print_dot(std::cout, tg, "A");
|
||||
std::cout << "-----------\n" << *aut << "-----------\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue