Skip to content

Tags: tlaplus/CommunityModules

Tags

202602261933

Toggle 202602261933's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make syntax compatible with TLAPM (#120)

* make syntax compatible with TLAPM

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

* reformulation of comment on syntax not supported by TLAPS

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

---------

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

202601200755

Toggle 202601200755's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
two more theorems about folds (#119)

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

202601131539

Toggle 202601131539's commit message
Update SVGSerialize to use three-digit zero-padding for frame numbers…

… in generated SVG filenames for improved lexicographic sorting.

Two digits turned out to be too conservative.  For example, the solution to the SlidingPuzzle.tla of the TLA+ examples is longer.

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202601110807

Toggle 202601110807's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
more theorems about folds (#118)

* more theorems about folds

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

* more theorems on folds

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

* theorems for SumFunction

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

* align statement of ReverseSubSeq

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

---------

Signed-off-by: Stephan Merz <stephan.merz@loria.fr>

202512162320

Toggle 202512162320's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove tabs from VectorClocks.tla (#117)

TLAPM does not like tabs

Signed-off-by: Andrew Helwer <ahelwer@pm.me>

202512151634

Toggle 202512151634's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #116 from tlaplus/fold_proofs

theorem library for fold operators

202511171707

Toggle 202511171707's commit message
Do not require CSV read/write operations to be state level.

Constant level is sufficient and allows TLC to cache the results.

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202510292242

Toggle 202510292242's commit message
Add new string deserialize test

Signed-off-by: fhackett <fhackett.py@gmail.com>

202510260115

Toggle 202510260115's commit message
Enhance SVGSerialize to use zero-padded frame numbers for consistent …

…file sorting.

(Up to 99 frames seems reasonable)

The following snippet produces the expected result:
```bash
convert -delay 100 -loop 0 *.svg animation.gif
```

[Feature]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>

202510252135

Toggle 202510252135's commit message
Add SVGDoc and SVGSerialize functions for SVG document creation and

serialization.

[Feature]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>