Thu, 17 Oct 2013 16:45:54 +0200 more exercises
nipkow [Thu, 17 Oct 2013 16:45:54 +0200] rev 54136
more exercises
Thu, 17 Oct 2013 13:37:13 +0200 also unfold let (_, _) = ... syntax
blanchet [Thu, 17 Oct 2013 13:37:13 +0200] rev 54135
also unfold let (_, _) = ... syntax
Thu, 17 Oct 2013 11:27:53 +0200 added helper function (that solves chicken-and-egg problem w.r.t. "callssss")
blanchet [Thu, 17 Oct 2013 11:27:53 +0200] rev 54134
added helper function (that solves chicken-and-egg problem w.r.t. "callssss")
Thu, 17 Oct 2013 10:29:28 +0200 graceful handling of abort
blanchet [Thu, 17 Oct 2013 10:29:28 +0200] rev 54133
graceful handling of abort
Thu, 17 Oct 2013 10:06:48 +0200 generalized interface
panny [Thu, 17 Oct 2013 10:06:48 +0200] rev 54132
generalized interface
Thu, 17 Oct 2013 02:29:49 +0200 choose facts to reprove more randomly, to avoid getting stuck with impossible problems at first
blanchet [Thu, 17 Oct 2013 02:29:49 +0200] rev 54131
choose facts to reprove more randomly, to avoid getting stuck with impossible problems at first
Thu, 17 Oct 2013 02:22:54 +0200 thread the goal through instead of relying on unreliable (possibly fake) state
blanchet [Thu, 17 Oct 2013 02:22:54 +0200] rev 54130
thread the goal through instead of relying on unreliable (possibly fake) state
Thu, 17 Oct 2013 01:34:34 +0200 added comment
blanchet [Thu, 17 Oct 2013 01:34:34 +0200] rev 54129
added comment
Thu, 17 Oct 2013 01:22:15 +0200 tuning
blanchet [Thu, 17 Oct 2013 01:22:15 +0200] rev 54128
tuning
Thu, 17 Oct 2013 01:20:40 +0200 verbose minimization when learning from ATP proofs
blanchet [Thu, 17 Oct 2013 01:20:40 +0200] rev 54127
verbose minimization when learning from ATP proofs
Thu, 17 Oct 2013 01:10:08 +0200 if slicing is disabled, pick the maximum number of facts, not the number of facts in the last slice
blanchet [Thu, 17 Oct 2013 01:10:08 +0200] rev 54126
if slicing is disabled, pick the maximum number of facts, not the number of facts in the last slice
Thu, 17 Oct 2013 01:04:00 +0200 if slicing is disabled, don't enforce last slice's "max_facts", but rather the maximum "max_facts"
blanchet [Thu, 17 Oct 2013 01:04:00 +0200] rev 54125
if slicing is disabled, don't enforce last slice's "max_facts", but rather the maximum "max_facts"
Thu, 17 Oct 2013 01:03:59 +0200 fast track -- avoid domain error in 0 case
blanchet [Thu, 17 Oct 2013 01:03:59 +0200] rev 54124
fast track -- avoid domain error in 0 case
Thu, 17 Oct 2013 01:03:59 +0200 remove overloading of "max_facts" -- it already controls the number of facts passed to ATPs for 'learn_prover'
blanchet [Thu, 17 Oct 2013 01:03:59 +0200] rev 54123
remove overloading of "max_facts" -- it already controls the number of facts passed to ATPs for 'learn_prover'
Wed, 16 Oct 2013 21:45:15 +0200 merged
nipkow [Wed, 16 Oct 2013 21:45:15 +0200] rev 54122
merged
Wed, 16 Oct 2013 21:44:56 +0200 tuned exercises
nipkow [Wed, 16 Oct 2013 21:44:56 +0200] rev 54121
tuned exercises
Wed, 16 Oct 2013 20:44:33 +0200 use Code.abort instead of undefined in auto-generated equations
panny [Wed, 16 Oct 2013 20:44:33 +0200] rev 54120
use Code.abort instead of undefined in auto-generated equations
Wed, 16 Oct 2013 19:55:23 +0200 have MaSh minimize
blanchet [Wed, 16 Oct 2013 19:55:23 +0200] rev 54119
have MaSh minimize
Tue, 15 Oct 2013 23:00:46 +0200 tweaked signature
blanchet [Tue, 15 Oct 2013 23:00:46 +0200] rev 54118
tweaked signature
Tue, 15 Oct 2013 22:55:01 +0200 strengthened tactic to deal with 'False ==> ...'
blanchet [Tue, 15 Oct 2013 22:55:01 +0200] rev 54117
strengthened tactic to deal with 'False ==> ...'
Tue, 15 Oct 2013 17:21:16 +0200 made theorem extraction code not delve too far when looking at local fact, by relying on 'strip_thm' instead of (wrongly) reverse-engineering proof terms
blanchet [Tue, 15 Oct 2013 17:21:16 +0200] rev 54116
made theorem extraction code not delve too far when looking at local fact, by relying on 'strip_thm' instead of (wrongly) reverse-engineering proof terms
Tue, 15 Oct 2013 16:14:52 +0200 improved duplicate detection in "build_name_tables" by ensuring that the earliest occurrence of a duplicate (if it exists) gets picked as the canonical instance
blanchet [Tue, 15 Oct 2013 16:14:52 +0200] rev 54115
improved duplicate detection in "build_name_tables" by ensuring that the earliest occurrence of a duplicate (if it exists) gets picked as the canonical instance
Tue, 15 Oct 2013 15:31:32 +0200 updated S/H docs
blanchet [Tue, 15 Oct 2013 15:31:32 +0200] rev 54114
updated S/H docs
Tue, 15 Oct 2013 15:31:18 +0200 use MePo with Auto Sledgehammer, because it's lighter than MaSh and always available
blanchet [Tue, 15 Oct 2013 15:31:18 +0200] rev 54113
use MePo with Auto Sledgehammer, because it's lighter than MaSh and always available
Tue, 15 Oct 2013 15:26:58 +0200 drop only real duplicates, not subsumed facts -- this confuses MaSh
blanchet [Tue, 15 Oct 2013 15:26:58 +0200] rev 54112
drop only real duplicates, not subsumed facts -- this confuses MaSh
Tue, 15 Oct 2013 11:49:39 +0100 renamed relcomp_def to relcomp_unfold
paulson [Tue, 15 Oct 2013 11:49:39 +0100] rev 54111
renamed relcomp_def to relcomp_unfold
Tue, 15 Oct 2013 12:25:45 +0200 fixed thm names
nipkow [Tue, 15 Oct 2013 12:25:45 +0200] rev 54110
fixed thm names
Tue, 15 Oct 2013 10:59:34 +0200 addressed rare case where the same symbol would be treated alternately as a function and as a predicate -- adding "top2I top_boolI" to a problem that didn't talk about "top" was a way to trigger the issue
blanchet [Tue, 15 Oct 2013 10:59:34 +0200] rev 54109
addressed rare case where the same symbol would be treated alternately as a function and as a predicate -- adding "top2I top_boolI" to a problem that didn't talk about "top" was a way to trigger the issue
Mon, 14 Oct 2013 11:14:14 +0200 added Nitpick limitations to docs
blanchet [Mon, 14 Oct 2013 11:14:14 +0200] rev 54108
added Nitpick limitations to docs
Mon, 14 Oct 2013 11:07:59 +0200 more defensive Nitpick setup -- exotic types of recursion are not supported yet in the model finder
blanchet [Mon, 14 Oct 2013 11:07:59 +0200] rev 54107
more defensive Nitpick setup -- exotic types of recursion are not supported yet in the model finder
Mon, 14 Oct 2013 10:55:49 +0200 keep temporary error handling in there until code equations are properly generated
blanchet [Mon, 14 Oct 2013 10:55:49 +0200] rev 54106
keep temporary error handling in there until code equations are properly generated
Mon, 14 Oct 2013 10:50:44 +0200 tuning (simplified parts of 92c5bd3b342d)
blanchet [Mon, 14 Oct 2013 10:50:44 +0200] rev 54105
tuning (simplified parts of 92c5bd3b342d)
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 tip