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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,8 @@ The input parameters of the program are translated by Caesar to constants in the
176
176
* For the [Caesar's Storm backend](#caesars-storm-backend) can fix values with the `--storm-constants <name>=<value>,...,<name>=<value>` command-line flag.
177
177
* Storm itself uses the `--constants <name>=<value>,...,<name>=<value>` command-line flag.
178
178
179
+
Caesar can also be instructed to translate inputs to variables instead of constants with the `--jani-no-constants` flag.
180
+
179
181
**State Limits to Approximate Infinite-State Models.**
180
182
Storm can be used with a state limit so that the model generation will stop its exploration at some number of states.
181
183
This will yield a correct *under*-approximation of the expected reward.
0 commit comments