etc/options
author Walther Neuper <wneuper@ist.tugraz.at>
Sat, 05 Dec 2015 14:26:56 +0100
changeset 59179 91acbb24e371
parent 59099 ba0b6c2338f0
child 59180 85ec71012df8
permissions -rw-r--r--
Added tag Isabelle2014/Isac for changeset d61d51765a02
     1 (* :mode=isabelle-options: *)
     2 
     3 section "Document Preparation"
     4 
     5 option browser_info : bool = false
     6   -- "generate theory browser information"
     7 
     8 option document : string = ""
     9   -- "build document in given format: pdf, dvi, false"
    10 option document_output : string = ""
    11   -- "document output directory (default within $ISABELLE_BROWSER_INFO tree)"
    12 option document_variants : string = "document"
    13   -- "option alternative document variants (separated by colons)"
    14 option document_graph : bool = false
    15   -- "generate session graph image for document"
    16 
    17 option thy_output_display : bool = false
    18   -- "indicate output as multi-line display-style material"
    19 option thy_output_break : bool = false
    20   -- "control line breaks in non-display material"
    21 option thy_output_quotes : bool = false
    22   -- "indicate if the output should be enclosed in double quotes"
    23 option thy_output_indent : int = 0
    24   -- "indentation for pretty printing of display material"
    25 option thy_output_source : bool = false
    26   -- "print original source text rather than internal representation"
    27 option thy_output_modes : string = ""
    28   -- "additional print modes for document output (separated by commas)"
    29 
    30 
    31 section "Prover Output"
    32 
    33 option show_types : bool = false
    34   -- "show type constraints when printing terms"
    35 option show_sorts : bool = false
    36   -- "show sort constraints when printing types"
    37 option show_brackets : bool = false
    38   -- "show extra brackets when printing terms/types"
    39 option show_question_marks : bool = true
    40   -- "show leading question mark of schematic variables"
    41 
    42 option show_consts : bool = false
    43   -- "show constants with types when printing proof state"
    44 option show_main_goal : bool = false
    45   -- "show main goal when printing proof state"
    46 option goals_limit : int = 10
    47   -- "maximum number of subgoals to be printed"
    48 
    49 option names_long : bool = false
    50   -- "show fully qualified names"
    51 option names_short : bool = false
    52   -- "show base names only"
    53 option names_unique : bool = true
    54   -- "show partially qualified names, as required for unique name resolution"
    55 
    56 option eta_contract : bool = true
    57   -- "print terms in eta-contracted form"
    58 
    59 option pretty_margin : int = 76
    60   -- "right margin / page width of pretty printer in Isabelle/ML"
    61 
    62 option print_mode : string = ""
    63   -- "additional print modes for prover output (separated by commas)"
    64 
    65 
    66 section "Parallel Processing"
    67 
    68 public option threads : int = 0
    69   -- "maximum number of worker threads for prover process (0 = hardware max.)"
    70 option threads_trace : int = 0
    71   -- "level of tracing information for multithreading"
    72 public option parallel_print : bool = true
    73   -- "parallel and asynchronous printing of results"
    74 public option parallel_proofs : int = 2
    75   -- "level of parallel proof checking: 0, 1, 2"
    76 option parallel_subproofs_threshold : real = 0.01
    77   -- "lower bound of timing estimate for forked nested proofs (seconds)"
    78 
    79 
    80 section "Detail of Proof Checking"
    81 
    82 option quick_and_dirty : bool = false
    83   -- "if true then some tools will OMIT some proofs"
    84 option skip_proofs : bool = false
    85   -- "skip over proofs (implicit 'sorry')"
    86 
    87 
    88 section "Global Session Parameters"
    89 
    90 option condition : string = ""
    91   -- "required environment variables for subsequent theories (separated by commas)"
    92 
    93 option timing : bool = false
    94   -- "global timing of toplevel command execution and theory processing"
    95 
    96 option timeout : real = 0
    97   -- "timeout for session build job (seconds > 0)"
    98 
    99 option process_output_limit : int = 100
   100   -- "build process output limit in million characters (0 = unlimited)"
   101 
   102 
   103 section "ML System"
   104 
   105 public option ML_exception_trace : bool = false
   106   -- "ML exception trace for toplevel command execution"
   107 
   108 
   109 section "Editor Reactivity"
   110 
   111 public option editor_load_delay : real = 0.5
   112   -- "delay for file load operations (new buffers etc.)"
   113 
   114 public option editor_input_delay : real = 0.3
   115   -- "delay for user input (text edits, cursor movement etc.)"
   116 
   117 public option editor_output_delay : real = 0.1
   118   -- "delay for prover output (markup, common messages etc.)"
   119 
   120 public option editor_prune_delay : real = 60.0
   121   -- "delay to prune history (delete old versions)"
   122 
   123 public option editor_update_delay : real = 0.5
   124   -- "delay for physical GUI updates"
   125 
   126 public option editor_reparse_limit : int = 10000
   127   -- "maximum amount of reparsed text outside perspective"
   128 
   129 public option editor_tracing_messages : int = 1000
   130   -- "initial number of tracing messages for each command transaction"
   131 
   132 public option editor_chart_delay : real = 3.0
   133   -- "delay for chart repainting"
   134 
   135 public option editor_continuous_checking : bool = true
   136   -- "continuous checking of proof document (visible and required parts)"
   137 
   138 option editor_execution_delay : real = 0.02
   139   -- "delay for start of execution process after document update (seconds)"
   140 
   141 option editor_syslog_limit : int = 100
   142   -- "maximum amount of buffered syslog messages"
   143 
   144 
   145 section "Miscellaneous Tools"
   146 
   147 public option find_theorems_limit : int = 40
   148   -- "limit of displayed results"
   149 
   150 public option find_theorems_tactic_limit : int = 5
   151   -- "limit of tactic search for 'solves' criterion"
   152 
   153 
   154 section "Completion"
   155 
   156 public option completion_limit : int = 40
   157   -- "limit for completion within the formal context"
   158