src/Pure/ProofGeneral/preferences.ML
changeset 29858 c8cee17d7e50
parent 29435 a5f84ac14609
child 30980 fe0855471964
--- a/src/Pure/ProofGeneral/preferences.ML	Wed Feb 11 14:48:14 2009 +1100
+++ b/src/Pure/ProofGeneral/preferences.ML	Wed Feb 11 16:03:10 2009 +1100
@@ -151,6 +151,12 @@
   nat_pref Quickcheck.auto_time_limit
     "auto-quickcheck-time-limit"
     "Time limit for automatic quickcheck (in milliseconds).",
+  bool_pref AutoSolve.auto
+    "auto-solve"
+    "Try to solve newly declared lemmas with existing theorems.",
+  nat_pref AutoSolve.auto_time_limit
+    "auto-solve-time-limit"
+    "Time limit for seeking automatic solutions (in milliseconds).",
   thm_deps_pref];
 
 val proof_preferences =