Skip to content

Commit bba1b17

Browse files
committed
Update deli.cfg to match current deli.tla constants and properties
Signed-off-by: EricSpencer00 <espencer2@luc.edu>
1 parent 13f70ec commit bba1b17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

specifications/deli/deli.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
SPECIFICATION Spec
22

33
CONSTANT
4-
Processes = {p1, p2, p3}
4+
Workers = {w1, w2}
5+
Customers = {c1, c2, c3}
56
Null = null
67

78
INVARIANT TypeOK
8-
INVARIANT ValidStates
9-
INVARIANT MutualExclusion
9+
INVARIANT Consistency
1010

11-
PROPERTY EventuallyIdle
11+
PROPERTY EventuallyServed

0 commit comments

Comments
 (0)