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:
parent
7c20d8ae5d
commit
beb3744581
4 changed files with 65 additions and 41 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue