spot/wrap/python/tests
Thibaud Michaud 3bf3d2c8a1 Adding python functions to mirror the functionalities found in src/bin
* wrap/python/spot.i: Rename to...
* wrap/python/spot_impl.i: ...this, and import spot_impl from spot.py so
that it is not needed to recompile everything when modifying python
code.
* wrap/python/spot.py: Adding python functions to mirror the
functionalities found in src/bin.
* src/bin/common_r.cc: Move simplification level...
* src/ltlvisit/simplify.hh: ... here as a constructor of
ltl_simplifier_options, to make it available in wrap/python.
* src/bin/ltlfilt.cc: Set simplification level using the new
ltl_simplifier_options constructor.
* src/bin/randltl.cc: Move most of the code...
* src/ltlvisit/randomltl.cc, src/ltlvisit/randomltl.hh: ... here, as a
class named randltlgenerator.
* wrap/python/tests/bddnqueen.py, wrap/python/tests/minato.py: Avoid
calling bdd_init twice by moving 'import spot' after bdd initialization.
* wrap/python/Makefile.am: Rename spot to spot_impl
* wrap/python/tests/Makefile.am: Add ipnbdoctest.py.
* wrap/python/.gitignore: Rename spot.py to spot_impl.py
* src/ltlvisit/tostring.cc: \ttrue and \ffalse should be \top and \bot.
* wrap/python/tests/ipnbdoctest.py: Run code cells of a python notebook
and compare the output to the actual content of the notebook.
* wrap/python/tests/randltl.ipynb: Document and test randltl.
* wrap/python/tests/run.in: Call ipnbdoctest.py to run ipython
notebooks.
2015-03-08 00:07:25 +01:00
..
.cvsignore * configure.ac: Output wrap/python/tests/Makefile 2003-07-31 20:04:29 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
alarm.py Make bdd_dict a shared pointer. 2014-08-13 20:23:09 +02:00
bddnqueen.py Adding python functions to mirror the functionalities found in src/bin 2015-03-08 00:07:25 +01:00
implies.py Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
interdep.py Handle all automata through shared_ptr. (monstro patch) 2014-08-15 11:07:05 +02:00
ipnbdoctest.py Adding python functions to mirror the functionalities found in src/bin 2015-03-08 00:07:25 +01:00
ltl2tgba.py python: fix spot.py script for new acceptance interface 2014-11-27 22:31:56 +01:00
ltl2tgba.test python: fix spot.py script for new acceptance interface 2014-11-27 22:31:56 +01:00
ltlparse.py Adjust to Swig 3.0. 2014-04-03 17:15:52 +02:00
ltlsimple.py Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
Makefile.am Adding python functions to mirror the functionalities found in src/bin 2015-03-08 00:07:25 +01:00
minato.py Adding python functions to mirror the functionalities found in src/bin 2015-03-08 00:07:25 +01:00
optionmap.py Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
parsetgba.py python: use hoa_parse instead of tgba_parse 2015-01-27 22:44:01 +01:00
randltl.ipynb Adding python functions to mirror the functionalities found in src/bin 2015-03-08 00:07:25 +01:00
run.in Adding python functions to mirror the functionalities found in src/bin 2015-03-08 00:07:25 +01:00
setxor.py Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00