Difference between revisions of "Extending the Static Checker (How to extend Rodin Tutorial)"

From Event-B
Jump to navigationJump to search
imported>Tommy
m (New page: {{Navigation|Previous= Extending_the_Static_Checker(How_to_extend_Rodin_Tutorial) | Up= How to extend Rodin Tutorial (Index) | Next= }} === In this part === We w...)
 
imported>Tommy
Line 3: Line 3:
 
=== In this part ===
 
=== 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.<br>
+
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).<br>
 
 
 
 
 
 
  
 
=== Step1 ===
 
=== Step1 ===

Revision as of 08:17, 27 August 2010

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