From beb374458120af1e2ec7cf1c9fcd32c34c1d28d2 Mon Sep 17 00:00:00 2001 From: Damien Lefortier Date: Sat, 16 Jan 2010 13:33:04 +0100 Subject: [PATCH] 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. --- ChangeLog | 9 ++++ src/tgba/taatgba.cc | 2 +- src/tgba/taatgba.hh | 4 +- src/tgbaalgos/ltl2taa.cc | 91 +++++++++++++++++++++++----------------- 4 files changed, 65 insertions(+), 41 deletions(-) diff --git a/ChangeLog b/ChangeLog index 288864639..78c942e17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-01-16 Damien Lefortier + + 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. + 2010-01-16 Damien Lefortier Introduce taa_tgba_labelled