etc/options
author wenzelm
Thu, 05 Dec 2013 17:52:12 +0100
changeset 56012 cfb21e03fe2a
parent 54326 ee8b8dafef0e
child 57014 5e25cc741ab9
permissions -rw-r--r--
removed obsolete RC tags;
     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 Checking"
    67 
    68 public option threads : int = 0
    69   -- "maximum number of worker threads for prover process (0 = hardware max.)"
    70 public option threads_trace : int = 0
    71   -- "level of tracing information for multithreading"
    72 public option parallel_proofs : int = 2
    73   -- "level of parallel proof checking: 0, 1, 2"
    74 option parallel_subproofs_threshold : real = 0.01
    75   -- "lower bound of timing estimate for forked nested proofs (seconds)"
    76 
    77 
    78 section "Detail of Proof Checking"
    79 
    80 option quick_and_dirty : bool = false
    81   -- "if true then some tools will OMIT some proofs"
    82 option skip_proofs : bool = false
    83   -- "skip over proofs (implicit 'sorry')"
    84 
    85 
    86 section "Global Session Parameters"
    87 
    88 option condition : string = ""
    89   -- "required environment variables for subsequent theories (separated by commas)"
    90 
    91 option timing : bool = false
    92   -- "global timing of toplevel command execution and theory processing"
    93 
    94 option timeout : real = 0
    95   -- "timeout for session build job (seconds > 0)"
    96 
    97 option process_output_limit : int = 100
    98   -- "build process output limit in million characters (0 = unlimited)"
    99 
   100 
   101 section "Editor Reactivity"
   102 
   103 public option editor_load_delay : real = 0.5
   104   -- "delay for file load operations (new buffers etc.)"
   105 
   106 public option editor_input_delay : real = 0.3
   107   -- "delay for user input (text edits, cursor movement etc.)"
   108 
   109 public option editor_output_delay : real = 0.1
   110   -- "delay for prover output (markup, common messages etc.)"
   111 
   112 public option editor_update_delay : real = 0.5
   113   -- "delay for physical GUI updates"
   114 
   115 public option editor_reparse_limit : int = 10000
   116   -- "maximum amount of reparsed text outside perspective"
   117 
   118 public option editor_tracing_messages : int = 1000
   119   -- "initial number of tracing messages for each command transaction"
   120 
   121 public option editor_chart_delay : real = 3.0
   122   -- "delay for chart repainting"
   123 
   124 public option editor_continuous_checking : bool = true
   125   -- "continuous checking of proof document (visible and required parts)"
   126 
   127 option editor_execution_delay : real = 0.02
   128   -- "delay for start of execution process after document update (seconds)"
   129 
   130 
   131 section "Miscellaneous Tools"
   132 
   133 public option find_theorems_limit : int = 40
   134   -- "limit of displayed results"
   135 
   136 public option find_theorems_tac_limit : int = 5
   137   -- "limit of tactic search for 'solves' criterion"
   138