spot/tests
Alexandre Duret-Lutz fa06cfa303 alternation: implement remove_alternation() for weak alt automata
This mixes the subset construction (for 1-state rejecting SCCs) and
the breakpoint construction (for larger rejecting SCCs).  The
algorithm should probably be rewritten in a cleaner and more efficient
way, but that should do for a first version.  It should be easy to
extend it to support Büchi acceptance (since the breakpoint
construction works for this) when we need it.

* spot/twaalgos/alternation.hh,
spot/twaalgos/alternation.cc (remove_alternation): New function.
* tests/python/alternation.ipynb: New file.
* tests/Makefile.am, doc/org/tut.org: Add it.
2016-12-29 12:57:16 +01:00
..
core twa: add support for very-weak property 2016-12-27 12:36:38 +01:00
ltsmin split ltsmin/check.test in three files 2016-11-24 11:36:26 +01:00
python alternation: implement remove_alternation() for weak alt automata 2016-12-29 12:57:16 +01:00
sanity install back the safety check of includes.test 2016-12-02 15:03:43 +01:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am alternation: implement remove_alternation() for weak alt automata 2016-12-29 12:57:16 +01:00
run.in install back the safety check of includes.test 2016-12-02 15:03:43 +01:00