Difference between revisions of "Template:L machine"

From Event-B
Jump to navigationJump to search
imported>Mathieu
m
imported>Mathieu
m
 
Line 22: Line 22:
 
{{l_guard|grd1|x ⊆ next}}
 
{{l_guard|grd1|x ⊆ next}}
 
{{l_witnesses}}
 
{{l_witnesses}}
{{l_witness|y|y=v}}
+
{{l_witness|y|2=y=v}}
 
{{l_actions}}
 
{{l_actions}}
 
{{l_action|act1|pro :∈ BOOL}}
 
{{l_action|act1|pro :∈ BOOL}}

Latest revision as of 14:21, 26 February 2009

Usage

Template use to typeset a machine name in an event-b listing.

Example

MACHINE

AntiCollide

REFINES

Safety

SEES

Network

Acyclic

VARIABLES

v1

v2

INVARIANTS

inv1 :
v2 ∈ BOOL

THEOREMS

inv1 :
v2 ∈ BOOL

EVENTS

control ≙
// extended and ordinary

ANY

a

x

WHERE

grd1 :
x ⊆ next

WITH

y :
y=v

THEN

act1 :
pro :∈ BOOL

END

END

Template

MACHINE

{{{1}}}