-
![image](https://user-images.githubusercontent.com/5534049/103661414-b0403f80-4fa9-11eb-82d2-5a19cfe80ad2.png)
OS: macOS High Sierra 10.13.6
tla toolbox:
>This is Version 1.7.1 of 31 Decem…
-
when click "Produce PDF Version", the toolbox quit unexpectly:
![image](https://user-images.githubusercontent.com/5534049/103454748-00a56c00-4d22-11eb-97bf-458383b02a98.png)
OS: macOS Catalina 1…
-
hi , I'm new to tla+ and today I try to product the pdf version of the tla+ specification from lamport's [this tutorial ](http://lamport.azurewebsites.net/video/video5.html), but it gave me this error…
-
Hello, I'm continuing development of my trace-checker. (We began discussion in #367, I'm following Ron Pressler's method from "[Verifying Software Traces Against a Formal Specification
with TLA+ and …
-
Hi! I have been using UCLID for our project [deepsea](https://github.com/certikfoundation/deepsea) in a model extractor for our programming language. And I have some questions about its features
I …
-
Spec below needs polish to become an example.
```tla
------------------------------- MODULE TLCMC -------------------------------
EXTENDS Integers, Sequences, FiniteSets, TLC, TestGraphs
(****…
lemmy updated
3 years ago
-
I find that pages which contain source code tend to get (parts of) it highlighted, which makes no sense. Additionally, it also seems to throws off the highlighting on the rest of the page.
So it'd…
-
macro ChannelSend(from, to, msg) begin
either
to.queues := Append(to.queues, msg);
or
from.queues := Append(from.queues, CHANNEL_TIMEOUT);
end either;
end macro;
I…
-
So I'm in conflict:
- On the red corner, formal verification, model checking, axioms, proofs and the foundation of our comprehension of our universe.
- On the blue corner, glibc, an industry stand…
-
File ```M.tla```
```tla
(*
--algorithm foo {
variable x; {
x := TRUE;
}
}
*)
---- MODULE M ----
(*
--algorithm bar {
variable x; {
x := FALSE;
}
}
*)
====
```…
lemmy updated
4 years ago