spot/doc/tl
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
..
.gitignore More files to ignore. 2015-01-03 19:01:44 +01:00
Makefile.am use a bibtex file to collect all references in Doxygen 2019-06-14 21:02:27 +02:00
spotltl.sty psl: add support for the [:*i..j] operator 2015-01-19 14:39:41 +01:00
tl.tex formula: new trivial simplifications 2022-12-09 09:30:10 +01:00