src/HOL/Tools/ATP/atp_systems.ML
changeset 47073 c73f7b0c7ebc
parent 47055 16e2633f3b4b
child 47074 101976132929
--- a/src/HOL/Tools/ATP/atp_systems.ML	Wed Mar 21 15:43:02 2012 +0000
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Wed Mar 21 16:53:24 2012 +0100
@@ -169,7 +169,7 @@
 val force_sos = Attrib.setup_config_bool @{binding atp_force_sos} (K false)
 
 val smartN = "smart"
-val kboN = "kbo"
+(* val kboN = "kbo" *)
 val lpoN = "lpo"
 val xweightsN = "_weights"
 val xprecN = "_prec"
@@ -666,7 +666,7 @@
     if ord = smartN then
       if atp = spass_newN orelse
          (atp = spassN andalso is_new_spass_version ()) then
-        {is_lpo = false, gen_weights = true, gen_prec = false, gen_simp = true}
+        {is_lpo = false, gen_weights = true, gen_prec = true, gen_simp = false}
       else
         {is_lpo = false, gen_weights = false, gen_prec = false,
          gen_simp = false}