Closed muenchnerkindl closed 2 years ago
LGTM (https://github.com/tlaplus/CommunityModules/commit/a40c8c77c268769f80f8a3610c7b57c7c33d22e4)
By the way, the ant build should download the most up-to-date TLC nightly that contains TLCExt
. What do you get if you run ant
in the root folder?
Yes, that works – thanks!
I am suggesting adding an operator to modules/Graph.tla that provides an alternative (and more efficient) definition of connectedness in graphs. In particular, TLC should be able to cache the result so that it does not have to be recomputed, for example when an invariant refers to nodes being connected.
I added a test for the operator in tests/GraphTests.tla but was not able to run the tests because they depend on TLCExt, which is no longer part of the Community modules.