Modelator v0.2.0
Pre-release
Pre-release
- provide two top-level functions to test a system using execution traces coming from TLA+ (see #44)
run_tla_stepswill run anything that implements aStepRunnertrait: this is suitable for small specs and simple casesrun_tla_eventswill run an implementation ofEventRunner, which expects that a TLA+ state is structured, and contains besides state, also theactionto execute, as well as theactionOutcometo expect.
- make Apalache the default model checker
- execute model checkers in a temporary directory (see #48)