Extending the Static Checker (How to extend Rodin Tutorial)

From Event-B
Revision as of 08:17, 27 August 2010 by imported>Tommy (→‎In this part)
Jump to navigationJump to search

In this part

We will see how to add rules to statically check the machines after our extension. The Static Checker is one dedicated part of the Proof Obligation generation process. In fact, we have to be sure before creating Proof Obligations, that the model is correctly expressed (i.e. proof obligations are generated for a model which is sound).

Step1

Step2