Skip to content

Commit 3045bf1

Browse files
TimSoethoutTim Soethout
authored and
Tim Soethout
committed
Add DOI of paper where ClientCentric TLA+ specifications are documented
Sync up with https://github.com/cwi-swat/tla-ci/blob/master/ClientCentric.tla Signed-off-by: Tim Soethout <[email protected]>
1 parent 75167b6 commit 3045bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specifications/KeyValueStore/ClientCentric.tla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VARIABLES Keys, Values
44
\* TODO InitValue could be bottom (_|_)
55

66
\* TLA+ specifications of Client Centric Isolation Specification by Crooks et al: https://dl.acm.org/doi/10.1145/3087801.3087802
7-
\* TLA+ specifications by Tim Soethout ([email protected])
7+
\* TLA+ specifications by Tim Soethout ([email protected]) et al: Automated Validation of State-Based Client-Centric Isolation with TLA+: https://doi.org/10.1007/978-3-030-67220-1_4
88

99
\* A database `State` is represented by keys with corresponding values
1010
State == [Keys -> Values]

0 commit comments

Comments
 (0)