We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e037da5 commit 25e7cd0Copy full SHA for 25e7cd0
js/app.js
@@ -101,7 +101,7 @@ const exampleSpecs = {
101
"TwoPhase (animated)": {
102
specpath: "./specs/TwoPhase.tla",
103
constant_vals: {
104
- "RM": "{rm1,rm2}",
+ "RM": "{rm1,rm2,rm3}",
105
}
106
},
107
"TeachingConcurrency": {
specs/TwoPhase.tla
@@ -21,7 +21,7 @@ EXTENDS TLC, Naturals
21
(***************************************************************************)
22
\* CONSTANT RM \* The set of resource managers
23
24
-RM == {"rm1", "rm2"}
+CONSTANT RM
25
26
VARIABLES
27
rmState, \* $rmState[rm]$ is the state of resource manager RM.
0 commit comments