src/HOL/Tools/ATP/atp_systems.ML
changeset 47736 d349c8ff3ace
parent 47671 ab44addc81e2
child 47772 993a44ef9928
equal deleted inserted replaced
47733:ea153f6abdb6 47736:d349c8ff3ace
   301         "--cpu-limit=" ^ string_of_int (to_secs 2 timeout),
   301         "--cpu-limit=" ^ string_of_int (to_secs 2 timeout),
   302    proof_delims = tstp_proof_delims,
   302    proof_delims = tstp_proof_delims,
   303    known_failures =
   303    known_failures =
   304      known_szs_status_failures @
   304      known_szs_status_failures @
   305      [(TimedOut, "Failure: Resource limit exceeded (time)"),
   305      [(TimedOut, "Failure: Resource limit exceeded (time)"),
   306       (TimedOut, "time limit exceeded"),
   306       (TimedOut, "time limit exceeded")],
   307       (OutOfResources, "# Cannot determine problem status")],
       
   308    conj_sym_kind = Hypothesis,
   307    conj_sym_kind = Hypothesis,
   309    prem_kind = Conjecture,
   308    prem_kind = Conjecture,
   310    best_slices = fn ctxt =>
   309    best_slices = fn ctxt =>
   311      let val heuristic = effective_e_selection_heuristic ctxt in
   310      let val heuristic = effective_e_selection_heuristic ctxt in
   312        (* FUDGE *)
   311        (* FUDGE *)