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.
7 lines
341 B
7 lines
341 B
#!/bin/csh
|
|
|
|
prism csma.nm -const K=1 eventually.pctl -aroptions refine=all,nopre,opt
|
|
|
|
prism csma.nm -const K=1 deadline.pctl -const T=1000 -aroptions refine=all,nopre,opt
|
|
prism csma.nm -const K=1 deadline.pctl -const T=2000 -aroptions refine=all,nopre,opt
|
|
prism csma.nm -const K=1 deadline.pctl -const T=3000 -aroptions refine=all,nopre,opt
|