etc/options
author blanchet
Thu, 26 Jul 2012 11:08:16 +0200
changeset 49549 2307efbfc554
parent 49507 03530cf284ca
child 49528 ace120a2cb70
permissions -rw-r--r--
Z3 prints so many warnings that the very informative abnormal termination exception hardly ever gets raised -- better be more aggressive here
     1 (* :mode=isabelle-options: *)
     2 
     3 declare browser_info : bool = false
     4 declare browser_info_remote : string = ""
     5 
     6 declare document : string = ""
     7 declare document_variants : string = "outline=/proof,/ML"
     8 declare document_graph : bool = false
     9 declare document_dump : string = ""
    10 declare document_dump_only : bool = false
    11 declare no_document : bool = false
    12 
    13 declare threads : int = 0
    14 declare threads_trace : int = 0
    15 declare parallel_proofs : int = 2
    16 declare parallel_proofs_threshold : int = 100
    17 
    18 declare print_mode : string = ""
    19 
    20 declare proofs : int = 1
    21 declare quick_and_dirty : bool = false
    22 
    23 declare condition : string = ""
    24 
    25 declare show_question_marks : bool = true
    26 
    27 declare names_long : bool = false
    28 declare names_short : bool = false
    29 declare names_unique : bool = true
    30 
    31 declare timing : bool = false
    32