author | wenzelm |
Tue, 24 Jul 2012 11:39:22 +0200 | |
changeset 48466 | 3b2fb20df17d |
parent 48463 | 07f752935ece |
child 48468 | 7f2998b95249 |
permissions | -rw-r--r-- |
48367 | 1 |
(* :mode=isabelle-options: *) |
2 |
||
48370 | 3 |
declare browser_info : bool = false |
48463 | 4 |
declare browser_info_remote : string = "" |
48367 | 5 |
|
48458 | 6 |
declare document : string = "" |
48466
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
wenzelm
parents:
48463
diff
changeset
|
7 |
declare document_variants : string = "outline=/proof,/ML" |
48370 | 8 |
declare document_graph : bool = false |
48457 | 9 |
declare document_dump : string = "" |
48458 | 10 |
declare no_document : bool = false |
48367 | 11 |
|
48466
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
wenzelm
parents:
48463
diff
changeset
|
12 |
declare threads : int = 0 |
48370 | 13 |
declare threads_trace : int = 0 |
48466
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
wenzelm
parents:
48463
diff
changeset
|
14 |
declare parallel_proofs : int = 2 |
48370 | 15 |
declare parallel_proofs_threshold : int = 100 |
48367 | 16 |
|
48370 | 17 |
declare print_mode : string = "" |
48367 | 18 |
|
48466
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
wenzelm
parents:
48463
diff
changeset
|
19 |
declare proofs : int = 1 |
48370 | 20 |
declare quick_and_dirty : bool = false |
48367 | 21 |
|
48370 | 22 |
declare condition : string = "" |
48367 | 23 |