disable Vampire's BDD optimization, which sometimes yields so huge proofs that this causes problems for reconstruction
authorblanchet
Fri, 21 Oct 2011 12:44:20 +0200
changeset 45234 5509362b924b
parent 45233 28b076e0bea8
child 45235 7187bce94e88
disable Vampire's BDD optimization, which sometimes yields so huge proofs that this causes problems for reconstruction
src/HOL/Tools/ATP/atp_systems.ML
--- a/src/HOL/Tools/ATP/atp_systems.ML	Fri Oct 21 11:17:16 2011 +0200
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Fri Oct 21 12:44:20 2011 +0200
@@ -344,7 +344,8 @@
    required_execs = [],
    arguments = fn _ => fn _ => fn sos => fn timeout => fn _ =>
      "--mode casc -t " ^ string_of_int (to_secs 1 timeout) ^
-     " --proof tptp --output_axiom_names on \
+     " --proof tptp --output_axiom_names on\
+     \ --forced_options propositional_to_bdd=off\
      \ --thanks \"Andrei and Krystof\" --input_file"
      |> sos = sosN ? prefix "--sos on ",
    proof_delims =