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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,8 @@ Expected reward from Storm: ≈ 0.9999995232
88
88
The result is approximate because it was computed via floating-point arithmetic.
89
89
To get exact results at the expense of slower computation, you can add the `--storm-exact` flag.
90
90
91
-
You can also use the `--run-storm` parameter with the [`verify` command](./caesar/README.md#subcommand-caesar-verify) or with [our LSP server](./caesar/vscode-and-lsp.md).
91
+
You can also use the `--run-storm` flag with the [`verify` command](./caesar/README.md#subcommand-caesar-verify) or with [our LSP server](./caesar/vscode-and-lsp.md).
92
+
Furthermore, you can set the `--no-verify` flag to only run model checking and not run Caesar's deductive verification.
92
93
93
94
### Option B: Generating JANI Manually {#generating-jani-manually}
0 commit comments