Add documentation for temporal logic operators.

* doc/tl/Makefile.am, doc/tl/tl.tex, doc/tl/tl.bib: New files.
* doc/Makefile.am (SUBDIRS): Recurse into tl/.
* configure.ac: Output doc/tl/Makefile
* README: Describe doc/tl/.
This commit is contained in:
Alexandre Duret-Lutz 2011-05-28 15:22:12 +02:00
parent b3cc033e92
commit c483053a85
7 changed files with 1550 additions and 2 deletions

3
README
View file

@ -143,7 +143,8 @@ src/ Sources for libspot.
neverparse/ Parser for SPIN never claims.
sanity/ Sanity tests for the whole project.
doc/ Documentation for libspot.
spot.html/ HTML reference manual.
tl/ Documentation of the Temporal Logic operators.
spot.html/ HTML reference manual for the library.
bench/ Benchmarks for ...
emptchk/ ... emptiness-check algorithms,
gspn-ssp/ ... various symmetry-based methods with GreatSPN,