2010-01-20 Damien Lefortier Minor fixes to compile with GCC 3.3 * src/ltlast/automatop.cc, src/ltlast/automatop.hh: Rename nfa as get_nfa to avoid a name clash with the `nfa' class. * src/ltlvisit/clone.cc, src/ltlvisit/nenoform.cc, src/ltlvisit/tostring.cc, src/tgbaalgos/eltl2tgba_lacim.cc: Use get_nfa instead of nfa. * src/tgba/tgbasafracomplement.cc: Don't use a const_reverse_iterator. 2010-01-20 Alexandre Duret-Lutz Remove some non-determinism in random_graph() * src/tgbaalgos/randomgraph.cc (random_graph): Revert the part of the patch from 2007-02-06 which silently replaced the use of state index by state pointers. Storing states pointer in this map cause some non-determinism because of the memory layout. It was almost impossible to reproduce bugs found by tests based on randtgba. 2010-01-19 Damien Lefortier * src/tgbaalgos/ltl2taa.cc: Fix the previous patch. 2010-01-18 Damien Lefortier * src/tgba/taatgba.cc, src/tgba/taatgba.hh: Fix memory issues occuring when labels are pointers. * src/tgbaalgos/ltl2taa.cc: Fix a bug. * src/tgbatest/ltl2tgba.cc: Fix a bug. 2010-01-16 Guillaume Sadegh * src/saba/sabacomplementtgba.cc: Fix a bug. 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