| author | blanchet |
| Wed, 17 Feb 2010 11:19:48 +0100 | |
| changeset 35183 | 8580ba651489 |
| parent 28614 | 1f301440c97b |
| child 35174 | e15040ae75d7 |
| permissions | -rw-r--r-- |
| 6488 | 1 |
(* Title: HOLCF/IOA/Modelcheck/ROOT.ML |
|
6471
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
2 |
ID: $Id$ |
|
19360
f47412f922ab
converted Müller to Mueller to make smlnj 110.58 work
kleing
parents:
14981
diff
changeset
|
3 |
Author: Olaf Mueller and Tobias Hamberger, TU Muenchen |
|
6471
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
4 |
|
| 7299 | 5 |
Modelchecker setup for I/O automata. |
|
6471
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
6 |
*) |
|
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
7 |
|
| 28614 | 8 |
time_use_thy "MuIOAOracle"; |
| 7299 | 9 |
|
| 28263 | 10 |
(*check if user has mucke installed*) |
11 |
fun mucke_enabled () = getenv "MUCKE_HOME" <> ""; |
|
12 |
fun if_mucke_enabled f x = if mucke_enabled () then f x else (); |
|
13 |
||
| 7299 | 14 |
(*examples*) |
| 9000 | 15 |
if_mucke_enabled time_use_thy "Cockpit"; |
16 |
if_mucke_enabled time_use_thy "Ring3"; |