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.
22 lines
1.1 KiB
22 lines
1.1 KiB
#!/bin/csh
|
|
|
|
# example command for minimum probabilistic reachability
|
|
prism zeroconf.nm zeroconf.pctl -const N=1000,K=4,err=0,reset=true -prop 1
|
|
prism zeroconf.nm zeroconf.pctl -const N=1000,K=4,err=0,reset=false -prop 1
|
|
|
|
# example command for maximum probabilistic reachability
|
|
prism zeroconf.nm zeroconf.pctl -const N=1000,K=4,err=0,reset=true -prop 1
|
|
prism zeroconf.nm zeroconf.pctl -const N=1000,K=4,err=0,reset=false -prop 1
|
|
|
|
# example command for minimum expected reachability
|
|
prism zeroconf.nm zeroconf.pctl -const N=1000,K=4,err=0,reset=true -prop 1
|
|
prism zeroconf.nm zeroconf.pctl -const N=1000,K=4,err=0,reset=false -prop 1
|
|
|
|
# example command for maximum expected reachability
|
|
prism zeroconf.nm zeroconf.pctl -const N=1000,K=4,err=0,reset=true -prop 1
|
|
prism zeroconf.nm zeroconf.pctl -const N=1000,K=4,err=0,reset=false -prop 1
|
|
|
|
# example command for time bounded reachability
|
|
prism zeroconf_time_bounded.nm zeroconf_time_bounded.pctl -const N=1000,K=1,T=11,bound=10,reset=true -fixdl
|
|
prism zeroconf_time_bounded.nm zeroconf_time_bounded.pctl -const N=1000,K=1,T=11,bound=10,reset=false -fixdl
|
|
|