tcp
This commit is contained in:
9
tests/tcp/props/phi6.pml
Normal file
9
tests/tcp/props/phi6.pml
Normal file
@@ -0,0 +1,9 @@
|
||||
/* safety: strict closing transitions */
|
||||
ltl phi6 {
|
||||
always (
|
||||
(state[0] == ClosingState)
|
||||
implies
|
||||
(next (state[0] == ClosingState ||
|
||||
state[0] == ClosedState))
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user