author | bulwahn |
Sat, 24 Oct 2009 16:55:42 +0200 | |
changeset 33126 | bb8806eb5da7 |
parent 32615 | 20f1edc87b7d |
child 33356 | 9157d0f9f00e |
permissions | -rw-r--r-- |
12115 | 1 |
(* Title: HOL/ex/ROOT.ML |
11586 | 2 |
|
12115 | 3 |
Miscellaneous examples for Higher-Order Logic. |
4 |
*) |
|
5 |
||
24528 | 6 |
no_document use_thys [ |
24740 | 7 |
"State_Monad", |
25963 | 8 |
"Efficient_Nat_examples", |
9 |
"FuncSet", |
|
10 |
"Word", |
|
11 |
"Eval_Examples", |
|
31378 | 12 |
"Codegenerator_Test", |
13 |
"Codegenerator_Pretty_Test", |
|
29377 | 14 |
"NormalForm", |
31129
d2cead76fca2
split Predicate_Compile examples into separate theory
haftmann
parents:
30740
diff
changeset
|
15 |
"Predicate_Compile", |
d2cead76fca2
split Predicate_Compile examples into separate theory
haftmann
parents:
30740
diff
changeset
|
16 |
"Predicate_Compile_ex" |
25963 | 17 |
]; |
18 |
||
24478 | 19 |
use_thys [ |
28021 | 20 |
"Numeral", |
24478 | 21 |
"Higher_Order_Logic", |
22 |
"Abstract_NAT", |
|
23 |
"Guess", |
|
24 |
"Binary", |
|
25 |
"Recdefs", |
|
26 |
"Fundefs", |
|
25568 | 27 |
"Induction_Scheme", |
24478 | 28 |
"InductiveInvariant_examples", |
29 |
"LocaleTest2", |
|
30 |
"Records", |
|
31 |
"MonoidGroup", |
|
32 |
"BinEx", |
|
33 |
"Hex_Bin_Examples", |
|
34 |
"Antiquote", |
|
35 |
"Multiquote", |
|
36 |
"PER", |
|
37 |
"NatSum", |
|
38 |
"ThreeDivides", |
|
39 |
"Intuitionistic", |
|
40 |
"CTL", |
|
41 |
"Arith_Examples", |
|
42 |
"BT", |
|
43 |
"MergeSort", |
|
44 |
"Lagrange", |
|
45 |
"Groebner_Examples", |
|
46 |
"MT", |
|
47 |
"Unification", |
|
48 |
"Commutative_RingEx", |
|
24740 | 49 |
"Commutative_Ring_Complete", |
50 |
"Primrec", |
|
51 |
"Tarski", |
|
25738
b091cbae3e2a
included meson/metis tests in simultaneous use_thys;
wenzelm
parents:
25568
diff
changeset
|
52 |
"Adder", |
b091cbae3e2a
included meson/metis tests in simultaneous use_thys;
wenzelm
parents:
25568
diff
changeset
|
53 |
"Classical", |
b091cbae3e2a
included meson/metis tests in simultaneous use_thys;
wenzelm
parents:
25568
diff
changeset
|
54 |
"set", |
27436 | 55 |
"Meson_Test", |
29181
cc177742e607
renamed LexOrds.thy to Termination.thy; examples for sizechange method
krauss
parents:
28952
diff
changeset
|
56 |
"Termination", |
29376 | 57 |
"Coherent", |
58 |
"PresburgerEx", |
|
29377 | 59 |
"ReflectionEx", |
60 |
"BinEx", |
|
61 |
"Sqrt", |
|
62 |
"Sqrt_Script", |
|
32560 | 63 |
"Transfer_Ex", |
29377 | 64 |
"Arithmetic_Series_Complex", |
65 |
"HarmonicSeries", |
|
66 |
"Refute_Examples", |
|
29697
e8785144719d
Added Formal_Power_Series_Examples to HOL-ex image
chaieb
parents:
29650
diff
changeset
|
67 |
"Quickcheck_Examples", |
31381 | 68 |
"Landau" |
24478 | 69 |
]; |
21256 | 70 |
|
32615
20f1edc87b7d
Hilbert_Classical: more precise control of parallel_proofs;
wenzelm
parents:
32560
diff
changeset
|
71 |
(setmp_noncritical proofs 2 (setmp_noncritical Goal.parallel_proofs 0 use_thy)) |
32256
8721c74c5382
Hilbert_Classical: sequential loading due to @{prf}, which joins within a critical section (via options);
wenzelm
parents:
32254
diff
changeset
|
72 |
"Hilbert_Classical"; |
24478 | 73 |
|
29376 | 74 |
use_thy "SVC_Oracle"; |
32428
700ed1f4c576
SAT_Examples: removed obsolete Future.shutdown() workaround -- internal exception propagation should now work reliably;
wenzelm
parents:
32259
diff
changeset
|
75 |
if getenv "SVC_HOME" = "" then () |
700ed1f4c576
SAT_Examples: removed obsolete Future.shutdown() workaround -- internal exception propagation should now work reliably;
wenzelm
parents:
32259
diff
changeset
|
76 |
else use_thy "svc_test"; |
29376 | 77 |
|
32428
700ed1f4c576
SAT_Examples: removed obsolete Future.shutdown() workaround -- internal exception propagation should now work reliably;
wenzelm
parents:
32259
diff
changeset
|
78 |
(*requires a proof-generating SAT solver (zChaff or MiniSAT)*) |
29376 | 79 |
try use_thy "SAT_Examples"; |
17618
1330157e156a
new sat tactic imports resolution proofs from zChaff
webertj
parents:
17505
diff
changeset
|
80 |
|
32428
700ed1f4c576
SAT_Examples: removed obsolete Future.shutdown() workaround -- internal exception propagation should now work reliably;
wenzelm
parents:
32259
diff
changeset
|
81 |
(*requires zChaff (or some other reasonably fast SAT solver)*) |
700ed1f4c576
SAT_Examples: removed obsolete Future.shutdown() workaround -- internal exception propagation should now work reliably;
wenzelm
parents:
32259
diff
changeset
|
82 |
if getenv "ZCHAFF_HOME" = "" then () |
700ed1f4c576
SAT_Examples: removed obsolete Future.shutdown() workaround -- internal exception propagation should now work reliably;
wenzelm
parents:
32259
diff
changeset
|
83 |
else use_thy "Sudoku"; |
18408 | 84 |
|
30179 | 85 |
HTML.with_charset "utf-8" (no_document use_thys) |
86 |
["Hebrew", "Chinese", "Serbian"]; |