src/HOL/Tools/ATP/atp_systems.ML
changeset 44450 d848dd7b21f4
parent 44425 867928fe20e9
child 44486 f24b990136cc
equal deleted inserted replaced
44449:b622a98b79fb 44450:d848dd7b21f4
   268 
   268 
   269 
   269 
   270 (* SPASS *)
   270 (* SPASS *)
   271 
   271 
   272 (* The "-VarWeight=3" option helps the higher-order problems, probably by
   272 (* The "-VarWeight=3" option helps the higher-order problems, probably by
   273    counteracting the presence of "hAPP". *)
   273    counteracting the presence of explicit application operators. *)
   274 val spass_config : atp_config =
   274 val spass_config : atp_config =
   275   {exec = ("ISABELLE_ATP", "scripts/spass"),
   275   {exec = ("ISABELLE_ATP", "scripts/spass"),
   276    required_execs = [("SPASS_HOME", "SPASS"), ("SPASS_HOME", "tptp2dfg")],
   276    required_execs = [("SPASS_HOME", "SPASS"), ("SPASS_HOME", "tptp2dfg")],
   277    arguments = fn _ => fn _ => fn sos => fn timeout => fn _ =>
   277    arguments = fn _ => fn _ => fn sos => fn timeout => fn _ =>
   278      ("-Auto -PGiven=0 -PProblem=0 -Splits=0 -FullRed=0 -DocProof \
   278      ("-Auto -PGiven=0 -PProblem=0 -Splits=0 -FullRed=0 -DocProof \