Browse Source
Requires a script ltl2da on the PATH that takes two arguments, first an LTL formula in prefix format, second the DA automaton output filename. E.g., it could be called via ltl2da "& p1 F G p0" out.hoa and should produce a complete deterministic automaton (with arbitrary acceptance) for the LTL formula 'p1 & F (G p0)' and write it to the out.hoa file. Optionally, you can set the LTL2DA environment variable to provide the path to the script, e.g., invoking storm via LTL2DA=../ltl2da-script bin/storm ...tempestpy_adaptions
Joachim Klein
4 years ago
committed by
Stefan Pranger
2 changed files with 85 additions and 0 deletions
Loading…
Reference in new issue