spot/src/ltltest
Alexandre Duret-Lutz 8b8633de8c Use [*0] instead of #e, and support [*] in addition to *.
* src/ltlparse/ltlscan.ll: Recognize [*] as *, and use
[*0] instead of #e for the empty word.
* src/ltlast/binop.cc, src/ltlast/constant.cc,
src/ltlast/multop.cc, src/ltlast/multop.hh, src/ltlast/unop.cc,
src/ltlast/unop.hh, src/ltltest/consterm.test,
src/ltltest/equals.test: Adjust all occurrences of #e to [*0].
* src/tgbatest/ltl2tgba.test: Also use [*].
2012-04-28 09:30:35 +02:00
..
.cvsignore more files to ignore 2004-06-22 22:58:09 +00:00
.gitignore Preliminary implementation of a tool to generate some interesting 2010-12-04 11:34:48 +01:00
consterm.cc more tests for rational operator simplifications. 2012-04-28 09:30:34 +02:00
consterm.test Use [*0] instead of #e, and support [*] in addition to *. 2012-04-28 09:30:35 +02:00
defs.in Fix copyrights. 2010-01-24 20:51:09 +01:00
equals.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
equals.test Use [*0] instead of #e, and support [*] in addition to *. 2012-04-28 09:30:35 +02:00
genltl.cc Don't flush the stream on each new line, when writing automata. 2011-11-28 10:48:38 +01:00
length.cc Fix computation of length of LTL formulas. 2012-01-05 18:34:23 +01:00
length.test Fix computation of length of LTL formulas. 2012-01-05 18:34:23 +01:00
lunabbrev.test Fix copyrights. 2010-01-24 20:51:09 +01:00
Makefile.am Add a constant_term() visitor to decide whether #e is accepted. 2012-04-28 09:30:34 +02:00
nenoform.test more tests for rational operator simplifications. 2012-04-28 09:30:34 +02:00
parse.test Introduce rational operators and trivial simplification rules. 2012-04-28 09:30:34 +02:00
parseerr.test Fix column in LTL error messages, it was off by one. 2010-03-10 15:17:05 +01:00
randltl.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
readltl.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
reduc.cc * src/ltltest/reduc.cc (main): Fix harmless memory leak introduced 2010-01-21 16:56:44 +01:00
reduc.test Speedup reduc.test by not spawning one process per formula. 2010-01-21 14:54:36 +01:00
reduccmp.test Improve a reduction rule for "a M b". 2011-03-17 12:25:43 +01:00
syntimpl.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
syntimpl.test More * -> & replacements. 2010-01-30 13:21:01 +01:00
tostring.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
tostring.test Fix copyrights. 2010-01-24 20:51:09 +01:00
tunabbrev.test Introduce rational operators and trivial simplification rules. 2012-04-28 09:30:34 +02:00
tunenoform.test Fix copyrights. 2010-01-24 20:51:09 +01:00