* wrap/python/ajax/spot.in: Replace call to dupex by ensure_digraph.

This commit is contained in:
Alexandre Duret-Lutz 2015-01-24 16:52:08 +01:00
parent 49701ca3bc
commit 06d1c1ea96

View file

@ -537,7 +537,8 @@ elif translator == 'ta':
refined_rules = False refined_rules = False
if form.getfirst('ta', '') == 'lc': if form.getfirst('ta', '') == 'lc':
refined_rules = True refined_rules = True
automaton = spot.tgba_dupexp_dfs(spot.ltl_to_taa(f, dict, refined_rules)) automaton = spot.ensure_digraph(spot.ltl_to_taa(f, dict, refined_rules))
elif translator == 'l3': elif translator == 'l3':
l3out = '-T' l3out = '-T'
# 1.0.1 had determinization and simulation turned off by default, # 1.0.1 had determinization and simulation turned off by default,