author | lcp |
Tue, 25 Apr 1995 11:14:03 +0200 | |
changeset 1072 | 0140ff702b23 |
parent 1049 | 92de80b43d28 |
permissions | -rw-r--r-- |
966 | 1 |
(* Title: HOL/IOA/ROOT.ML |
2 |
ID: $Id$ |
|
3 |
Author: Tobias Nipkow & Konrad Slind |
|
4 |
Copyright 1994 TU Muenchen |
|
5 |
||
6 |
This is the ROOT file for the theory of I/O-Automata. |
|
7 |
The formalization is by a semantic model of I/O-Automata. |
|
8 |
For details see |
|
9 |
||
1049 | 10 |
@inproceedings{Nipkow-Slind-IOA, |
966 | 11 |
author={Tobias Nipkow and Konrad Slind}, |
12 |
title={{I/O} Automata in {Isabelle/HOL}}, |
|
1049 | 13 |
booktitle={Proc.\ TYPES Workshop 1994}, |
14 |
publisher=Springer, |
|
15 |
series=LNCS, |
|
16 |
note={To appear}} |
|
966 | 17 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz |
18 |
||
1049 | 19 |
and |
20 |
||
21 |
@inproceedings{Mueller-Nipkow, |
|
22 |
author={Olaf M\"uller and Tobias Nipkow}, |
|
23 |
title={Combining Model Checking and Deduction for {I/O}-Automata}, |
|
24 |
booktitle={Proc.\ TACAS Workshop}, |
|
25 |
organization={Aarhus University, BRICS report}, |
|
26 |
year=1995} |
|
27 |
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz |
|
28 |
||
966 | 29 |
Should be executed in the subdirectory HOL. |
30 |
*) |
|
31 |
goals_limit := 1; |
|
32 |
||
1049 | 33 |
loadpath := ["IOA/meta_theory","IOA/NTP"]; |
1025
23190112d369
Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
966
diff
changeset
|
34 |
use_thy "Correctness"; |
1049 | 35 |
|
36 |
loadpath := ["IOA/meta_theory","IOA/ABP"]; |
|
37 |
use_thy "Correctness"; |