spot/src/tgbatest
Alexandre Duret-Lutz 67f4e8b5ce Deprecate reduce() in favor of ltl_simplifier.
* src/ltlvisit/reduce.hh: Mark the file as obsolete.
(reduce): Declare this function as obsolete.
* src/ltlvisit/reduce.cc: Define SKIP_DEPRECATED_WARNING
so we can include reduce.hh.
* src/sanity/includes.test: Also use SKIP_DEPRECATED_WARNING
when compiling headers.
* iface/dve2/dve2check.cc,
src/ltltest/equals.cc, src/ltltest/randltl.cc,
src/ltltest/reduc.cc, src/tgbaalgos/ltl2tgba_fm.hh,
src/tgbaalgos/ltl2tgba_fm.cc, src/tgbatest/randtgba.cc,
wrap/python/ajax/spot.in, wrap/python/spot.i: Adjust
to use ltl_simplifier.
* src/tgbatest/ltl2tgba.cc: Adjust to use ltl_simplifier,
and replace -fr1...-fr7 options by a single -fr option.
* src/tgbatest/spotlbtt.test: Adjust -fr flags accordingly.
* src/tgbatest/reductgba.cc: Do not include reduce.hh.
2012-04-28 09:34:42 +02:00
..
.cvsignore more files to ignore 2004-06-22 22:58:09 +00:00
.gitignore more files to ignore 2011-04-10 22:14:12 +02:00
babiak.test Perform WDBA minimization before degeneralization. 2011-12-16 12:56:22 +01:00
bddprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
complementation.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
complementation.test Safra: Fix usage of multiple acceptance conditions and fix text output. 2011-10-23 23:06:59 +02:00
defs.in Make sure the neverclaim parser works on the output of spin and 2010-11-06 14:35:31 +01:00
degendet.test Fix a nondeterministic behavior of the degeneralization algorithm. 2011-08-17 16:24:38 +02:00
degenid.test Make sure the degeneralization is idempotent (up to renaming of 2011-08-25 18:42:00 +02: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 Fix trivial identity (0 => Exp) == 1, and add rewritings for =>. 2012-04-28 09:30:35 +02: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 Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
explicit.test Fix copyrights. 2010-01-24 20:51:09 +01:00
explicit2.cc tgbaexplicit: execute the test 2012-04-13 08:43:58 +02:00
explicit2.test tgbaexplicit: execute the test 2012-04-13 08:43:58 +02: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 Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
explprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
intvcmp2.cc Fix a segfault reported by Etienne Renault using dve2check. 2012-01-24 19:09:07 +01:00
intvcomp.cc Fix compression of large repetitions 2011-04-13 11:33:40 +02:00
intvcomp.test Implement a new compression inspired from simple-9. 2011-05-02 14:46:18 +02: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 Deprecate reduce() in favor of ltl_simplifier. 2012-04-28 09:34:42 +02:00
ltl2tgba.test Fix infinite recursion when translating E* and E accepts [*0]. 2012-04-28 09:30:36 +02:00
ltlcounter.test Remove Kristin Rozier's LTLcounter.pl scripts, now that we can 2011-06-06 17:57:55 +02: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 Translate 50 random PSL formulae until we get a better test. 2012-04-28 09:30:36 +02:00
mixprod.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
mixprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
neverclaimread.test Fully quote guards used by neverclaims. 2011-11-16 14:27:50 +01:00
obligation.test Report formulas that are both safety and guarantee. 2011-01-27 21:41:04 +01:00
powerset.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
randpsl.test Speedup randpsl.test. 2012-04-28 09:30:37 +02:00
randtgba.cc Deprecate reduce() in favor of ltl_simplifier. 2012-04-28 09:34:42 +02: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
reductgba.cc Deprecate reduce() in favor of ltl_simplifier. 2012-04-28 09:34:42 +02:00
scc.test Replace prune_scc() by scc_filter(). 2009-11-18 18:22:45 +01:00
sccsimpl.test Improve SCC simplification by removing implied acceptance conditions. 2011-08-28 10:37:42 +02:00
spotlbtt.test Deprecate reduce() in favor of ltl_simplifier. 2012-04-28 09:34:42 +02: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 Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
tgbaread.test Fix copyrights. 2010-01-24 20:51:09 +01:00
tripprod.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02: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
wdba2.test minimize_wdba() failed to fully minimize some automata. 2012-01-17 12:11:55 +01:00