ltl2tgba.html: Use the new degeneralization routine.

* wrap/python/spot.i: Export degeneralize().
* wrap/python/ajax/spot.in: Use it.
This commit is contained in:
Alexandre Duret-Lutz 2012-06-26 18:35:08 +02:00
parent bc5a4ba416
commit 141baae57e
2 changed files with 7 additions and 2 deletions

View file

@ -616,13 +616,13 @@ if direct_simul:
issba = False
if degen or neverclaim:
degen = spot.tgba_sba_proxy(automaton)
degen = spot.degeneralize(automaton)
issba = True
else:
degen = automaton
if utf8:
spot.tgba_enable_utf8(automaton)
spot.tgba_enable_utf8(degen)
# Buchi Automaton Output
if output_type == 'a':