rewrite explicit Kripke structures and their parser
Fixes #4 and fixes #5. * NEWS: Mention the change. * src/kripkeparse/: Delete. * README, src/Makefile.am, configure.ac: Adjust. * src/kripke/kripkeexplicit.cc, src/kripke/kripkeexplicit.hh, src/kripke/kripkeprint.cc, src/kripke/kripkeprint.hh: Delete. * src/kripke/kripkegraph.hh: New file. * src/kripke/Makefile.am: Adjust. * src/parseaut/parseaut.yy, src/parseaut/public.hh: Add an option to read kripke structures. * src/tests/bad_parsing.test: Delete. * src/tests/Makefile.am: Adjust. * src/tests/kripke.test, src/tests/parse_print_test.cc: Rewrite. * src/tests/ikwiad.cc, src/tests/parseaut.test, iface/ltsmin/modelcheck.cc, wrap/python/spot_impl.i: Adjust.
This commit is contained in:
parent
073d154540
commit
afbaa54d92
27 changed files with 670 additions and 1472 deletions
3
README
3
README
|
|
@ -139,7 +139,6 @@ src/ Sources for libspot.
|
|||
man/ Man pages for the above tools.
|
||||
graph/ Graph representations.
|
||||
kripke/ Kripke Structure interface.
|
||||
kripkeparse/ Parser for explicit Kripke.
|
||||
tl/ Temporal Logic formulas and algorithms.
|
||||
misc/ Miscellaneous support files.
|
||||
parseaut/ Parser for automata in multiple formats.
|
||||
|
|
@ -147,7 +146,7 @@ src/ Sources for libspot.
|
|||
priv/ Private algorithms, used internally but not exported.
|
||||
ta/ TA objects and cousins (TGTA).
|
||||
taalgos/ Algorithms on TA/TGTA.
|
||||
tests/ Tests for the whole library.
|
||||
tests/ Tests for the whole library.
|
||||
twa/ TωA objects and cousins (Transition-based ω-Automata).
|
||||
twaalgos/ Algorithms on TωA.
|
||||
gtec/ Couvreur's Emptiness-Check.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue