- G(ph0.state=left) |
- G(ph1.state=left) |
- G(ph2.state=left) |
- G(ph3.state=left) |
- G(ph4.state=left) |
- G(ph5.state=left) |
- G(ph6.state=left))
---LTLSPEC G(
--- (F (ph0.state=both)) & (F (ph1.state=both)) & (F (ph2.state=both)) &
--- (F (ph3.state=both)) & (F (ph4.state=both)) & (F (ph5.state=both)) &
--- (F (ph6.state=both)))
+ ph0.state=left &
+ ph1.state=left &
+ ph2.state=left &
+ ph3.state=left &
+ ph4.state=left &
+ ph5.state=left &
+ ph6.state=left)
+
+--Checks starvation
+CTLSPEC AG(
+ (EF (ph0.state=both)) &
+ (EF (ph1.state=both)) &
+ (EF (ph2.state=both)) &
+ (EF (ph3.state=both)) &
+ (EF (ph4.state=both)) &
+ (EF (ph5.state=both)) &
+ (EF (ph6.state=both)))