-
- Downloads
prism-converter: Add option for model vars as initial partition
This adds two options to `prism-converter`: `--states-file` allows to specify a `.sta` file as exported from PRISM and `--partition-on-variables` allows to specify a list of variables from the model that should be used to determine the initial partition. This commit only adds the parsing and interpretation steps, the resulting partition is not yet reflected in the output.
parent
330b79ba
Branches
No related tags found
Showing
- ma.cabal 1 addition, 0 deletionsma.cabal
- src/prism-converter/Main.hs 39 additions, 7 deletionssrc/prism-converter/Main.hs
- src/prism-converter/Parser.hs 5 additions, 1 deletionsrc/prism-converter/Parser.hs
- src/prism-converter/StatesFile.hs 120 additions, 0 deletionssrc/prism-converter/StatesFile.hs
Loading
Please register or sign in to comment