src/HOL/IOA/ROOT_ABP.ML
author clasohm
Mon, 11 Sep 1995 12:38:20 +0200
changeset 1253 131f72e2cd56
child 1298 488593372568
permissions -rw-r--r--
split IOA/ROOT.ML into two files for ABP and NTP
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1253
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     1
(*  Title:      HOL/IOA/ROOT_ABP.ML
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     2
    ID:         $Id$
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     3
    Author:     Tobias Nipkow & Konrad Slind
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     4
    Copyright   1994  TU Muenchen
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     5
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     6
This is the ROOT file for the theory of I/O-Automata (ABP subdirectory).
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     7
The formalization is by a semantic model of I/O-Automata.
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     8
For details see
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
     9
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    10
@inproceedings{Nipkow-Slind-IOA,
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    11
author={Tobias Nipkow and Konrad Slind},
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    12
title={{I/O} Automata in {Isabelle/HOL}},
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    13
booktitle={Proc.\ TYPES Workshop 1994},
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    14
publisher=Springer,
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    15
series=LNCS,
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    16
note={To appear}}
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    17
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    18
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    19
and
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    20
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    21
@inproceedings{Mueller-Nipkow,
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    22
author={Olaf M\"uller and Tobias Nipkow},
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    23
title={Combining Model Checking and Deduction for {I/O}-Automata},
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    24
booktitle={Proc.\ TACAS Workshop},
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    25
organization={Aarhus University, BRICS report},
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    26
year=1995}
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    27
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    28
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    29
Should be executed in the subdirectory HOL.
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    30
*)
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    31
goals_limit := 1;
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    32
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    33
loadpath := ["IOA/meta_theory","IOA/ABP"];
131f72e2cd56 split IOA/ROOT.ML into two files for ABP and NTP
clasohm
parents:
diff changeset
    34
use_thy "Correctness";