spot/wrap/python
Alexandre Duret-Lutz e5a86290cf Clean the as_bdd() cache after LTL simplification.
Syntactic implication checks may use as_bdd() to compare Boolean
formulae.  By doing so, they register Boolean variables in an order
that is usially detrimental to the LTL translator.  The new,
clear_as_bdd_cache() function offers a mean to unregister these
variables, so that the LTL translator will register them again in the
a more natural way.

* src/ltlvisit/simplify.hh, src/ltlvisit/simplify.cc
(clear_as_bdd_cache): New function.
* src/tgbatest/ltl2tgba.cc, wrap/python/ajax/spot.in: Call it.
2012-05-20 21:00:40 +02:00
..
ajax Clean the as_bdd() cache after LTL simplification. 2012-05-20 21:00:40 +02:00
tests Adjust Python tests to the new simplification rules. 2012-04-28 09:30:34 +02:00
.cvsignore Update to SWIG 1.3.22. 2004-09-20 16:35:46 +00:00
.gitignore more files to ignore 2011-01-27 21:47:47 +01:00
buddy.i Make all python code compatible with Python 2.x and Python 3.x. 2012-02-25 14:01:43 +01:00
Makefile.am Fix VPATH builds, now that hash.hh include _config.h 2011-12-18 12:56:44 +01:00
spot.i Make it possible to output UTF-8 for dotty(). 2012-04-30 11:57:55 +02:00