author | paulson |
Mon, 02 Oct 2006 17:32:03 +0200 | |
changeset 20825 | 4b48fd429b18 |
parent 20824 | aca7d38283bf |
child 20826 | 32640c8956e7 |
--- a/src/HOL/Tools/ATP/reduce_axiomsN.ML Mon Oct 02 17:31:14 2006 +0200 +++ b/src/HOL/Tools/ATP/reduce_axiomsN.ML Mon Oct 02 17:32:03 2006 +0200 @@ -12,7 +12,7 @@ struct val run_relevance_filter = ref true; -val theory_const = ref false; +val theory_const = ref true; val pass_mark = ref 0.5; val convergence = ref 3.2; (*Higher numbers allow longer inference chains*) val max_new = ref 60; (*Limits how many clauses can be picked up per stage*)