2009-11-10 Alexandre Duret-Lutz Do not comment states in the never claim by default. It takes too much time when the formula is large, and it is useless when the purpose is model-checking with Spin. * src/tgbaalgos/neverclaim.hh (never_claim_reachable): Add the comments option. * src/tgbaalgos/neverclaim.cc (never_claim_bfs, never_claim_reachable): Honor the comment option. * src/tgba/tests/ltl2tgba.cc (-N): Do not comment states. (-NN) New option to output a commented never claim. 2009-11-10 Damien Lefortier * src/tgba/taa.cc, src/tgba/taa.hh: Fix it. * src/tgbaalgos/ltl2taa.cc: Do NOT use the same bdd_dict for both the translation and the language containment checker. * src/tgbatest/spotlbtt.test: Update TAA related tests. 2009-11-10 Alexandre Duret-Lutz Use tgba_explicit_formula instead of tgba_explicit_string in FM. This gives a nice speedup (>1.4) in the ltlcounter benchmark, because we no longer have to generate a copy the string representations of the LTL formulae. * src/tgbaalgos/ltl2tgba_fm.cc: Adjust. Also get rid of the formulae_seen map, since we can now ask the tgba_explicit_formula if it knows the state. 2009-11-10 Alexandre Duret-Lutz Ease debugging of LTL formulae leaks. * src/tgbatest/ltl2tgba.cc: Dump all LTLinstances with their reference count. 2009-11-10 Alexandre Duret-Lutz Introduce tgba_explicit_labelled