src/HOL/Tools/etc/options
changeset 72299 0c7a74a1c6d9
parent 72200 edaed30360cc
child 72988 52ba78df4088
--- a/src/HOL/Tools/etc/options	Fri Sep 25 15:40:35 2020 +0200
+++ b/src/HOL/Tools/etc/options	Fri Sep 25 15:43:53 2020 +0200
@@ -8,7 +8,7 @@
 public option auto_time_limit : real = 2.0
   -- "time limit for automatically tried tools (seconds > 0)"
 
-public option auto_nitpick : bool = false
+public option auto_nitpick : bool = true
   -- "run Nitpick automatically"
 
 public option auto_sledgehammer : bool = false
@@ -38,7 +38,7 @@
 public option MaSh : string = "sml"
   -- "machine learning algorithm to use by Sledgehammer (nb_knn, nb, knn, none)"
 
-public option kodkod_scala : bool = false
+public option kodkod_scala : bool = true
   -- "invoke Nitpick/Kodkod via Isabelle/Scala (instead of external process)"
 
 public option kodkod_max_threads : int = 0