src/HOL/Tools/ATP/atp_systems.ML
changeset 46428 b040e50f17fd
parent 46427 4fd25dadbd94
child 46429 4a2deac585f8
--- a/src/HOL/Tools/ATP/atp_systems.ML	Sun Feb 05 12:27:10 2012 +0100
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Sun Feb 05 12:27:10 2012 +0100
@@ -356,9 +356,8 @@
 
 (* Experimental *)
 val spass_new_config : atp_config =
-  {exec = ("ISABELLE_ATP", "scripts/spass_new"),
-   required_execs =
-     [("SPASS_NEW_HOME", "SPASS"), ("SPASS_NEW_HOME", "tptp2dfg")],
+  {exec = ("SPASS_NEW_HOME", "SPASS"),
+   required_execs = [],
    arguments = fn _ => fn _ => fn incomplete => fn timeout => fn _ =>
      (* TODO: add: -FPDFGProof -FPFCR *)
      ("-Auto -Isabelle=1 -TimeLimit=" ^ string_of_int (to_secs 1 timeout))