spot/doc
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
..
org Release Spot 2.11.2 2022-10-26 11:15:39 +02:00
tl formula: new trivial simplifications 2022-12-09 09:30:10 +01:00
.gitignore more files to ignore 2015-01-08 21:04:03 +01:00
Doxyfile.in use a bibtex file to collect all references in Doxygen 2019-06-14 21:02:27 +02:00
footer.html doxygen doc: minor improvements 2017-12-08 22:07:11 +01:00
mainpage.dox doxygen doc: minor improvements 2017-12-08 22:07:11 +01:00
Makefile.am * doc/Makefile.am (svgo): preserve the IDs in oaut-dot4.svg. 2021-11-13 21:43:57 +01:00
spot.bib add the TACAS'22 reference 2022-09-07 09:59:31 +02:00