src/HOL/IOA/ABP/ROOT.ML
author wenzelm
Thu, 24 Apr 1997 19:47:53 +0200
changeset 3049 79c1ba7effb2
parent 1354 39506f728115
permissions -rw-r--r--
refer to SOME, NONE on top-level;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1354
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     1
(*  Title:      HOL/IOA/ABP/ROOT.ML
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     2
    ID:         $Id$
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     3
    Author:     Tobias Nipkow & Konrad Slind
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     4
    Copyright   1994  TU Muenchen
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     5
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     6
This is the ROOT file for the theory of I/O-Automata (ABP subdirectory).
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     7
The formalization is by a semantic model of I/O-Automata.
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     8
For details see
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
     9
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    10
@inproceedings{Nipkow-Slind-IOA,
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    11
author={Tobias Nipkow and Konrad Slind},
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    12
title={{I/O} Automata in {Isabelle/HOL}},
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    13
booktitle={Proc.\ TYPES Workshop 1994},
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    14
publisher=Springer,
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    15
series=LNCS,
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    16
note={To appear}}
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    17
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/ioa.ps.gz
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    18
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    19
and
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    20
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    21
@inproceedings{Mueller-Nipkow,
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    22
author={Olaf M\"uller and Tobias Nipkow},
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    23
title={Combining Model Checking and Deduction for {I/O}-Automata},
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    24
booktitle={Proc.\ TACAS Workshop},
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    25
organization={Aarhus University, BRICS report},
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    26
year=1995}
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    27
ftp://ftp.informatik.tu-muenchen.de/local/lehrstuhl/nipkow/tacas.dvi.gz
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    28
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    29
Should be executed in the subdirectory HOL/IOA/ABP.
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    30
*)
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    31
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    32
goals_limit := 1;
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    33
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    34
(*Load theories from ../meta_theory without generating HTML files
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    35
  (has already been done by NTP/ROOT.ML)*)
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    36
val old_make_html = !make_html;
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    37
make_html := false;
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    38
loadpath := ["../meta_theory"];
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    39
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    40
use_thy "Solve";
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    41
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    42
make_html := old_make_html;
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    43
loadpath := ["."];
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    44
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    45
39506f728115 moved from ../ROOT_ABP.ML;
clasohm
parents:
diff changeset
    46
use_thy "Correctness";