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:
parent
bc5a4ba416
commit
141baae57e
2 changed files with 7 additions and 2 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue