/MinuteClock

A TLA+ model for a clock with hours and minutes.

Primary LanguageTLAGNU General Public License v3.0GPL-3.0

MinuteClock

A TLA+ module for a clock with hours and minutes.

Run

To run the module and check it by TLC one must add a model and define the Temporal Formula with 'Spec'.

Hint: be sure to only allow one worker thread, else the nondeterminism of concurrency will output unsequential values of the clock.