You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
232 B
6 lines
232 B
# parametric model checking
|
|
-param p -const z=0.5
|
|
# exact model checking, run experiment for 0.1,0.2,...,0.9
|
|
-exact -const p=0.1:0.1:0.9,z=0.5
|
|
# standard model checking, run experiment for 0.1,0.2,...,0.9
|
|
-const p=0.1:0.1:0.9,z=0.5
|