spot/src/tests
Alexandre Duret-Lutz 8b4ec5ded0 formula: rename the constants for consistency
False/True are problematic in Python, and I don't like that the
enum is op::False but the constructor formula::ff().  So let's
just use ff and tt everywhere, and also eword instead of EmptyWord.

* src/ltlast/formula.hh (False, True, EmptyWord, AP, is_false, is_true):
Rename to...
(ff, tt, eword, ap, is_ff, is_tt): ... these.
* iface/ltsmin/ltsmin.cc, src/ltlast/formula.cc,
src/ltlvisit/apcollect.cc, src/ltlvisit/dot.cc, src/ltlvisit/mark.cc,
src/ltlvisit/mutation.cc, src/ltlvisit/print.cc,
src/ltlvisit/relabel.cc, src/ltlvisit/simpfg.cc,
src/ltlvisit/simplify.cc, src/ltlvisit/snf.cc, src/ltlvisit/unabbrev.cc,
src/twa/acc.cc, src/twa/acc.hh, src/twa/formula2bdd.cc,
src/twaalgos/gtec/gtec.cc, src/twaalgos/hoa.cc, src/twaalgos/ltl2taa.cc,
src/twaalgos/ltl2tgba_fm.cc, src/twaalgos/neverclaim.cc,
src/twaalgos/product.cc, src/twaalgos/remfin.cc, src/twaalgos/safety.cc,
src/tests/parseerr.test, src/tests/utf8.test, wrap/python/spot.py:
Adjust.
2015-09-28 09:06:27 +02:00
..
.gitignore help git --status by ignoring more files 2015-09-09 00:49:13 +02:00
acc.cc sat-minimize: generalize to any acceptance 2015-05-18 21:45:33 +02:00
acc.test acc: preserve input order in parse_acc_code() 2015-05-18 21:46:11 +02:00
acc2.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
babiak.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
bad_parsing.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
bare.test revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
basimul.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
bitvect.cc Fix bitvect.test. 2015-08-25 22:54:50 +02:00
bitvect.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
checkpsl.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
checkta.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
complementation.cc nullptr cleanup for -Wzero-as-null-pointer-constant 2015-09-26 23:07:40 +02:00
complementation.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
complete.test hoa: output acc-name for several acceptance types 2015-05-20 20:00:25 +02:00
consterm.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
consterm.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
cycles.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
dbacomp.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
defs.in Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
degendet.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
degenid.test dstarparse: get rid of the deticated data structures and conversions 2015-08-20 21:34:38 +02:00
degenlskip.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
det.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
dfs.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
dra2dba.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
dstar.test parseaut: support multiple dstar automata 2015-09-08 00:59:55 +02:00
dupexp.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
emptchk.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
emptchk.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
emptchke.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
emptchkr.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
equals.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
equalsf.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
eventuniv.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
exclusive-ltl.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
exclusive-tgba.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
explpro2.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
explpro3.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
explpro4.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
explprod.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
graph.cc graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
graph.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
ikwiad.cc nullptr cleanup for -Wzero-as-null-pointer-constant 2015-09-26 23:07:40 +02:00
intvcmp2.cc Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
intvcomp.cc Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
intvcomp.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
isomorph.test randaut: rename -S as -Q for consistency 2015-06-01 09:20:52 +02:00
isop.test revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
kind.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
kind.test ltl: fix detection of some siPSL formulas 2015-06-23 19:27:30 +02:00
kripke.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
latex.test fix latex escaping 2015-08-13 17:25:00 +02:00
lbt.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
lbttparse.test lbtt: take options as a string like other print functions 2015-06-10 23:29:41 +02:00
length.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
length.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
lenient.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
ltl2dstar.test * src/tests/ltl2dstar.test: Fix for recent change to ltlcross. 2015-08-21 10:51:29 +02:00
ltl2dstar2.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltl2dstar3.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltl2dstar4.test new conversion for Streett->GBA 2015-07-10 19:43:34 +02:00
ltl2neverclaim-lbtt.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
ltl2neverclaim.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
ltl2ta.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltl2ta2.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltl2tgba.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
ltl3dra.test ltlcross: skip product that require too much acceptance sets 2015-06-15 23:35:31 +02:00
ltlcounter.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
ltlcross.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
ltlcross2.test Add support for unambiguous automata 2015-05-12 20:21:15 +02:00
ltlcross3.test ltlcross: recover from out-of-memory during state-space product 2015-08-24 07:55:46 +02:00
ltlcross4.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltlcrossce.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltlcrossce2.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltlcrossgrind.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
ltldo.test revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
ltldo2.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltlfilt.test revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
ltlgrind.test revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
ltlprod.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
ltlprod.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
ltlrel.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
ltlrel.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
lunabbrev.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
Makefile.am product: add a product_or variant 2015-09-26 19:14:08 +02:00
maskacc.test hoa: output acc-name for several acceptance types 2015-05-20 20:00:25 +02:00
maskkeep.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
monitor.test dot: heuristic to switch between circles and ellipses 2015-04-28 18:25:37 +02:00
nenoform.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
neverclaimread.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
ngraph.cc graph: rename num_transitions() as num_edges() 2015-06-11 23:52:02 +02:00
ngraph.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
nondet.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
obligation.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
optba.test postproc: do not simplify BA via transitions-based simulation 2015-05-05 00:02:28 +02:00
origin Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
parse.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
parse_print_test.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
parseaut.test revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
parseerr.test formula: rename the constants for consistency 2015-09-28 09:06:27 +02:00
prodor.test product: add a product_or variant 2015-09-26 19:14:08 +02:00
rand.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
randaut.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
randomize.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
randpsl.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
randtgba.cc nullptr cleanup for -Wzero-as-null-pointer-constant 2015-09-26 23:07:40 +02:00
randtgba.test randaut: rename -S as -Q for consistency 2015-06-01 09:20:52 +02:00
readltl.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
readsat.cc Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
readsat.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
readsave.test print_hoa: diagnose unknown options 2015-07-24 23:23:55 +02:00
reduc.cc nullptr cleanup for -Wzero-as-null-pointer-constant 2015-09-26 23:07:40 +02:00
reduc.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
reduc0.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
reduccmp.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
reducpsl.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
remfin.test remfin: deal with almost-Rabin automata 2015-08-20 19:53:43 +02:00
remove_x.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
remprop.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
renault.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
satmin.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
satmin2.test dtgbasat: add a colored option 2015-09-03 18:27:02 +02:00
sbacc.test acc: better Rabin/Streett detection 2015-05-21 08:57:49 +02:00
scc.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
sccdot.test scc_filter: do not remove Fin sets from rejecting SCCs 2015-06-30 17:18:27 +02:00
sccsimpl.test sccsimpl: Remove Fin sets between SCCs 2015-08-14 11:42:28 +02:00
sepsets.test autfilt: new --separate-sets option 2015-05-14 18:34:14 +02:00
sim2.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
sim3.test hoa: output acc-name for several acceptance types 2015-05-20 20:00:25 +02:00
simdet.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
spotlbtt.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
spotlbtt2.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
stutter-ltl.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
stutter-tgba.test hoa: add a stutter-sensitive property 2015-05-10 21:13:11 +02:00
syntimpl.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
syntimpl.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
taatgba.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
taatgba.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
tgbagraph.test Ease atomic proposition manipulation for twa. 2015-09-24 14:45:22 +02:00
tostring.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
tostring.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
tripprod.test Rename tgbatest into tests. 2015-04-24 13:57:56 +02:00
tunabbrev.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
tunenoform.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
twagraph.cc revamp the formula hierarchy (montro-patch) 2015-09-26 15:12:24 +02:00
unabbrevwm.test unabbreviate: enable removal of R 2015-08-21 16:02:52 +02:00
unambig.test scc_info: determine accepting/rejecting-SCCs for any acceptance 2015-05-13 23:16:26 +02:00
uniq.test Fix spurious uniq.test failure. 2015-08-23 17:38:30 +02:00
utf8.test formula: rename the constants for consistency 2015-09-28 09:06:27 +02:00
uwrm.test Merge kripketest, graphtest and ltltest into tests 2015-04-24 13:57:56 +02:00
wdba.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00
wdba2.test Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02:00