Use taa_tgba_formula instead of taa_tgba_string in ltl_to_taa to

speed up a little the translation.

* src/tgbaalgos/ltl2taa.cc: Adjust.  Also fix a bug with
acceptance conditions in all_n_tuples.
* src/tgba/taatgba.cc, src/tgba/taatgba.hh: Adjust.
This commit is contained in:
Damien Lefortier 2010-01-16 13:33:04 +01:00
parent 7c20d8ae5d
commit beb3744581
4 changed files with 65 additions and 41 deletions

View file

@ -350,7 +350,7 @@ namespace spot
`----------------*/
std::string
taa_tgba_string::label_to_string(const std::string& label) const
taa_tgba_string::label_to_string(const std::string label) const
{
return label;
}