This directory contains a manually generated semantics of the simulation for the 
Alpha Algorithm example, focusing on the Movement machine, as well as its correctness 
verification.

The simulation was verified against the RoboChart model with assumptions TA1, TA2 and TA3.

The file with the CSP models and verification assertions is:
src-gen/timed/AlphaAlgorithm_assertionsVerification.csp

The interested reader can load this file in the FDR4 tool and check the assertions.
The relevant assertions are:

assert PMConstrainedSpecA3 \ ExternalEvents_System [FD= SimSpec
assert SimSpec [FD= PMConstrainedSpecA3 \ ExternalEvents_System

They assert that the manually generated simulation model for the Movement machine 
(SimSpec) has the same behaviour (in the Failures-Divergences model of CSP) as the
RoboChart model with the assumptions. 


