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

6 lines
173 B
Promela

/* liveness: verifying connection establishment */
ltl phi2 {
( (always ( eventually ( state[0] == 1 && state[1] == 2 ) ) )
implies ( eventually ( state[0] == 4 ) ) )
}