spot/src/tgbatest
Alexandre Duret-Lutz 36f7c648b6 Make state_explicit instances persistent objects.
* src/tgba/tgbaexplicit.cc, src/tgba/tgbaexplicit.hh: Merge
state_explicit and tgba_explicit::state.  In the past,
state_explicit was a small object encapsulating a pointer to the
persistent tgba_explicit::state; and we used to clone() and
destroy() a lot of state_explicit instance.  Now state_explicit is
persistent, and clone() and destroy() have no effects.
* src/tgba/tgbareduce.cc: Adjust, since this inherits from
tgbaexplicit and uses the internals of state_explicit.
* src/tgbatest/reductgba.cc: Fix deletion order for automata.
* src/tgba/tgba.hh (last_support_conditions_input_,
last_support_variables_input_): Make these protected, so
they can be zeroed by tgba_explicit.
2011-03-31 08:26:34 +02:00
..
ltlcounter Fix a longstanding bug reported by Kristin Y. Rozier.. 2009-11-04 18:29:30 +01:00
.cvsignore more files to ignore 2004-06-22 22:58:09 +00:00
.gitignore more files to ignore 2008-08-26 14:19:59 +02:00
bddprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
complementation.cc Rename tgba_complement as tgba_kv_complement. 2010-01-30 12:31:57 +01:00
complementation.test Fix copyrights. 2010-01-24 20:51:09 +01:00
defs.in Make sure the neverclaim parser works on the output of spin and 2010-11-06 14:35:31 +01:00
dfs.test Do not output a counterexample by default in ltl2tgba, introduce 2010-11-06 15:38:00 +01:00
dupexp.test Fix copyrights. 2010-01-24 20:51:09 +01:00
eltl2tgba.test Do not output a counterexample by default in ltl2tgba, introduce 2010-11-06 15:38:00 +01:00
emptchk.test Rationalize options for counter-example output. 2010-11-30 17:28:15 +01:00
emptchke.test Do not output a counterexample by default in ltl2tgba, introduce 2010-11-06 15:38:00 +01:00
emptchkr.test Fix a memory leak in Cou99 statistics. 2010-01-21 12:00:04 +01:00
explicit.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
explicit.test Fix copyrights. 2010-01-24 20:51:09 +01:00
explpro2.test Use Automake 1.11's parallel-tests feature. 2009-09-02 10:41:19 +02:00
explpro3.test Fix copyrights. 2010-01-24 20:51:09 +01:00
explpro4.test Fix copyrights. 2010-01-24 20:51:09 +01:00
explprod.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
explprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
kv.test This should finally fix kv.test and dotty.test on the LIP6 buildfarm. 2011-02-10 12:34:39 +01:00
ltl2neverclaim.test Add support for W (weak until) and M (strong release) operators. 2010-04-12 16:40:41 +02:00
ltl2tgba.cc Using double borders for acceptance states in SBAs. 2011-03-05 10:26:20 +01:00
ltl2tgba.test Fix a segfault in WDBA minimization. 2011-02-06 16:48:52 +01:00
ltlcounter.test Do not output a counterexample by default in ltl2tgba, introduce 2010-11-06 15:38:00 +01:00
ltlprod.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
ltlprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
Makefile.am Rename is_safety_automaton() as is_guarantee_automaton() and 2011-01-27 18:21:27 +01:00
mixprod.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
mixprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
neverclaimread.test Generalize patch from 2011-02-03 by allowing guards like "! (...)". 2011-02-07 00:06:18 +01:00
obligation.test Report formulas that are both safety and guarantee. 2011-01-27 21:41:04 +01:00
powerset.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
randtgba.cc Fix a GCC 4.6 warning. 2010-11-30 12:19:45 +01:00
randtgba.test Fix random_graph() not to generate dead states. 2010-02-23 17:20:59 +01:00
readsave.test Remove `readsave' and fix line numbers in tgbaparse error messages. 2010-11-06 14:14:18 +01:00
reduccmp.test Fix copyrights. 2010-01-24 20:51:09 +01:00
reductgba.cc Make state_explicit instances persistent objects. 2011-03-31 08:26:34 +02:00
reductgba.test Do not recognize "*" as "and". This leaves room for an 2010-01-30 12:27:20 +01:00
scc.test Replace prune_scc() by scc_filter(). 2009-11-18 18:22:45 +01:00
spotlbtt.test * src/tgbatest/spotlbtt.test: Add test for -l -R3b, showing many 2011-01-05 08:02:38 +01:00
taatgba.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
taatgba.test Check for missing Copyright blurbs, and add them. 2010-01-30 16:32:13 +01:00
tgbaread.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tgbaread.test Fix copyrights. 2010-01-24 20:51:09 +01:00
tripprod.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tripprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
wdba.test Speed up wdba.test, it was too slow for our buildfarm. 2011-01-05 08:02:38 +01:00