spot/tests/python
Thomas Medioni c9d8d41fd3 implement dualize to complement automatons
* NEWS: Mention the implementation
* python/spot/impl.i: Add dualize() to python interface.
* spot/twaalgos/Makefile.am: Add dualize.cc,hh to the build
* spot/twaalgos/dualize.cc: Implement dualize() that takes an automaton
  and returns its dual
* spot/twaalgos/dualize.hh: Implement dualize()
* tests/Makefile.am: Add dualize tests to the test suite
* tests/python/dualize.py: Test cases for dualize
2017-04-07 17:15:38 +02:00
..
.gitignore Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
_altscc.ipynb autfilt: Better display of cluster when universal edge loops in it 2017-02-16 18:53:18 +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 is_alternating() -> !is_existential() 2017-02-12 15:56:02 +01:00
alternation.ipynb twa_graph: add a merge_univ_dests() method 2016-12-29 12:57:53 +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
bdditer.py python: add bindings for bdd_to_formula() 2017-03-08 15:39:08 +01: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
declenv.py parsetl: improve coverage 2017-03-15 14:23:19 +01:00
decompose.ipynb decompose_scc: Update 'decompose' notebook 2017-02-21 21:36:26 +01:00
decompose_scc.py decompose_scc: factor autfilt into decompose_acc_scc 2017-02-21 21:33:15 +01:00
dualize.py implement dualize to complement automatons 2017-04-07 17:15:38 +02:00
formulas.ipynb python: render the M&P hierarchy in SVG 2017-01-18 20:58:20 +01:00
highlighting.ipynb langmap: Add example in notebook 2017-01-17 22:53:20 +01: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 python: update some incorrect or obsolete code 2017-03-29 20:04:08 +02:00
langmap.py langmap: adjust to only color non-unique languages 2017-01-17 21:58:03 +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 python: update some incorrect or obsolete code 2017-03-29 20:04:08 +02:00
ltlsimple.py Merge the core and python tests in the tests/ directory 2016-01-04 16:02:30 +01:00
ltsmin-dve.ipynb emptiness: allow twa_run::as_twa to preserve names 2017-02-04 10:02:23 +01: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
misc-ec.py emptiness checks: replace assert-preconditions by exceptions 2017-03-10 14:36:22 +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 typos: dictionnary -> dictionary 2017-03-08 16:10:47 +01:00
product.ipynb rename is_deterministic to is_universal 2017-03-27 19:34:10 +02: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 rename is_deterministic to is_universal 2017-03-27 19:34:10 +02:00
satmin.py twaalgos: Set 'dicho' algo as default for SAT-based minimization 2017-01-06 19:53:21 +01:00
sccfilter.py scc_filter: preserve state names and highlighted states 2016-11-11 15:21:17 +01:00
sccinfo.py scc_info: add Python bindings 2017-02-20 14:31:16 +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
sum.py Implement sum(..) and sum_and(..). 2017-03-09 11:42:08 +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
twagraph.py twa_graph: fix purge_unreachable_states on alternating automata 2017-03-29 10:08:23 +02:00
word.ipynb twa: add accepting_run() and accepting_word() methods 2016-07-18 23:23:01 +02:00