src/HOL/Tools/ATP/atp_systems.ML
changeset 47031 26dd49368db6
parent 47030 7e80e14247fc
child 47032 73cdeed236c0
equal deleted inserted replaced
47030:7e80e14247fc 47031:26dd49368db6
   570   remotify_atp satallax "Satallax" ["2.1", "2.0", "2"]
   570   remotify_atp satallax "Satallax" ["2.1", "2.0", "2"]
   571       (K (100, satallax_thf0, "mono_native_higher", keep_lamsN, false)
   571       (K (100, satallax_thf0, "mono_native_higher", keep_lamsN, false)
   572          (* FUDGE *))
   572          (* FUDGE *))
   573 val remote_vampire =
   573 val remote_vampire =
   574   remotify_atp vampire "Vampire" ["1.8"]
   574   remotify_atp vampire "Vampire" ["1.8"]
   575       (K (250, FOF, "mono_guards??", combs_or_liftingN, false) (* FUDGE *))
   575       (K (250, vampire_tff0, "mono_native", combs_or_liftingN, false) (* FUDGE *))
   576 val remote_z3_tptp =
   576 val remote_z3_tptp =
   577   remotify_atp z3_tptp "Z3" ["3.0"]
   577   remotify_atp z3_tptp "Z3" ["3.0"]
   578       (K (250, z3_tff0, "mono_native", combsN, false) (* FUDGE *))
   578       (K (250, z3_tff0, "mono_native", combsN, false) (* FUDGE *))
   579 val remote_e_sine =
   579 val remote_e_sine =
   580   remote_atp e_sineN "SInE" ["0.4"] [] (#known_failures e_config) Axiom
   580   remote_atp e_sineN "SInE" ["0.4"] [] (#known_failures e_config) Axiom