src/HOL/Tools/ATP/atp_systems.ML
changeset 42882 391e41ac038b
parent 42855 b48529f41888
child 42937 cabb3a947894
equal deleted inserted replaced
42881:dbdfe2d5b6ab 42882:391e41ac038b
   290       ("% SZS output start Proof", "% SZS output end Proof")],
   290       ("% SZS output start Proof", "% SZS output end Proof")],
   291    known_failures =
   291    known_failures =
   292      [(Unprovable, "UNPROVABLE"),
   292      [(Unprovable, "UNPROVABLE"),
   293       (IncompleteUnprovable, "CANNOT PROVE"),
   293       (IncompleteUnprovable, "CANNOT PROVE"),
   294       (IncompleteUnprovable, "SZS status GaveUp"),
   294       (IncompleteUnprovable, "SZS status GaveUp"),
   295       (ProofMissing, "predicate_definition_introduction,[]"),
   295       (ProofIncomplete, "predicate_definition_introduction,[]"),
   296       (TimedOut, "SZS status Timeout"),
   296       (TimedOut, "SZS status Timeout"),
   297       (Unprovable, "Satisfiability detected"),
   297       (Unprovable, "Satisfiability detected"),
   298       (Unprovable, "Termination reason: Satisfiable"),
   298       (Unprovable, "Termination reason: Satisfiable"),
   299       (VampireTooOld, "not a valid option"),
   299       (VampireTooOld, "not a valid option"),
   300       (Interrupted, "Aborted by signal SIGINT")],
   300       (Interrupted, "Aborted by signal SIGINT")],