GLaDOS-Michigan / dafnyMC

Integrating protocol debugging workflows into dafny
https://dafny-lang.github.io/dafny/
Other
0 stars 0 forks source link

2PC spec is not live #7

Open TonyZhangND opened 2 years ago

TonyZhangND commented 2 years ago

Running TLC on the generated 2PC spec leads to deadlock after only the initial state. I have tried specifying the TLC config in two ways, and both leads to the same issue:

  1. Expressing tla_c as a variable and constraining it's values
  2. Expressing tic_c as a literal.