spot/tests/python
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
..
.gitignore Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
_altscc.ipynb sccinfo: adjust to work with alternating automata 2016-12-27 12:36:38 +01:00
_aux.ipynb python: report dot errors 2016-02-16 14:34:57 +01:00
acc_cond.ipynb Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
accparse.ipynb Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
accparse2.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
alarm.py parsetl: change the interface to return a parsed_formula 2016-02-17 20:31:58 +01:00
alternating.py alternation: add a states_and algorithm 2016-12-27 12:36:38 +01:00
alternation.ipynb alternation: implement remove_alternation() for weak alt automata 2016-12-29 12:57:16 +01:00
atva16-fig2a.ipynb python: add the examples from the ATVA'16 paper 2016-06-17 14:18:48 +02:00
atva16-fig2b.ipynb python: add the examples from the ATVA'16 paper 2016-06-17 14:18:48 +02:00
automata-io.ipynb dot: add option C(COLOR) 2016-02-05 19:26:38 +01:00
automata.ipynb sbacc: improve using SCCs and common marks 2016-07-31 22:57:50 +02:00
bddnqueen.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
bugdet.py twa: introduce intersects() and friends 2016-11-13 11:23:12 +01:00
decompose.ipynb Make spot.py a python package instead of a module 2016-01-26 19:20:26 +01:00
formulas.ipynb python: support operator rewriting in __format__ 2016-05-01 21:05:49 +02:00
highlighting.ipynb python: add missing bindings for randomize() 2016-07-19 02:55:07 +02:00
implies.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
interdep.py parsetl: change the interface to return a parsed_formula 2016-02-17 20:31:58 +01:00
ipnbdoctest.py * tests/python/ipnbdoctest.py: Ignore more SVG differences. 2016-11-11 15:27:36 +01:00
ltl2tgba.py parsetl: change the interface to return a parsed_formula 2016-02-17 20:31:58 +01:00
ltl2tgba.test Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
ltlf.py from_ltlf: new LTL transformation. 2016-11-05 22:59:02 +01:00
ltlparse.py parsetl: change the interface to return a parsed_formula 2016-02-17 20:31:58 +01:00
ltlsimple.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
ltsmin-dve.ipynb tests: rename ltsmin.ipynb 2016-06-12 12:28:15 +02:00
ltsmin-pml.ipynb adjust tests to SpinS 1.1 2016-06-22 21:26:35 +02:00
minato.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
optionmap.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
otfcrash.py cleanup ltsmin bindings 2016-02-16 19:08:28 +01:00
parsetgba.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
piperead.ipynb Make spot.py a python package instead of a module 2016-01-26 19:20:26 +01:00
prodexpt.py product: raise an exception if the dict are different 2016-01-23 21:28:35 +01:00
product.ipynb twa: store property bits as trivals 2016-01-13 17:57:54 +01:00
randaut.ipynb Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
randgen.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
randltl.ipynb Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
relabel.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
remfin.py twa: store property bits as trivals 2016-01-13 17:57:54 +01:00
satmin.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
sccfilter.py scc_filter: preserve state names and highlighted states 2016-11-11 15:21:17 +01:00
setacc.py twa: do not set prop_state_acc in set_acceptance 2016-11-11 15:20:56 +01:00
setxor.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
testingaut.ipynb Make spot.py a python package instead of a module 2016-01-26 19:20:26 +01:00
trival.py trival: new class for tri-valued logic 2016-01-13 17:57:54 +01:00
word.ipynb twa: add accepting_run() and accepting_word() methods 2016-07-18 23:23:01 +02:00