python: better interface for sat_minimize()

* NEWS: Mention it.
* wrap/python/spot.py: Rewrite the sat_minimize() function.
* wrap/python/tests/satmin.py: New file.
* wrap/python/tests/Makefile.am (TESTS): Add it.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-17 18:37:23 +01:00
parent c1bfc5d59b
commit d46da963d5
4 changed files with 77 additions and 0 deletions

1
NEWS
View file

@ -66,6 +66,7 @@ New in spot 1.99.5a (not yet released)
Python:
* Add bindings for is_unambiguous().
* Better interface for sat_minimize().
Bug fixes:
* automaton parser was ignoring the "unambiguous" property.