-
**Describe the bug**
This [link](https://github.com/banhday/multicast-algorithms/tree/main/Skeen3_bugs_in_reduction_rules) is another specification of the algorithm Skeen. This specification is very…
-
We need a short tutorial on how Apalache finds assignments. Describe when it finds assignments and when it does not.
Introduce one in `doc/tutorials`?
-
Not sure how to interpret that error, but `StarvationFree` appears nowhere except in its definition.
```shell
markus@avocado:/tmp/3procs$ apalache check MC
# Tool home: /home/markus/src/TLA/_comm…
lemmy updated
3 years ago
-
As we have learned from https://github.com/tlaplus/tlaplus/issues/590, these operators are not standard. There is no need to support them anywhere in Apalache.
-
With spec below:
```shell
markus@avocado:~/src/TLA/_specs/examples/specifications/ewd998(master)$ apalache-mc check --config=EWD998.cfg EWD998
# Tool home: /home/markus/src/TLA/_community/apalach…
lemmy updated
3 years ago
-
## Description
I have a module, let's call it `Spec.tla` and a module `MC_Spec.tla` which instantiates `Spec.tla`. I would like to use `MC_Spec.tla` to run model checking with Apalache. The v…
-
Following up on informalsystems/apalache#152 and informalsystems/apalache-tests#1, we want to run the benchmarks and long running integration test in the CI here.
At minimum, we'd like to run the t…
-
Reported: Expected an integer constant as the tuple argument.
Reason: MySeq is a sequence, and argument k is a variable.
```tla
MySeq == >
VARIABLE s
Init == s = >
Next ==
/\ \A k \…
-
Packaged tools have a lower barrier to entry than tools that must be checked out and built from source or used via Docker. As an added bonus, being listed in package repositories can improve discovera…
-
The following example provokes an exception:
```tla
------------------ MODULE localTwice -----------------
------------------ MODULE inst -----------------------
Foo(x) ==
LET msg == x IN
…