src/HOL/Tools/etc/options
author wenzelm
Sat, 13 Jul 2013 18:33:33 +0200
changeset 52651 5adb5c69af97
parent 52645 e8c1c5612677
child 52717 da7bf8b3d24a
permissions -rw-r--r--
initial delay for automatically tried tools;

(* :mode=isabelle-options: *)

section {* Automatically tried tools *}

public option auto_time_start : real = 1.0
  -- "initial delay for automatically tried tools (seconds)"

public option auto_time_limit : real = 2.0
  -- "time limit for automatically tried tools (seconds > 0)"

public option auto_nitpick : bool = false
  -- "run Nitpick automatically"

public option auto_sledgehammer : bool = false
  -- "run Sledgehammer automatically"

public option auto_try0 : bool = false
  -- "try standard proof methods automatically"

public option auto_quickcheck : bool = true
  -- "run Quickcheck automatically"

public option auto_solve_direct : bool = true
  -- "run solve_direct automatically"