spot/src/taalgos
Alexandre Duret-Lutz 16204e8e61 python: better bindings for testing automata
* src/taalgos/dotty.cc, src/taalgos/dotty.hh: Add an interface
similar to that of tgba/dotty.hh, even if we have to ignore
most options.
* src/taalgos/tgba2ta.cc, src/taalgos/tgba2ta.hh: Add an option
to display the intermediate automaton with explicit stuttering
transitions, for the purpose of making demonstrations.
* src/tgba/tgbagraph.hh: Tweak the file so that SWIG can
read it.
* wrap/python/spot.py: Add wrappers for testing automata.
* wrap/python/spot_impl.i: Fix support for
atomic_prop_collect_as_bdd, and include a few more files.
* wrap/python/tests/testingaut.ipynb: New file.
* wrap/python/tests/Makefile.am: Add it.
2015-04-02 18:33:16 +02:00
..
dotty.cc python: better bindings for testing automata 2015-04-02 18:33:16 +02:00
dotty.hh python: better bindings for testing automata 2015-04-02 18:33:16 +02:00
emptinessta.cc Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
emptinessta.hh Replace guards by pragma once. 2015-03-23 10:19:55 +01:00
Makefile.am Use -fvisibility=hidden globally. 2013-07-29 01:14:37 +02:00
minimize.cc Store membership to acceptance sets using bitsets, not BDDs. 2014-10-06 10:18:57 +02:00
minimize.hh Replace guards by pragma once. 2015-03-23 10:19:55 +01:00
reachiter.cc Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
reachiter.hh Replace guards by pragma once. 2015-03-23 10:19:55 +01:00
statessetbuilder.cc Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
statessetbuilder.hh Replace guards by pragma once. 2015-03-23 10:19:55 +01:00
stats.cc Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
stats.hh Replace guards by pragma once. 2015-03-23 10:19:55 +01:00
tgba2ta.cc python: better bindings for testing automata 2015-04-02 18:33:16 +02:00
tgba2ta.hh python: better bindings for testing automata 2015-04-02 18:33:16 +02:00