Skip to content

Commit 2456df0

Browse files
committed
Isola2022: fix s4 and s5
1 parent 9a58ca7 commit 2456df0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

isola2022/s4.labs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ assume {
5454

5555
check {
5656

57-
}
57+
}

isola2022/s5.labs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
system {
2-
extern = _birds, _grid, _omega, _delta
2+
extern = _birds, _grid, _omega, _delta, _lambda
33
spawn = Bird: _birds, Predator: 1
44
}
55

@@ -80,4 +80,4 @@ assume {
8080

8181
check {
8282

83-
}
83+
}

0 commit comments

Comments
 (0)