Created
April 7, 2025 21:00
-
-
Save cyang-el/6c711b5537187fa806663ef8ff12e5ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPECIFICATION Spec | |
CONSTANTS | |
C = {c1, c2, c3} | |
Srv = {s1} | |
DB = {d1} | |
MaxID = 10 | |
SrvCap = 1 | |
ProcTime = 4 | |
ReqRate = 1 | |
SrvTO = 5 | |
PROPERTIES | |
AllReqHandled | |
SomeReqTO | |
SrvsOverload | |
INVARIANTS | |
TypeOK | |
TOThreshold | |
CONSTRAINT | |
Constr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment