ltlparse: move in parsetl/, and declare in tl/parse.hh
* src/ltlparse/public.hh: Rename as... * src/tl/parse.hh: ... this. * src/ltlparse/: Rename as... * src/parsetl/: ... this. * NEWS: Mention the change. * README, configure.ac, doc/org/tut01.org, doc/org/tut02.org, doc/org/tut03.org, doc/org/tut10.org, src/Makefile.am, src/bin/common_finput.cc, src/bin/common_finput.hh, src/bin/ltl2tgta.cc, src/kripkeparse/kripkeparse.yy, src/parseaut/parseaut.yy, src/tests/checkpsl.cc, src/tests/checkta.cc, src/tests/complementation.cc, src/tests/consterm.cc, src/tests/emptchk.cc, src/tests/equalsf.cc, src/tests/ikwiad.cc, src/tests/kind.cc, src/tests/length.cc, src/tests/ltlprod.cc, src/tests/ltlrel.cc, src/tests/randtgba.cc, src/tests/readltl.cc, src/tests/reduc.cc, src/tests/syntimpl.cc, src/tests/tostring.cc, src/tl/Makefile.am, src/twaalgos/lbtt.cc, wrap/python/spot_impl.i, iface/ltsmin/modelcheck.cc: Adjust.
This commit is contained in:
parent
25b0153633
commit
ae6cd92142
40 changed files with 86 additions and 90 deletions
8
README
8
README
|
|
@ -141,9 +141,9 @@ src/ Sources for libspot.
|
|||
kripke/ Kripke Structure interface.
|
||||
kripkeparse/ Parser for explicit Kripke.
|
||||
tl/ Temporal Logic formulas and algorithms.
|
||||
ltlparse/ Parser for LTL formulae.
|
||||
misc/ Miscellaneous support files.
|
||||
parseaut/ Parser for automata in multiple formats.
|
||||
parsetl/ Parser for LTL/PSL formulas.
|
||||
priv/ Private algorithms, used internally but not exported.
|
||||
ta/ TA objects and cousins (TGTA).
|
||||
taalgos/ Algorithms on TA/TGTA.
|
||||
|
|
@ -161,8 +161,8 @@ bench/ Benchmarks for ...
|
|||
dtgbasat/ ... SAT-based minimization of DTGBA,
|
||||
emptchk/ ... emptiness-check algorithms,
|
||||
ltl2tgba/ ... LTL-to-Büchi translation algorithms,
|
||||
ltlcounter/ ... translation of a class of LTL formulae,
|
||||
ltlclasses/ ... translation of more classes of LTL formulae,
|
||||
ltlcounter/ ... translation of a class of LTL formulas,
|
||||
ltlclasses/ ... translation of more classes of LTL formulas,
|
||||
spin13/ ... compositional suspension and other improvements,
|
||||
wdba/ ... WDBA minimization (for obligation properties).
|
||||
stutter/ ... stutter-invariance checking algorithms
|
||||
|
|
@ -200,6 +200,6 @@ End:
|
|||
LocalWords: gtec Tarjan doc html PDF spotref pdf cgi ELTL
|
||||
LocalWords: CGI ltl iface BDD Couvreur's emptchk kripke Kripke saba vm
|
||||
LocalWords: eltlparse eltltest SABA sabaalgos sabatest ssp ltlcouter scc SCC
|
||||
LocalWords: formulae optimizations kripkeparse Automata
|
||||
LocalWords: optimizations kripkeparse Automata
|
||||
LocalWords: neverparse ltlcounter ltlclasses parallelizing automata
|
||||
LocalWords: wdba WDBA ajax dve DiVinE ltdl Libtool's dlopen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue