etc/options
author wenzelm
Wed, 13 Mar 2013 21:25:08 +0100
changeset 52560 e5f9a6d9ca82
parent 52367 19192615911e
child 52690 63327f679cff
permissions -rw-r--r--
clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
clarified unknown timing vs. zero timing;
tuned;
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@49595
     9
  -- "build document in given format: pdf, dvi, dvi.gz, ps, ps.gz, or 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@49810
    14
option document_graph : bool = false
wenzelm@49595
    15
  -- "generate session graph image for document"
wenzelm@49382
    16
wenzelm@49810
    17
option show_question_marks : bool = true
wenzelm@49595
    18
  -- "show leading question mark of schematic variables"
wenzelm@49501
    19
wenzelm@49810
    20
option names_long : bool = false
wenzelm@49595
    21
  -- "show fully qualified names"
wenzelm@49810
    22
option names_short : bool = false
wenzelm@49595
    23
  -- "show base names only"
wenzelm@49810
    24
option names_unique : bool = true
wenzelm@49595
    25
  -- "show partially qualified names, as required for unique name resolution"
wenzelm@49501
    26
wenzelm@49810
    27
option pretty_margin : int = 76
wenzelm@49595
    28
  -- "right margin / page width of pretty printer in Isabelle/ML"
wenzelm@49542
    29
wenzelm@49810
    30
option thy_output_display : bool = false
wenzelm@49595
    31
  -- "indicate output as multi-line display-style material"
wenzelm@49810
    32
option thy_output_break : bool = false
wenzelm@49595
    33
  -- "control line breaks in non-display material"
wenzelm@49810
    34
option thy_output_quotes : bool = false
wenzelm@49595
    35
  -- "indicate if the output should be enclosed in double quotes"
wenzelm@49810
    36
option thy_output_indent : int = 0
wenzelm@49595
    37
  -- "indentation for pretty printing of display material"
wenzelm@49810
    38
option thy_output_source : bool = false
wenzelm@49595
    39
  -- "print original source text rather than internal representation"
wenzelm@49535
    40
wenzelm@50285
    41
wenzelm@50285
    42
option print_mode : string = ""
wenzelm@50285
    43
  -- "additional print modes for prover output (separated by commas)"
wenzelm@50285
    44
wenzelm@50285
    45
wenzelm@50310
    46
section "Parallel Checking"
wenzelm@50285
    47
wenzelm@50285
    48
option threads : int = 0
wenzelm@50285
    49
  -- "maximum number of worker threads for prover process (0 = hardware max.)"
wenzelm@50285
    50
option threads_trace : int = 0
wenzelm@50285
    51
  -- "level of tracing information for multithreading"
wenzelm@50285
    52
option parallel_proofs : int = 2
wenzelm@50285
    53
  -- "level of parallel proof checking: 0, 1, 2"
wenzelm@52560
    54
option parallel_subproofs_saturation : int = 100
wenzelm@52560
    55
  -- "upper bound for forks of nested proofs (multiplied by worker threads)"
wenzelm@52560
    56
option parallel_subproofs_threshold : real = 0.01
wenzelm@52560
    57
  -- "lower bound of timing estimate for forked nested proofs (seconds)"
wenzelm@52367
    58
option parallel_proofs_reuse_timing : bool = true
wenzelm@52367
    59
  -- "reuse timing information from old log file for parallel proof scheduling"
wenzelm@50285
    60
wenzelm@50285
    61
wenzelm@50310
    62
section "Detail of Proof Recording"
wenzelm@50285
    63
wenzelm@50285
    64
option proofs : int = 1
wenzelm@50285
    65
  -- "level of detail for proof objects: 0, 1, 2"
wenzelm@50285
    66
option quick_and_dirty : bool = false
wenzelm@50285
    67
  -- "if true then some tools will OMIT some proofs"
wenzelm@50285
    68
option skip_proofs : bool = false
wenzelm@50285
    69
  -- "skip over proofs"
wenzelm@50285
    70
wenzelm@50285
    71
wenzelm@50310
    72
section "Global Session Parameters"
wenzelm@50285
    73
wenzelm@50285
    74
option condition : string = ""
wenzelm@50285
    75
  -- "required environment variables for subsequent theories (separated by commas)"
wenzelm@50285
    76
wenzelm@49810
    77
option timing : bool = false
wenzelm@49595
    78
  -- "global timing of toplevel command execution and theory processing"
wenzelm@49507
    79
wenzelm@49810
    80
option timeout : real = 0
wenzelm@49676
    81
  -- "timeout for session build job (seconds > 0)"
wenzelm@49676
    82
wenzelm@50303
    83
wenzelm@50310
    84
section "Editor Reactivity"
wenzelm@50303
    85
wenzelm@50303
    86
option editor_load_delay : real = 0.5
wenzelm@50303
    87
  -- "delay for file load operations (new buffers etc.)"
wenzelm@50303
    88
wenzelm@50303
    89
option editor_input_delay : real = 0.3
wenzelm@50303
    90
  -- "delay for user input (text edits, cursor movement etc.)"
wenzelm@50303
    91
wenzelm@50303
    92
option editor_output_delay : real = 0.1
wenzelm@50303
    93
  -- "delay for prover output (markup, common messages etc.)"
wenzelm@50303
    94
wenzelm@50303
    95
option editor_update_delay : real = 0.5
wenzelm@50303
    96
  -- "delay for physical GUI updates"
wenzelm@50303
    97
wenzelm@50539
    98
option editor_reparse_limit : int = 10000
wenzelm@50539
    99
  -- "maximum amount of reparsed text outside perspective"
wenzelm@51134
   100
wenzelm@52012
   101
option editor_tracing_messages : int = 1000
wenzelm@51520
   102
  -- "initial number of tracing messages for each command transaction"
wenzelm@51712
   103
wenzelm@51712
   104
option editor_chart_delay : real = 3.0
wenzelm@51712
   105
  -- "delay for chart repainting"