Files
korg-distributed/tests/tcp/props/phi9.pml
2026-03-12 17:55:57 -04:00

9 lines
170 B
Promela

/* safety: handshake cannot be bypassed */
ltl phi9 {
always (
(state[0] == ListenState)
implies
!(next (state[0] == EstState))
)
}