tlaplus_animation icon indicating copy to clipboard operation
tlaplus_animation copied to clipboard

A TLA+ module for animating TLC traces.

Results 4 tlaplus_animation issues
Sort by recently updated
recently updated
newest added

https://github.com/tlaplus/tlaplus/issues/485 ![Peek 2020-07-09 17-55](https://user-images.githubusercontent.com/88777/87104798-d7da6900-c20d-11ea-83da-bf6abed711d8.gif) `java -cp /opt/toolbox/tla2tools.jar:CommunityModules.jar tlc2.TLC -simulate num=1 -depth 32001 -config AsyncGameOfLife.cfg AsyncGameOfLifeAnim.tla | grep anim | sed 's;anim = ;anim |-> ;g' | xclip` With 32.000 states/frames,...

FWIW: Traces with ~2000 states become very sluggish in Chrome. Use Firefox instead!

FYI: With TLC nightly, a ```CommunityModules.jar``` will automatically be loaded if it is located in the same folder as ```tla2tools.jar```. This removes the need to reference a specific version of...

What invariants should TLC check for LogVisibility, Raft and Elevator in order to produce an interesting animation?