72990
|
1 |
\documentclass[11pt,a4paper]{article}
|
19400
|
2 |
\usepackage{graphicx}
|
|
3 |
\usepackage[english]{babel}
|
|
4 |
\usepackage{isabelle,isabellesym}
|
|
5 |
\usepackage{pdfsetup}
|
|
6 |
|
|
7 |
\urlstyle{rm}
|
|
8 |
\isabellestyle{it}
|
|
9 |
|
|
10 |
\begin{document}
|
|
11 |
|
|
12 |
\title{Hoare Logic}
|
72990
|
13 |
\author{
|
|
14 |
Norbert Galm \\
|
|
15 |
Walter Guttmann \\
|
|
16 |
Farhad Mehta \\
|
|
17 |
Tobias Nipkow \\
|
|
18 |
Leonor Prensa Nieto}
|
19400
|
19 |
\maketitle
|
|
20 |
|
|
21 |
\begin{abstract}
|
|
22 |
These theories contain a Hoare logic for a simple imperative
|
|
23 |
programming language with while-loops, including a verification
|
|
24 |
condition generator.
|
|
25 |
|
|
26 |
Special infrastructure for modelling and reasoning about pointer
|
|
27 |
programs is provided, together with many examples, including Schorr-Waite.
|
|
28 |
See \cite{MehtaN-CADE03,MehtaN-IC05} for an excellent exposition.
|
|
29 |
\end{abstract}
|
|
30 |
|
|
31 |
\pagestyle{plain}
|
|
32 |
\thispagestyle{empty}
|
|
33 |
\tableofcontents
|
|
34 |
|
72990
|
35 |
\begin{center}
|
|
36 |
\includegraphics[scale=0.5]{session_graph}
|
|
37 |
\end{center}
|
|
38 |
|
|
39 |
\clearpage
|
19400
|
40 |
|
|
41 |
\input{session}
|
|
42 |
|
|
43 |
\bibliographystyle{plain}
|
|
44 |
\bibliography{root}
|
|
45 |
|
|
46 |
\end{document}
|