src/HOLCF/IOA/Modelcheck/ROOT.ML
author quigley
Mon, 23 May 2005 15:16:36 +0200
changeset 16048 25cb0fe2e1c6
parent 14981 e73f8140af78
child 19360 f47412f922ab
permissions -rw-r--r--
spassshell and testout.py are used to filter the proof part out of SPASS's output (i.e. cuts out input and search information).

(*  Title:      HOLCF/IOA/Modelcheck/ROOT.ML
    ID:         $Id$
    Author:     Olaf Müller and Tobias Hamberger, TU Muenchen

Modelchecker setup for I/O automata.
*)

goals_limit := 1;

use "../../../HOL/Modelcheck/mucke_oracle.ML";
with_path "../../../HOL/Modelcheck" time_use_thy "MuIOAOracle";

(*examples*)
if_mucke_enabled time_use_thy "Cockpit";
if_mucke_enabled time_use_thy "Ring3";