Use bdd dictionnary during translation.
* wrap/python/spot.py: here * wrap/python/tests/automata.ipynb: tests here.
This commit is contained in:
parent
0ab745be9c
commit
d55c15baf2
2 changed files with 661 additions and 641 deletions
|
|
@ -198,7 +198,7 @@ def translate(formula, output='tgba', pref='small', level='high',
|
|||
if type(formula) == str:
|
||||
formula = parse_formula(formula)
|
||||
|
||||
a = translator()
|
||||
a = translator(_bdd_dict)
|
||||
|
||||
if type(output) == str:
|
||||
output_ = output.lower()
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue