enable SMT weights and triggers, since they lead to slight improvements according to the Judgment Day suite
authorblanchet
Tue, 08 Feb 2011 16:10:06 +0100
changeset 42587bb366da22483
parent 42586 9575694d2da5
child 42588 14d135c09bec
enable SMT weights and triggers, since they lead to slight improvements according to the Judgment Day suite
src/HOL/Tools/Sledgehammer/sledgehammer_provers.ML
     1.1 --- a/src/HOL/Tools/Sledgehammer/sledgehammer_provers.ML	Tue Feb 08 08:58:24 2011 +0100
     1.2 +++ b/src/HOL/Tools/Sledgehammer/sledgehammer_provers.ML	Tue Feb 08 16:10:06 2011 +0100
     1.3 @@ -281,8 +281,8 @@
     1.4  fun proof_banner auto =
     1.5    if auto then "Auto Sledgehammer found a proof" else "Try this command"
     1.6  
     1.7 -val smt_triggers = Unsynchronized.ref false
     1.8 -val smt_weights = Unsynchronized.ref false
     1.9 +val smt_triggers = Unsynchronized.ref true
    1.10 +val smt_weights = Unsynchronized.ref true
    1.11  val smt_weight_min_facts = Unsynchronized.ref 20
    1.12  
    1.13  (* FUDGE *)