Tue, 14 Sep 2010 16:33:38 +0200 remove more clutter related to old "fast_descrs" optimization
blanchet [Tue, 14 Sep 2010 16:33:38 +0200] rev 39365
remove more clutter related to old "fast_descrs" optimization
Tue, 14 Sep 2010 15:39:57 +0200 Sledgehammer should be called in "prove" mode;
blanchet [Tue, 14 Sep 2010 15:39:57 +0200] rev 39364
Sledgehammer should be called in "prove" mode; otherwise the proof text won't fit into the proof document
Tue, 14 Sep 2010 14:47:53 +0200 added a timeout around "try" call in Mirabelle
blanchet [Tue, 14 Sep 2010 14:47:53 +0200] rev 39363
added a timeout around "try" call in Mirabelle
Tue, 14 Sep 2010 14:22:49 +0200 adapt examples to latest Nitpick changes + speed them up a little bit
blanchet [Tue, 14 Sep 2010 14:22:49 +0200] rev 39362
adapt examples to latest Nitpick changes + speed them up a little bit
Tue, 14 Sep 2010 14:12:18 +0200 tuning
blanchet [Tue, 14 Sep 2010 14:12:18 +0200] rev 39361
tuning
Tue, 14 Sep 2010 13:44:43 +0200 eliminate more clutter related to "fast_descrs" optimization
blanchet [Tue, 14 Sep 2010 13:44:43 +0200] rev 39360
eliminate more clutter related to "fast_descrs" optimization
Tue, 14 Sep 2010 13:24:18 +0200 remove "fast_descs" option from Nitpick;
blanchet [Tue, 14 Sep 2010 13:24:18 +0200] rev 39359
remove "fast_descs" option from Nitpick; the option has been unsound for over a year and is too imprecise to be of any use when made sound
Tue, 14 Sep 2010 12:52:50 +0200 fixed bug in the "fast_descrs" optimization;
blanchet [Tue, 14 Sep 2010 12:52:50 +0200] rev 39358
fixed bug in the "fast_descrs" optimization; the bug is that two sets may actually be the same but because of the three-valued logic a different "The" or "Eps" is chosen; e.g. consider the set {1, 2}. If it is approximated in one place as {1, 2?} and in another place as {1?, 2}, then "Eps" would return 1 in the first case and 2 in the second case. This is of course wrong, because both sets potentially represent {1, 2}. The current fix has a very negative impact on precision.
Tue, 14 Sep 2010 11:18:40 +0200 speed up helper function
blanchet [Tue, 14 Sep 2010 11:18:40 +0200] rev 39357
speed up helper function
Tue, 14 Sep 2010 11:07:23 +0200 tuning
blanchet [Tue, 14 Sep 2010 11:07:23 +0200] rev 39356
tuning
Tue, 14 Sep 2010 09:12:28 +0200 rename internal Sledgehammer constant
blanchet [Tue, 14 Sep 2010 09:12:28 +0200] rev 39355
rename internal Sledgehammer constant
Tue, 14 Sep 2010 08:50:46 +0200 merged
blanchet [Tue, 14 Sep 2010 08:50:46 +0200] rev 39354
merged
Mon, 13 Sep 2010 21:24:10 +0200 merged
blanchet [Mon, 13 Sep 2010 21:24:10 +0200] rev 39353
merged
Mon, 13 Sep 2010 21:23:09 +0200 adapt to latest Metis version
blanchet [Mon, 13 Sep 2010 21:23:09 +0200] rev 39352
adapt to latest Metis version
Mon, 13 Sep 2010 21:21:45 +0200 regenerated "metis.ML" and reintroduced Larry's old hacks manually;
blanchet [Mon, 13 Sep 2010 21:21:45 +0200] rev 39351
regenerated "metis.ML" and reintroduced Larry's old hacks manually; see comment at head of file
Mon, 13 Sep 2010 21:19:13 +0200 update scripts
blanchet [Mon, 13 Sep 2010 21:19:13 +0200] rev 39350
update scripts
Mon, 13 Sep 2010 21:11:59 +0200 change license, with Joe Hurd's permission
blanchet [Mon, 13 Sep 2010 21:11:59 +0200] rev 39349
change license, with Joe Hurd's permission
Mon, 13 Sep 2010 21:09:43 +0200 new version of the Metis files
blanchet [Mon, 13 Sep 2010 21:09:43 +0200] rev 39348
new version of the Metis files
Mon, 13 Sep 2010 21:08:15 +0200 remove old sources
blanchet [Mon, 13 Sep 2010 21:08:15 +0200] rev 39347
remove old sources
Mon, 13 Sep 2010 20:27:40 +0200 remove "atoms" from the list of options with default values
blanchet [Mon, 13 Sep 2010 20:27:40 +0200] rev 39346
remove "atoms" from the list of options with default values
Mon, 13 Sep 2010 20:21:40 +0200 remove unreferenced identifiers
blanchet [Mon, 13 Sep 2010 20:21:40 +0200] rev 39345
remove unreferenced identifiers
Mon, 13 Sep 2010 20:21:24 +0200 make Auto Nitpick go through fewer scopes
blanchet [Mon, 13 Sep 2010 20:21:24 +0200] rev 39344
make Auto Nitpick go through fewer scopes
Mon, 13 Sep 2010 20:15:04 +0200 move equation up where it's not ignored
blanchet [Mon, 13 Sep 2010 20:15:04 +0200] rev 39343
move equation up where it's not ignored
Mon, 13 Sep 2010 20:10:24 +0200 correctly thread parameter through
blanchet [Mon, 13 Sep 2010 20:10:24 +0200] rev 39342
correctly thread parameter through
Mon, 13 Sep 2010 15:11:10 +0200 indicate triviality in the list of proved things
blanchet [Mon, 13 Sep 2010 15:11:10 +0200] rev 39341
indicate triviality in the list of proved things
Mon, 13 Sep 2010 15:01:31 +0200 indicate which goals are trivial
blanchet [Mon, 13 Sep 2010 15:01:31 +0200] rev 39340
indicate which goals are trivial
Mon, 13 Sep 2010 14:30:21 +0200 tuning
blanchet [Mon, 13 Sep 2010 14:30:21 +0200] rev 39339
tuning
Mon, 13 Sep 2010 14:29:53 +0200 tuning
blanchet [Mon, 13 Sep 2010 14:29:53 +0200] rev 39338
tuning
Mon, 13 Sep 2010 14:29:05 +0200 keep track of trivial vs. nontrivial calls using "try" for 30 seconds
blanchet [Mon, 13 Sep 2010 14:29:05 +0200] rev 39337
keep track of trivial vs. nontrivial calls using "try" for 30 seconds
Mon, 13 Sep 2010 14:28:25 +0200 change signature of "Try.invoke_try" to make it more flexible
blanchet [Mon, 13 Sep 2010 14:28:25 +0200] rev 39336
change signature of "Try.invoke_try" to make it more flexible
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip