Skip to content

Commit

Permalink
Add Rabinizer LTL-to-automaton script for Windows usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
davexparker committed Jan 10, 2025
1 parent a756331 commit 0e4d2a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prism/etc/scripts/hoa/hoa-rabinizer-for-prism.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off

rem Interface wrapper for calling Rabinizer (version 4)
rem Invoke from PRISM with
rem -ltl2datool hoa-rabinizer-for-prism.bat -ltl2dasyntax rabinizer

rem Expects the ltl2dra executable to be on the PATH, otherwise specify its location below

ltl2dra.bat --filein "%1" --fileout="%2" --complete

0 comments on commit 0e4d2a5

Please # to comment.