spot/tests
Alexandre Duret-Lutz 720c380412 formula: new trivial simplifications
Add the following rules:
  - f|[+] = [+] if f rejects [*0]
  - f|[*] = [*] if f accepts [*0]
  - f&&[+] = f if f rejects [*0]
  - b:b[*i..j] = b[*max(i,1)..j]
  - b[*i..j]:b[*k..l] = b[*max(i,1)+max(k,1)-1,1), j+l-1]

* spot/tl/formula.cc: Implement the new rules.
* doc/tl/tl.tex: Document them.
* tests/core/equals.test: Test them.
* NEWS: Add them
2022-12-09 09:30:10 +01:00
..
core formula: new trivial simplifications 2022-12-09 09:30:10 +01:00
ltsmin declare all argp_program_doc as static 2022-10-25 16:31:35 +02:00
python game: fix appending strategies bug 2022-12-06 16:06:04 +01:00
sanity * tests/sanity/style.test: Fix recent grep warnings. 2022-11-07 09:37:40 +01:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am simplify: set exprop=false during containment checks 2022-11-15 17:22:13 +01:00
run.in test: fix running on python test in OpenBSD 2022-10-02 14:37:21 +02:00