Template:L machine: Difference between revisions

From Event-B
Jump to navigationJump to search
imported>Mathieu
mNo edit summary
imported>Mathieu
mNo edit summary
Line 12: Line 12:
{{l_invariants}}
{{l_invariants}}
{{l_invariant|inv1|v2 <math>\in</math> BOOL}}
{{l_invariant|inv1|v2 <math>\in</math> BOOL}}
{{l_theorems}}
{{l_theorem|inv1|v2 <math>\in</math> BOOL}}
{{l_end}}
{{l_end}}



Revision as of 20:44, 24 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 \in BOOL

THEOREMS

inv1 :
v2 \in BOOL

END

Template

MACHINE

{{{1}}}