etc/options
author Walther Neuper <wneuper@ist.tugraz.at>
Wed, 11 Apr 2018 14:44:46 +0200
changeset 59429 c0fe04973189
parent 59324 ec559c6ab5ba
child 59451 71b442e82416
permissions -rw-r--r--
partial_function: start cleaning programs, biegelinie for paper
wenzelm@49382
     1
(* :mode=isabelle-options: *)
wenzelm@49382
     2
wenzelm@50310
     3
section "Document Preparation"
wenzelm@50285
     4
wenzelm@49810
     5
option browser_info : bool = false
wenzelm@49595
     6
  -- "generate theory browser information"
wenzelm@49382
     7
wenzelm@49810
     8
option document : string = ""
wenzelm@53883
     9
  -- "build document in given format: pdf, dvi, false"
wenzelm@49820
    10
option document_output : string = ""
wenzelm@49820
    11
  -- "document output directory (default within $ISABELLE_BROWSER_INFO tree)"
wenzelm@49820
    12
option document_variants : string = "document"
wenzelm@49810
    13
  -- "option alternative document variants (separated by colons)"
wenzelm@49382
    14
wenzelm@49810
    15
option thy_output_display : bool = false
wenzelm@49595
    16
  -- "indicate output as multi-line display-style material"
wenzelm@49810
    17
option thy_output_break : bool = false
wenzelm@49595
    18
  -- "control line breaks in non-display material"
wenzelm@49810
    19
option thy_output_quotes : bool = false
wenzelm@49595
    20
  -- "indicate if the output should be enclosed in double quotes"
wneuper@59180
    21
option thy_output_margin : int = 76
wneuper@59180
    22
  -- "right margin / page width for printing of display material"
wenzelm@49810
    23
option thy_output_indent : int = 0
wenzelm@49595
    24
  -- "indentation for pretty printing of display material"
wenzelm@49810
    25
option thy_output_source : bool = false
wenzelm@49595
    26
  -- "print original source text rather than internal representation"
wenzelm@53179
    27
option thy_output_modes : string = ""
wenzelm@53179
    28
  -- "additional print modes for document output (separated by commas)"
wenzelm@50285
    29
wenzelm@53180
    30
wenzelm@53180
    31
section "Prover Output"
wenzelm@53180
    32
wenzelm@53180
    33
option show_types : bool = false
wenzelm@53180
    34
  -- "show type constraints when printing terms"
wenzelm@53180
    35
option show_sorts : bool = false
wenzelm@53180
    36
  -- "show sort constraints when printing types"
wenzelm@53180
    37
option show_brackets : bool = false
wenzelm@53180
    38
  -- "show extra brackets when printing terms/types"
wenzelm@53180
    39
option show_question_marks : bool = true
wenzelm@53180
    40
  -- "show leading question mark of schematic variables"
wenzelm@53180
    41
wenzelm@53180
    42
option show_consts : bool = false
wenzelm@53180
    43
  -- "show constants with types when printing proof state"
wenzelm@53180
    44
option show_main_goal : bool = false
wenzelm@53180
    45
  -- "show main goal when printing proof state"
wenzelm@53180
    46
option goals_limit : int = 10
wenzelm@53180
    47
  -- "maximum number of subgoals to be printed"
wenzelm@53180
    48
wenzelm@53180
    49
option names_long : bool = false
wenzelm@53180
    50
  -- "show fully qualified names"
wenzelm@53180
    51
option names_short : bool = false
wenzelm@53180
    52
  -- "show base names only"
wenzelm@53180
    53
option names_unique : bool = true
wenzelm@53180
    54
  -- "show partially qualified names, as required for unique name resolution"
wenzelm@53180
    55
wenzelm@53180
    56
option eta_contract : bool = true
wenzelm@53180
    57
  -- "print terms in eta-contracted form"
wenzelm@53180
    58
wenzelm@50285
    59
option print_mode : string = ""
wenzelm@50285
    60
  -- "additional print modes for prover output (separated by commas)"
wenzelm@50285
    61
wenzelm@50285
    62
wenzelm@58217
    63
section "Parallel Processing"
wenzelm@50285
    64
wenzelm@53202
    65
public option threads : int = 0
wenzelm@50285
    66
  -- "maximum number of worker threads for prover process (0 = hardware max.)"
wenzelm@58076
    67
option threads_trace : int = 0
wenzelm@50285
    68
  -- "level of tracing information for multithreading"
wneuper@59180
    69
option threads_stack_limit : real = 0.25
wneuper@59180
    70
  -- "maximum stack size for worker threads (in giga words, 0 = unlimited)"
wneuper@59324
    71
wenzelm@58217
    72
public option parallel_print : bool = true
wenzelm@58217
    73
  -- "parallel and asynchronous printing of results"
wneuper@59324
    74
public option parallel_proofs : int = 1
wenzelm@50285
    75
  -- "level of parallel proof checking: 0, 1, 2"
wenzelm@53851
    76
option parallel_subproofs_threshold : real = 0.01
wenzelm@52560
    77
  -- "lower bound of timing estimate for forked nested proofs (seconds)"
