Fri, 01 Apr 2011 13:21:21 +0200 remove workaround 8f25605e646c, which is no longer necessary thanks to 173b0f488428
blanchet [Fri, 01 Apr 2011 13:21:21 +0200] rev 42193
remove workaround 8f25605e646c, which is no longer necessary thanks to 173b0f488428
Fri, 01 Apr 2011 12:19:54 +0200 scheduler for judgement day
krauss [Fri, 01 Apr 2011 12:19:54 +0200] rev 42192
scheduler for judgement day
Fri, 01 Apr 2011 12:16:41 +0200 re-implemented proof reconstruction for Z3 skolemization: do not explicitly construct definitions for Skolem constants, and let higher-order resolution do most of the work in the end
boehmes [Fri, 01 Apr 2011 12:16:41 +0200] rev 42191
re-implemented proof reconstruction for Z3 skolemization: do not explicitly construct definitions for Skolem constants, and let higher-order resolution do most of the work in the end
Fri, 01 Apr 2011 11:54:51 +0200 make configuration of (SMT) full monomorphization more flexible: turn boolean argument into a configuration option
boehmes [Fri, 01 Apr 2011 11:54:51 +0200] rev 42190
make configuration of (SMT) full monomorphization more flexible: turn boolean argument into a configuration option
Fri, 01 Apr 2011 10:18:20 +0200 merged
bulwahn [Fri, 01 Apr 2011 10:18:20 +0200] rev 42189
merged
Fri, 01 Apr 2011 09:20:59 +0200 adding time profiling in quickcheck's batch testing for further diagnosis in IsaCoSy
bulwahn [Fri, 01 Apr 2011 09:20:59 +0200] rev 42188
adding time profiling in quickcheck's batch testing for further diagnosis in IsaCoSy
Fri, 01 Apr 2011 09:48:01 +0200 raised timeouts further, for SML/NJ
krauss [Fri, 01 Apr 2011 09:48:01 +0200] rev 42187
raised timeouts further, for SML/NJ
Fri, 01 Apr 2011 09:29:58 +0200 adapted parsing of session timing (cf. e86b10c68f0b)
krauss [Fri, 01 Apr 2011 09:29:58 +0200] rev 42186
adapted parsing of session timing (cf. e86b10c68f0b)
Thu, 31 Mar 2011 17:15:13 +0200 merged
bulwahn [Thu, 31 Mar 2011 17:15:13 +0200] rev 42185
merged
Thu, 31 Mar 2011 11:17:52 +0200 adapting Quickcheck_Narrowing (overseen in 234ec7011e5d); commenting out some examples temporarily
bulwahn [Thu, 31 Mar 2011 11:17:52 +0200] rev 42184
adapting Quickcheck_Narrowing (overseen in 234ec7011e5d); commenting out some examples temporarily
Thu, 31 Mar 2011 14:02:03 +0200 provide a flag controlling whether all provided facts should be instantiated, possibly inventing new types (which does not work well with Sledgehammer)
boehmes [Thu, 31 Mar 2011 14:02:03 +0200] rev 42183
provide a flag controlling whether all provided facts should be instantiated, possibly inventing new types (which does not work well with Sledgehammer)
Thu, 31 Mar 2011 11:16:54 +0200 start monomorphization process with subgoal, not entire goal, to avoid needless instances (and only print monomorphization messages in debug mode)
blanchet [Thu, 31 Mar 2011 11:16:54 +0200] rev 42182
start monomorphization process with subgoal, not entire goal, to avoid needless instances (and only print monomorphization messages in debug mode)
Thu, 31 Mar 2011 11:16:53 +0200 temporary workaround: filter out spurious monomorphic instances
blanchet [Thu, 31 Mar 2011 11:16:53 +0200] rev 42181
temporary workaround: filter out spurious monomorphic instances
Thu, 31 Mar 2011 11:16:52 +0200 added monomorphization option to Sledgehammer ATPs -- this looks promising but is still off by default
blanchet [Thu, 31 Mar 2011 11:16:52 +0200] rev 42180
added monomorphization option to Sledgehammer ATPs -- this looks promising but is still off by default
Thu, 31 Mar 2011 11:16:51 +0200 added support for "dest:" to "try"
blanchet [Thu, 31 Mar 2011 11:16:51 +0200] rev 42179
added support for "dest:" to "try"
Thu, 31 Mar 2011 09:43:36 +0200 corrected infix precedence for boolean operators in Haskell
haftmann [Thu, 31 Mar 2011 09:43:36 +0200] rev 42178
corrected infix precedence for boolean operators in Haskell
Thu, 31 Mar 2011 08:28:03 +0200 merged
bulwahn [Thu, 31 Mar 2011 08:28:03 +0200] rev 42177
merged
Wed, 30 Mar 2011 19:09:57 +0200 removing dead code in exhaustive_generators
bulwahn [Wed, 30 Mar 2011 19:09:57 +0200] rev 42176
removing dead code in exhaustive_generators
Wed, 30 Mar 2011 19:09:56 +0200 removing junk that should not have been committed
bulwahn [Wed, 30 Mar 2011 19:09:56 +0200] rev 42175
removing junk that should not have been committed
Wed, 30 Mar 2011 23:26:40 +0200 modernized specifications;
wenzelm [Wed, 30 Mar 2011 23:26:40 +0200] rev 42174
modernized specifications;
Wed, 30 Mar 2011 22:53:18 +0200 accomodate autofix discipline of non-body context;
wenzelm [Wed, 30 Mar 2011 22:53:18 +0200] rev 42173
accomodate autofix discipline of non-body context;
Wed, 30 Mar 2011 22:45:10 +0200 session timing: show pseudo-speedup factor;
wenzelm [Wed, 30 Mar 2011 22:45:10 +0200] rev 42172
session timing: show pseudo-speedup factor;
Wed, 30 Mar 2011 22:06:25 +0200 visualize skolem and hilite (undeclared frees);
wenzelm [Wed, 30 Mar 2011 22:06:25 +0200] rev 42171
visualize skolem and hilite (undeclared frees); tuned colors;
Wed, 30 Mar 2011 22:03:50 +0200 more informative markup_free;
wenzelm [Wed, 30 Mar 2011 22:03:50 +0200] rev 42170
more informative markup_free;
Wed, 30 Mar 2011 21:07:48 +0200 inline lemmas instead of accidental physical addressing -- explicit is better than implicit;
wenzelm [Wed, 30 Mar 2011 21:07:48 +0200] rev 42169
inline lemmas instead of accidental physical addressing -- explicit is better than implicit;
Wed, 30 Mar 2011 20:21:40 +0200 tuned white space and indentation;
wenzelm [Wed, 30 Mar 2011 20:21:40 +0200] rev 42168
tuned white space and indentation; observe strict line length limitation (80-100 chars);
Wed, 30 Mar 2011 20:19:21 +0200 actually check list comprehension examples;
wenzelm [Wed, 30 Mar 2011 20:19:21 +0200] rev 42167
actually check list comprehension examples;
Wed, 30 Mar 2011 17:54:10 +0200 products of probability measures are probability measures
hoelzl [Wed, 30 Mar 2011 17:54:10 +0200] rev 42166
products of probability measures are probability measures
Wed, 30 Mar 2011 17:54:01 +0200 real multiplication is continuous
hoelzl [Wed, 30 Mar 2011 17:54:01 +0200] rev 42165
real multiplication is continuous
Wed, 30 Mar 2011 17:53:56 +0200 add lebesgue_real_affine
hoelzl [Wed, 30 Mar 2011 17:53:56 +0200] rev 42164
add lebesgue_real_affine
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip