Use bdd dictionnary during translation.

* wrap/python/spot.py: here
* wrap/python/tests/automata.ipynb: tests here.
This commit is contained in:
Etienne Renault 2015-04-20 11:24:39 +02:00
parent 0ab745be9c
commit d55c15baf2
2 changed files with 661 additions and 641 deletions

View file

@ -198,7 +198,7 @@ def translate(formula, output='tgba', pref='small', level='high',
if type(formula) == str: if type(formula) == str:
formula = parse_formula(formula) formula = parse_formula(formula)
a = translator() a = translator(_bdd_dict)
if type(output) == str: if type(output) == str:
output_ = output.lower() output_ = output.lower()

File diff suppressed because it is too large Load diff