I'm good now to iterate over the specification and complicate it in incremental steps.
On Thursday, April 14, 2022 at 7:21:21 PM UTC+2 Markus Alexander Kuppe wrote:
Hi Luca,
replace `INIT Init NEXT Next` with `SPECIFICATION Spec`.
Markus
> On Apr 14, 2022, at 10:08 AM, Luca Tumedei <lu...@xxxxxxxxxxxxxxxxx> wrote:
>
> I've simplified it a bit and removed what redundancy there was.
> Running the above specification with the ParallelismRespected invariant and AllWorkDone property does not fail in the TLA+ toolbox, but keeps failing with stuttering in VSCode with the following .cfg file:
>
> ```
> INIT Init
> NEXT Next
>
> INVARIANT ParallelismRespected
> PROPERTY AllWorkDone
> ```