src/HOL/Tools/ATP/atp_systems.ML
changeset 46427 4fd25dadbd94
parent 46409 d4754183ccce
child 46428 b040e50f17fd
--- 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
@@ -360,8 +360,9 @@
    required_execs =
      [("SPASS_NEW_HOME", "SPASS"), ("SPASS_NEW_HOME", "tptp2dfg")],
    arguments = fn _ => fn _ => fn incomplete => fn timeout => fn _ =>
-     ("-Auto -LR=1 -LT=1 -Isabelle=1 -TimeLimit=" ^
-      string_of_int (to_secs 1 timeout))
+     (* TODO: add: -FPDFGProof -FPFCR *)
+     ("-Auto -Isabelle=1 -TimeLimit=" ^ string_of_int (to_secs 1 timeout))
+     (* TODO: not used yet *)
      |> incomplete = spass_incompleteN ? prefix "-Splits=0 -FullRed=0 ",
    proof_delims = #proof_delims spass_config,
    known_failures = #known_failures spass_config,