Closed konnov closed 3 months ago
Basically, we need a TLA+ spec that stores the state of a single node. We simply initialize this spec with Init, and Next keeps things UNCHANGED. The whole point of this spec is to experiment with the definitions.
Init
Next
UNCHANGED
Basically, we need a TLA+ spec that stores the state of a single node. We simply initialize this spec with
Init
, andNext
keeps thingsUNCHANGED
. The whole point of this spec is to experiment with the definitions.