Files
korg-distributed/tests/tcp/props/phi4.pml
2026-03-12 02:40:33 -04:00

12 lines
219 B
Promela

/* liveness: simultanous open */
ltl phi4 {
always (
(state[0] == SynSentState &&
state[1] == SynSentState)
implies
((eventually state[0] == EstState) &&
(eventually state[1] == EstState)))
}