src/HOL/Modelcheck/README.html
author wenzelm
Wed, 03 Nov 1999 17:40:59 +0100
changeset 7995 612352dad48e
parent 7994 1e9a13d5375a
child 7996 47fd71420af3
permissions -rw-r--r--
Id;
     1 <html>
     2 
     3 <!-- $Id$ -->
     4 
     5 <head><title>HOL/Modelcheck</title></head>
     6 
     7 <body>
     8 
     9 <h2>Invoking Model Checkers in Isabelle/HOL</h2>
    10 
    11 This directory contains the basic setup for integration of some model
    12 checkers in Isabelle/HOL, together with a few basic examples.
    13 
    14 <p>
    15 
    16 Currently, best results are achieved with the <a
    17 href="http://iseran.ira.uka.de/~armin/mucke/"><em>Mucke</em></a> model
    18 checker (version 0.3.5 is known to work).  Theory <tt>MuCalculus</tt>
    19 provides the syntactic and oracle interfaces, while
    20 <tt>MuckeExample1</tt> and <tt>MuckeExample2</tt> demonstrate the
    21 model checker tactic <tt>mc_mucke_tac</tt> at work.
    22 
    23 <p>
    24 
    25 In order to support more realistic applications, the <a
    26 href="http://isabelle.in.tum.de/library/HOLCF/IOA/Modelcheck">HOLCF/IOA/Modelcheck</a>
    27 session augments this basic mechanism by further infrastructure to
    28 support proofs about I/O automata.  There is a separate <a
    29 href="http://isabelle.in.tum.de/IOA/papers/IOA-modelcheck.pdf">paper</a>
    30 available, describing model checking in Isabelle/IOA in more detail.
    31 
    32 </body>
    33 
    34 </html>