Browse Source

Props: "true U" -> "F".

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@690 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 18 years ago
parent
commit
f9556e6ddc
  1. 2
      prism-examples/rabin/rabin.pctl

2
prism-examples/rabin/rabin.pctl

@ -2,4 +2,4 @@
num_procs_in_crit <= 1
// Liveness: if a process is trying, then eventually a process enters the critical section
"one_trying" => P>=1 [ true U "one_critical" ]
"one_trying" => P>=1 [ F "one_critical" ]
Loading…
Cancel
Save