Theory UNITY_Examples

Up to index of Isabelle/HOL/UNITY

theory UNITY_Examples
imports Deadlock Common Network Token Channel Lift Mutex Reachability NSP_Bad Handshake Counter Counterc Priority TimerArray Progress Alloc AllocImpl Client ELT

(*  Author:     Lawrence C Paulson Cambridge University Computer Laboratory
Copyright 1998 University of Cambridge
*)


header {* Various examples for UNITY *}

theory UNITY_Examples
imports
UNITY_Main

(*Simple examples: no composition*)
"Simple/Deadlock"
"Simple/Common"
"Simple/Network"
"Simple/Token"
"Simple/Channel"
"Simple/Lift"
"Simple/Mutex"
"Simple/Reach"
"Simple/Reachability"

(*Verifying security protocols using UNITY*)
"Simple/NSP_Bad"

(*Example of composition*)
"Comp/Handshake"

(*Universal properties examples*)
"Comp/Counter"
"Comp/Counterc"
"Comp/Priority"

"Comp/TimerArray"
"Comp/Progress"

"Comp/Alloc"
"Comp/AllocImpl"
"Comp/Client"

(*obsolete*)
"ELT"

begin


end