Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 214 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 214 Bytes

Checking the model in VS Code

Before running model check disable deadlock detection and set number of workers to 8 in settings.json:

{
    "tlaplus.tlc.modelChecker.options": "-deadlock -workers 8"
}