* README: Add descriptions for subdirectories of bench/, src/sanity,

and src/kripke.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-24 10:37:07 +01:00
parent cbdb0feb68
commit 2919b64532
2 changed files with 50 additions and 37 deletions

View file

@ -1,3 +1,8 @@
2010-01-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* README: Add descriptions for subdirectories of bench/, src/sanity,
and src/kripke.
2010-01-24 Guillaume Sadegh <sadegh@lrde.epita.fr> 2010-01-24 Guillaume Sadegh <sadegh@lrde.epita.fr>
* src/sanity/readme.test: A script to check whether all the * src/sanity/readme.test: A script to check whether all the

20
README
View file

@ -93,6 +93,7 @@ Core directories
---------------- ----------------
src/ Sources for libspot. src/ Sources for libspot.
kripke/ Kripke Structure interface.
ltlast/ LTL abstract syntax tree (including nodes for ELTL). ltlast/ LTL abstract syntax tree (including nodes for ELTL).
ltlenv/ LTL environments. ltlenv/ LTL environments.
ltlparse/ Parser for LTL formulae. ltlparse/ Parser for LTL formulae.
@ -110,13 +111,18 @@ src/ Sources for libspot.
saba/ SABA (State-labeled Alternating Büchi Automata) objects. saba/ SABA (State-labeled Alternating Büchi Automata) objects.
sabaalgos/ Algorithms on SABA. sabaalgos/ Algorithms on SABA.
sabatest/ Tests for saba/, sabaalgos/. sabatest/ Tests for saba/, sabaalgos/.
sanity/ Sanity tests for the whole project.
doc/ Documentation for libspot. doc/ Documentation for libspot.
spot.html/ HTML reference manual. spot.html/ HTML reference manual.
spot.latex/ Sources for the PDF manual. (Not distributed, can be rebuilt.) spot.latex/ Sources for the PDF manual. (Not distributed, can be rebuilt.)
spotref.pdf PDF reference manual. spotref.pdf PDF reference manual.
bench/ Benchmarks... bench/ Benchmarks for ...
emptchk/ ... for emptiness-check algorithms, emptchk/ ... emptiness-check algorithms,
ltl2tgba/ ... for LTL-to-Büchi translation algorithms. gspn-ssp/ ... various symmetry-based methods with GreatSPN,
ltl2tgba/ ... LTL-to-Büchi translation algorithms,
ltlcouter/ ... translation of a class of LTL formulae,
scc-stats/ ... SCC statistics after translation of LTL formulae,
split-product/ ... parallelizing gain after splitting LTL automata.
wrap/ Wrappers for other languages. wrap/ Wrappers for other languages.
python/ Python bindings for Spot and BuDDy python/ Python bindings for Spot and BuDDy
tests/ Tests for these bindings tests/ Tests for these bindings
@ -131,7 +137,7 @@ Third party software
-------------------- --------------------
buddy/ A patched version of BuDDy 2.3 (a BDD library). buddy/ A patched version of BuDDy 2.3 (a BDD library).
lbtt/ lbtt 1.2.0 (an LTL to Büchi automata test bench). lbtt/ lbtt 1.2.1 (an LTL to Büchi automata test bench).
iface/ Interfaces to other libraries. iface/ Interfaces to other libraries.
nips/ NIPS interface (to use Promela models). nips/ NIPS interface (to use Promela models).
nips_vm/ NIPS VM 1.2.7 (New Implementation of Promela Semantics nips_vm/ NIPS VM 1.2.7 (New Implementation of Promela Semantics
@ -151,5 +157,7 @@ End:
LocalWords: Python's BuDDy LBTT LTL Büchi lbtt gspn DIR GreatSPN Soheib Yann LocalWords: Python's BuDDy LBTT LTL Büchi lbtt gspn DIR GreatSPN Soheib Yann
LocalWords: Baarir Thierry Mieg CVS Università di Torino devel src libspot ac LocalWords: Baarir Thierry Mieg CVS Università di Torino devel src libspot ac
LocalWords: ltlast ltlenv ltlparse ltlvisit ltltest misc tgba TGBA tgbaalgos LocalWords: ltlast ltlenv ltlparse ltlvisit ltltest misc tgba TGBA tgbaalgos
LocalWords: gtec Tarjan tgbaparse tgbatest doc html PDF spotref pdf cgi LocalWords: gtec Tarjan tgbaparse tgbatest doc html PDF spotref pdf cgi ELTL
LocalWords: CGI ltl iface BDD Couvreur's evtgba emptchk LocalWords: CGI ltl iface BDD Couvreur's evtgba emptchk kripke Kripke saba vm
LocalWords: eltlparse eltltest SABA sabaalgos sabatest ssp ltlcouter scc SCC
LocalWords: Promela nipstest VM