tla+ Questions
1
Solved
I'm learning TLA+ using VS Code and vscode-tlaplus plugin instead of TLA+ Toolbox. Now I have this TLA file where I define some constants:
---- MODULE test ----
EXTENDS TLC, Integers, Sequences
C...
Gritty asked 29/11, 2019 at 9:9
1
Solved
I a new TLA+ user.
I read that the TLA toolbox allows us to visualize the state graph after completion of model-checking.
In order to do so dot needs to be installed which I did.
But I didn't fi...
Actuate asked 28/8, 2018 at 10:29
2
Solved
I am currently writing my master thesis and am confronted with specifying and verifying my approach in a temporal logic.
Which temporal logic would be the best to use in my circumstances? I would ...
Muttra asked 3/3, 2014 at 12:40
1
Solved
I would like to translate some actions specified in TLA in Erlang. Can you think of any natural way of doing this directly in Erlang or of any framework available for such? In a nutshell (a very sm...
1
© 2022 - 2024 — McMap. All rights reserved.