SPASS is incomplete because of the -Splits and -FullRed options, not just because of -SOS=1 -- don't pretend the opposite
authorblanchet
Wed, 14 Dec 2011 18:07:32 +0100
changeset 45876 40952db4e57b
parent 45875 6d3533fd26ea
child 45877 b18f62e40429
SPASS is incomplete because of the -Splits and -FullRed options, not just because of -SOS=1 -- don't pretend the opposite
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Wed Dec 14 18:07:32 2011 +0100
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Wed Dec 14 18:07:32 2011 +0100
@@ -339,8 +339,8 @@
                        sosN))),
       (0.333, (false, (300, DFG DFG_Unsorted, "poly_tags??", lam_liftingN,
                        sosN))),
-      (0.334, (true, (50, DFG DFG_Unsorted, "mono_tags??", lam_liftingN,
-                      no_sosN)))]
+      (0.334, (false, (50, DFG DFG_Unsorted, "mono_tags??", lam_liftingN,
+                       no_sosN)))]
      |> (if Config.get ctxt force_sos then hd #> apfst (K 1.0) #> single
          else I)}