Skip to content

exactly-once/model-checking

Repository files navigation

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"
}

About

TLA+ models for outbox implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages