etc/options
changeset 62790 0c526d2fb609
parent 62711 09df6a51ad3c
child 62793 f235646b1b73
equal deleted inserted replaced
62789:ce15dd971965 62790:0c526d2fb609
    66   -- "maximum number of worker threads for prover process (0 = hardware max.)"
    66   -- "maximum number of worker threads for prover process (0 = hardware max.)"
    67 option threads_trace : int = 0
    67 option threads_trace : int = 0
    68   -- "level of tracing information for multithreading"
    68   -- "level of tracing information for multithreading"
    69 option threads_stack_limit : real = 0.25
    69 option threads_stack_limit : real = 0.25
    70   -- "maximum stack size for worker threads (in giga words, 0 = unlimited)"
    70   -- "maximum stack size for worker threads (in giga words, 0 = unlimited)"
       
    71 
    71 public option parallel_print : bool = true
    72 public option parallel_print : bool = true
    72   -- "parallel and asynchronous printing of results"
    73   -- "parallel and asynchronous printing of results"
    73 public option parallel_proofs : int = 2
    74 public option parallel_proofs : int = 2
    74   -- "level of parallel proof checking: 0, 1, 2"
    75   -- "level of parallel proof checking: 0, 1, 2"
    75 option parallel_subproofs_threshold : real = 0.01
    76 option parallel_subproofs_threshold : real = 0.01
   173 
   174 
   174 section "Completion"
   175 section "Completion"
   175 
   176 
   176 public option completion_limit : int = 40
   177 public option completion_limit : int = 40
   177   -- "limit for completion within the formal context"
   178   -- "limit for completion within the formal context"
   178