convert: twacube to twa translation

* spot/twacube_algos/convert.cc, spot/twacube_algos/convert.hh,
tests/core/twacube.cc, tests/core/twacube.test: here.
This commit is contained in:
Etienne Renault 2015-12-05 07:58:27 +01:00
parent aceb37ab50
commit b87693bcc3
4 changed files with 73 additions and 0 deletions

View file

@ -68,6 +68,7 @@ int main()
<< std::endl;
}
spot::print_dot(std::cout, spot::twacube_to_twa(aut));
delete aps;
delete aut;
}