disable TFF for Vampire 1.8 until they've fixed the soundness issues and it's back on SystemOnTPTP
--- a/src/HOL/Tools/ATP/atp_systems.ML Fri Aug 26 01:14:49 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML Fri Aug 26 01:18:48 2011 +0200
@@ -304,8 +304,10 @@
(* Vampire *)
+(* Vampire 1.8 has TFF support, but it's buggy and therefore disabled on
+ SystemOnTPTP. *)
fun is_old_vampire_version () =
- string_ord (getenv "VAMPIRE_VERSION", "1.8") = LESS
+ string_ord (getenv "VAMPIRE_VERSION", "1.8") <> GREATER
val vampire_config : atp_config =
{exec = ("VAMPIRE_HOME", "vampire"),