You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/model-checking.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,10 @@ Caesar does not automatically update these images.
76
76
To update the `:ci` image for example, run `docker pull movesrwth/storm:ci`.
77
77
</small>
78
78
79
-
The above flag can be used with Caesar's `to-jani` command:
79
+
The above flag can be used with Caesar's `mc` command:
80
80
For example:
81
81
```bash
82
-
caesar to-jani --run-storm path example.heyvl
82
+
caesar mc --run-storm path example.heyvl
83
83
```
84
84
The result will look like this:
85
85
```
@@ -93,10 +93,10 @@ Furthermore, you can set the `--no-verify` flag to only run model checking and n
93
93
94
94
### Option B: Generating JANI Manually {#generating-jani-manually}
95
95
96
-
To export JANI files for the model checker, run Caesar with the `to-jani` subcommand and the `--jani-dir DIR` option to instruct it to save all translateable (co)procs to `.jani` files in the directory `DIR`:
96
+
To export JANI files for the model checker, run Caesar with the `mc` subcommand and the `--jani-dir DIR` option to instruct it to save all translateable (co)procs to `.jani` files in the directory `DIR`:
97
97
98
98
```bash
99
-
caesar to-jani example.heyvl --jani-dir DIR
99
+
caesar mc example.heyvl --jani-dir DIR
100
100
```
101
101
102
102
The output JANI files will have the following structure that you can use:
0 commit comments