blanchet [Fri, 18 Oct 2013 10:43:20 +0200] rev 54147
killed most "no_atp", to make Sledgehammer more complete
blanchet [Fri, 18 Oct 2013 10:35:57 +0200] rev 54146
doc fixes suggested by Andreas L.
blanchet [Fri, 18 Oct 2013 10:35:56 +0200] rev 54145
make sure that registered code equations are actually equations
blanchet [Fri, 18 Oct 2013 10:35:55 +0200] rev 54144
accept very long lines in MaSh
blanchet [Fri, 18 Oct 2013 00:05:31 +0200] rev 54143
make sure add: doesn't add duplicates, and works for [no_atp] facts
blanchet [Thu, 17 Oct 2013 23:41:00 +0200] rev 54142
no fact subsumption -- this only confuses later code, e.g. 'add:'
blanchet [Thu, 17 Oct 2013 20:49:19 +0200] rev 54141
generate a comment storing the goal nickname in "learn_prover"
blanchet [Thu, 17 Oct 2013 20:20:53 +0200] rev 54140
clarified message
blanchet [Thu, 17 Oct 2013 20:03:37 +0200] rev 54139
added thread-safety warnings
blanchet [Thu, 17 Oct 2013 18:53:00 +0200] rev 54138
avoid confusion between outer ifs and inner ifs, that caused tactic to go berserk
blanchet [Thu, 17 Oct 2013 18:53:00 +0200] rev 54137
handle nested tuples in 'let's
nipkow [Thu, 17 Oct 2013 16:45:54 +0200] rev 54136
more exercises
blanchet [Thu, 17 Oct 2013 13:37:13 +0200] rev 54135
also unfold let (_, _) = ... syntax
blanchet [Thu, 17 Oct 2013 11:27:53 +0200] rev 54134
added helper function (that solves chicken-and-egg problem w.r.t. "callssss")
blanchet [Thu, 17 Oct 2013 10:29:28 +0200] rev 54133
graceful handling of abort
panny [Thu, 17 Oct 2013 10:06:48 +0200] rev 54132
generalized interface
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
blanchet [Thu, 17 Oct 2013 02:22:54 +0200] rev 54130
thread the goal through instead of relying on unreliable (possibly fake) state
blanchet [Thu, 17 Oct 2013 01:34:34 +0200] rev 54129
added comment
blanchet [Thu, 17 Oct 2013 01:22:15 +0200] rev 54128
tuning
blanchet [Thu, 17 Oct 2013 01:20:40 +0200] rev 54127
verbose minimization when learning from ATP proofs
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
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"
blanchet [Thu, 17 Oct 2013 01:03:59 +0200] rev 54124
fast track -- avoid domain error in 0 case
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'
nipkow [Wed, 16 Oct 2013 21:45:15 +0200] rev 54122
merged
nipkow [Wed, 16 Oct 2013 21:44:56 +0200] rev 54121
tuned exercises
panny [Wed, 16 Oct 2013 20:44:33 +0200] rev 54120
use Code.abort instead of undefined in auto-generated equations
blanchet [Wed, 16 Oct 2013 19:55:23 +0200] rev 54119
have MaSh minimize
blanchet [Tue, 15 Oct 2013 23:00:46 +0200] rev 54118
tweaked signature