feat: add tla config for model

This commit is contained in:
hhhh 2026-06-14 23:55:35 +03:00
parent 8758541668
commit 57d048661a
7 changed files with 1592 additions and 0 deletions

View file

@ -0,0 +1,15 @@
SPECIFICATION Spec
INVARIANTS
TypeInvariant
UniqueOwnerForEveryKey
DeadPartitionsAreOutsideTree
CONSTANTS
PartitionIds = {p0, p1, p2}
Threads = {t0}
NoThread = NoThread
KeyCount = 3
MinPartitionSize = 1
MaxPartitionSize = 2
MaxLoad = 3