Skip to content

Commit

Permalink
Models failing smoke testing #65
Browse files Browse the repository at this point in the history
Addresses Github issue #65
#65

[Bug]
  • Loading branch information
lemmy authored Feb 2, 2023
1 parent dd4bb5b commit fca6a17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion specifications/ewd426/SimTokenRing.tla
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ EXTENDS TokenRing, TLC, CSV, IOUtils

(* Statistics collection *)

\* TCLGet("stats").traces is only defined when TLC runs in simulation or generation mode.
\* For this spec, users have to run TLC in generate mode to collect meaningful statistics.
ASSUME TLCGet("config").mode = "generate"

CSVFile ==
"SimTokenRing.csv"

Expand All @@ -24,4 +28,4 @@ $ rm -rf states/ ; rm *.csv ; tlc SimTokenRing -note -generate -depth -1


$ alias tlc
tlc='java -cp /path/to/tla2tools.jar tlc2.TLC'
tlc='java -cp /path/to/tla2tools.jar tlc2.TLC'

0 comments on commit fca6a17

Please sign in to comment.