pragmaticformalmodeling
pragmaticformalmodeling copied to clipboard
An instructional website with progressively worked examples of TLA+ specifications and model checking.
Results
2
pragmaticformalmodeling issues
Sort by
recently updated
recently updated
newest added
https://github.com/ElliotSwart/pragmaticformalmodeling/blob/ea86b1b5852d49d60d82d944e4807774392e1414/caching/naive-model/cacherequirements.tla#L32 Checking the property `[]DatabaseAndCacheConsistent` with the definition where cache misses are permissible (above), is satisfied by, e.g., the trivial system of an always empty cache. For example, `[]DatabaseAndCacheConsistent` holds...
That's all