wenzelm@50285
    78
wneuper@59324
    79
option command_timing_threshold : real = 0.1
wneuper@59324
    80
  -- "default threshold for persistent command timing (seconds)"
wneuper@59324
    81
wenzelm@50285
    82
wenzelm@53627
    83
section "Detail of Proof Checking"
wenzelm@50285
    84
wneuper@59324
    85
option record_proofs : int = -1
wneuper@59324
    86
  -- "set level of proofterm recording: 0, 1, 2, negative means unchanged"
wenzelm@50285
    87
option quick_and_dirty : bool = false
wenzelm@50285
    88
  -- "if true then some tools will OMIT some proofs"
wenzelm@50285
    89
option skip_proofs : bool = false
wenzelm@52690
    90
  -- "skip over proofs (implicit 'sorry')"
wenzelm@50285
    91
wenzelm@50285
    92
wenzelm@50310
    93
section "Global Session Parameters"
wenzelm@50285
    94
wenzelm@50285
    95
option condition : string = ""
wenzelm@50285
    96
  -- "required environment variables for subsequent theories (separated by commas)"
wenzelm@50285
    97
wenzelm@49810
    98
option timeout : real = 0
wenzelm@49676
    99
  -- "timeout for session build job (seconds > 0)"
wenzelm@49676
   100
wneuper@59324
   101
option timeout_scale : real = 1.0
wneuper@59324
   102
  -- "scale factor for session timeout"
wneuper@59324
   103
wenzelm@53099
   104
option process_output_limit : int = 100
wneuper@59324
   105
  -- "build process output limit (in million characters, 0 = unlimited)"
wneuper@59324
   106
wneuper@59324
   107
option process_output_tail : int = 40
wneuper@59324
   108
  -- "build process output tail shown to user (in lines, 0 = unlimited)"
wneuper@59324
   109
wneuper@59324
   110
option checkpoint : bool = false
wneuper@59324
   111
  -- "checkpoint for theories during build process (heap compression)"
wneuper@59324
   112
wneuper@59324
   113
option profiling : string = ""
wneuper@59324
   114
  -- "ML profiling (possible values: time, allocations)"
wneuper@59324
   115
wneuper@59324
   116
option theory_qualifier : string = ""
wneuper@59324
   117
  -- "explicit theory qualifier for special sessions (default: session name)"
wenzelm@53099
   118
wenzelm@57621
   119
wenzelm@57621
   120
section "ML System"
wenzelm@57621
   121
wneuper@59324
   122
option ML_print_depth : int = 20
wneuper@59324
   123
  -- "ML print depth for toplevel pretty-printing"
wneuper@59324
   124
wenzelm@57621
   125
public option ML_exception_trace : bool = false
wenzelm@57621
   126
  -- "ML exception trace for toplevel command execution"
wenzelm@57607
   127
wneuper@59324
   128
public option ML_exception_debugger : bool = false
wneuper@59324
   129
  -- "ML debugger exception trace for toplevel command execution"
wneuper@59324
   130
wneuper@59324
   131
public option ML_debugger : bool = false
wneuper@59324
   132
  -- "ML debugger instrumentation for newly compiled code"
wneuper@59324
   133
wneuper@59180
   134
public option ML_statistics : bool = true
wneuper@59324
   135
  -- "ML run-time system statistics"
wneuper@59324
   136
wneuper@59324
   137
public option ML_system_64 : bool = false
wneuper@59324
   138
  -- "ML system for 64bit platform is used if possible (change requires restart)"
wneuper@59324
   139
wneuper@59324
   140
public option ML_process_policy : string = ""
wneuper@59324
   141
  -- "ML process command prefix (process policy)"
wneuper@59180
   142
wenzelm@50303
   143
wenzelm@50310
   144
section "Editor Reactivity"
wenzelm@50303
   145
wenzelm@53202
   146
public option editor_load_delay : real = 0.5
wenzelm@50303
   147
  -- "delay for file load operations (new buffers etc.)"
wenzelm@50303
   148
wenzelm@53202
   149
public option editor_input_delay : real = 0.3
wenzelm@50303
   150
  -- "delay for user input (text edits, cursor movement etc.)"
wenzelm@50303
   151
wneuper@59324
   152
public option editor_generated_input_delay : real = 1.0
wneuper@59324
   153
  -- "delay for machine-generated input that may outperform user edits"
wneuper@59324
   154
wenzelm@53202
   155
public option editor_output_delay : real = 0.1
wenzelm@50303
   156
  -- "delay for prover output (markup, common messages etc.)"
wenzelm@50303
   157
wneuper@59324
   158
public option editor_consolidate_delay : real = 1.0
wneuper@59324
   159
  -- "delay to consolidate status of command evaluation (execution forks)"
wneuper@59324
   160
wneuper@59324
   161
public option editor_prune_delay : real = 15
wenzelm@59083
   162
  -- "delay to prune history (delete old versions)"
wenzelm@59083
   163
wneuper@59324
   164
option editor_prune_size : int = 0
wneuper@59324
   165
  -- "retained size of pruned history (delete old versions)"
wneuper@59324
   166
wenzelm@53202
   167
public option editor_update_delay : real = 0.5
wenzelm@50303
   168
  -- "delay for physical GUI updates"
wenzelm@50303
   169
wenzelm@53202
   170
public option editor_reparse_limit : int = 10000
wenzelm@50539
   171
  -- "maximum amount of reparsed text outside perspective"
wenzelm@51134
   172
wenzelm@53202
   173
public option editor_tracing_messages : int = 1000
wenzelm@51520
   174
  -- "initial number of tracing messages for each command transaction"
wenzelm@51712
   175
wenzelm@53202
   176
public option editor_chart_delay : real = 3.0
wenzelm@51712
   177
  -- "delay for chart repainting"
wenzelm@53839
   178
wenzelm@53944
   179
public option editor_continuous_checking : bool = true
wenzelm@53944
   180
  -- "continuous checking of proof document (visible and required parts)"
wenzelm@53944
   181
wneuper@59324
   182
public option editor_output_state : bool = false
wneuper@59324
   183
  -- "implicit output of proof state"
wneuper@59324
   184
wenzelm@53935
   185
option editor_execution_delay : real = 0.02
wenzelm@53935
   186
  -- "delay for start of execution process after document update (seconds)"
wenzelm@53935
   187
wenzelm@59099
   188
option editor_syslog_limit : int = 100
wenzelm@59099
   189
  -- "maximum amount of buffered syslog messages"
wenzelm@59099
   190
wenzelm@53839
   191
wenzelm@53839
   192
section "Miscellaneous Tools"
wenzelm@53839
   193
wenzelm@53839
   194
public option find_theorems_limit : int = 40
wenzelm@53839
   195
  -- "limit of displayed results"
wenzelm@53839
   196
wenzelm@57955
   197
public option find_theorems_tactic_limit : int = 5
wenzelm@53839
   198
  -- "limit of tactic search for 'solves' criterion"
wenzelm@53839
   199
wenzelm@57014
   200
wenzelm@57014
   201
section "Completion"
wenzelm@57014
   202
wenzelm@57014
   203
public option completion_limit : int = 40
wenzelm@57014
   204
  -- "limit for completion within the formal context"
wenzelm@57014
   205
wneuper@59324
   206
public option completion_path_ignore : string = "*~:*.marks:*.orig:*.rej:.DS_Store"
wneuper@59324
   207
  -- "glob patterns to ignore in file-system path completion (separated by colons)"
wneuper@59324
   208
wneuper@59324
   209
wneuper@59324
   210
section "Spell Checker"
wneuper@59324
   211
wneuper@59324
   212
public option spell_checker : bool = true
wneuper@59324
   213
  -- "enable spell-checker for prose words within document text, comments etc."
wneuper@59324
   214
wneuper@59324
   215
public option spell_checker_dictionary : string = "en"
wneuper@59324
   216
  -- "spell-checker dictionary name"
wneuper@59324
   217
wneuper@59324
   218
public option spell_checker_elements : string = "words,comment,inner_comment,ML_comment,SML_comment"
wneuper@59324
   219
  -- "relevant markup elements for spell-checker, separated by commas"
wneuper@59324
   220
wneuper@59324
   221
wneuper@59324
   222
section "Secure Shell"
wneuper@59324
   223
wneuper@59324
   224
option ssh_config_dir : string = "~/.ssh"
wneuper@59324
   225
  -- "SSH configuration directory"
wneuper@59324
   226
wneuper@59324
   227
option ssh_config_file : string = "~/.ssh/config"
wneuper@59324
   228
  -- "main SSH configuration file"
wneuper@59324
   229
wneuper@59324
   230
option ssh_identity_files : string = "~/.ssh/id_dsa:~/.ssh/id_ecdsa:~/.ssh/id_rsa"
wneuper@59324
   231
  -- "possible SSH identity files (separated by colons)"
wneuper@59324
   232
wneuper@59324
   233
option ssh_compression : bool = true
wneuper@59324
   234
  -- "enable SSH compression"
wneuper@59324
   235
wneuper@59324
   236
option ssh_connect_timeout : real = 60
wneuper@59324
   237
  -- "SSH connection timeout (seconds)"
wneuper@59324
   238
wneuper@59324
   239
option ssh_alive_interval : real = 30
wneuper@59324
   240
  -- "time interval to keep SSH server connection alive (seconds)"
wneuper@59324
   241
wneuper@59324
   242
wneuper@59324
   243
section "Build Log Database"
wneuper@59324
   244
wneuper@59324
   245
option build_log_database_user : string = ""
wneuper@59324
   246
option build_log_database_password : string = ""
wneuper@59324
   247
option build_log_database_name : string = ""
wneuper@59324
   248
option build_log_database_host : string = ""
wneuper@59324
   249
option build_log_database_port : int = 0
wneuper@59324
   250
option build_log_ssh_host : string = ""
wneuper@59324
   251
option build_log_ssh_user : string = ""
wneuper@59324
   252
option build_log_ssh_port : int = 0
wneuper@59324
   253
option build_log_history : int = 30  -- "length of relevant history (in days)"