haftmann [Wed, 15 Sep 2010 12:11:11 +0200] rev 39392
more clear separation of static compilation and dynamic evaluation
wenzelm [Wed, 15 Sep 2010 16:06:52 +0200] rev 39391
Document.async_state: some attempts to make this more robust wrt. cancelation of the main transaction -- avoid confusing feedback about pending forks;
wenzelm [Wed, 15 Sep 2010 16:04:40 +0200] rev 39390
isatest: reactivated kodkodi and thus HOL-Nitpick_Examples -- being now on a local file system greatly increases the chance that it works;
haftmann [Wed, 15 Sep 2010 12:16:08 +0200] rev 39389
merged
haftmann [Wed, 15 Sep 2010 11:30:32 +0200] rev 39388
replaced ML_Context.evaluate by ML_Context.value -- using context data instead of bare metal references
haftmann [Wed, 15 Sep 2010 11:30:31 +0200] rev 39387
replaced ML_Context.evaluate by ML_Context.value -- using context data instead of bare metal references; tuned structures
blanchet [Wed, 15 Sep 2010 10:45:22 +0200] rev 39386
merge
blanchet [Wed, 15 Sep 2010 10:43:57 +0200] rev 39385
compile on SML/NJ
blanchet [Wed, 15 Sep 2010 10:26:09 +0200] rev 39384
in debug mode, don't touch "$true" and "$false"
bulwahn [Wed, 15 Sep 2010 09:36:39 +0200] rev 39383
adding option show_invalid_clauses for a more detailed message when modes are not inferred
bulwahn [Wed, 15 Sep 2010 09:36:38 +0200] rev 39382
proposed modes for code_pred now supports modes for mutual predicates
haftmann [Wed, 15 Sep 2010 08:58:34 +0200] rev 39381
merged
haftmann [Mon, 13 Sep 2010 16:43:23 +0200] rev 39380
established emerging canonical names *_eqI and *_eq_iff
haftmann [Mon, 13 Sep 2010 16:43:23 +0200] rev 39379
moved lemmas map_of_eqI and map_of_eq_dom to Map.thy
haftmann [Mon, 13 Sep 2010 16:15:12 +0200] rev 39378
more precise name for activation of improveable syntax
blanchet [Tue, 14 Sep 2010 23:38:36 +0200] rev 39377
tuning
blanchet [Tue, 14 Sep 2010 23:38:20 +0200] rev 39376
tuning
blanchet [Tue, 14 Sep 2010 23:37:34 +0200] rev 39375
prefer version 0.6 of Vampire, now that we can parse its output
blanchet [Tue, 14 Sep 2010 23:36:23 +0200] rev 39374
fix splitting of proof lines for one-line metis calls;
needed for newly supported ATPs (Vampire 0.6 local and remote, SNARK)
blanchet [Tue, 14 Sep 2010 23:01:29 +0200] rev 39373
finish support for E 1.2 proof reconstruction;
this involves picking up the axiom and conjecture names specified using a "file" annotation in the TSTP file, since we cannot rely anymore on formula numbers (E 1.2 adds a strange offset)
blanchet [Tue, 14 Sep 2010 20:07:18 +0200] rev 39372
first step in generalizing to nonnumeric proof step names (e.g. remote Vampire 0.6)
blanchet [Tue, 14 Sep 2010 19:40:19 +0200] rev 39371
clarify message
blanchet [Tue, 14 Sep 2010 19:38:44 +0200] rev 39370
use same hack as in "Async_Manager" to work around Proof General bug
blanchet [Tue, 14 Sep 2010 19:38:18 +0200] rev 39369
export function
blanchet [Tue, 14 Sep 2010 17:36:27 +0200] rev 39368
generalize proof reconstruction code;
first step towards support for nonnumeric formula names, needed for E 1.2
blanchet [Tue, 14 Sep 2010 17:23:16 +0200] rev 39367
tuning
blanchet [Tue, 14 Sep 2010 16:34:26 +0200] rev 39366
handle relevance filter corner cases more gracefully;
e.g. the minimizer selects 15 facts but "max_relevant = 14"
blanchet [Tue, 14 Sep 2010 16:33:38 +0200] rev 39365
remove more clutter related to old "fast_descrs" optimization
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
blanchet [Tue, 14 Sep 2010 14:47:53 +0200] rev 39363
added a timeout around "try" call in Mirabelle
blanchet [Tue, 14 Sep 2010 14:22:49 +0200] rev 39362
adapt examples to latest Nitpick changes + speed them up a little bit
blanchet [Tue, 14 Sep 2010 14:12:18 +0200] rev 39361
tuning
blanchet [Tue, 14 Sep 2010 13:44:43 +0200] rev 39360
eliminate more clutter related to "fast_descrs" optimization
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
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.
blanchet [Tue, 14 Sep 2010 11:18:40 +0200] rev 39357
speed up helper function
blanchet [Tue, 14 Sep 2010 11:07:23 +0200] rev 39356
tuning
blanchet [Tue, 14 Sep 2010 09:12:28 +0200] rev 39355
rename internal Sledgehammer constant
blanchet [Tue, 14 Sep 2010 08:50:46 +0200] rev 39354
merged
blanchet [Mon, 13 Sep 2010 21:24:10 +0200] rev 39353
merged
blanchet [Mon, 13 Sep 2010 21:23:09 +0200] rev 39352
adapt to latest Metis version
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
blanchet [Mon, 13 Sep 2010 21:19:13 +0200] rev 39350
update scripts
blanchet [Mon, 13 Sep 2010 21:11:59 +0200] rev 39349
change license, with Joe Hurd's permission
blanchet [Mon, 13 Sep 2010 21:09:43 +0200] rev 39348
new version of the Metis files
blanchet [Mon, 13 Sep 2010 21:08:15 +0200] rev 39347
remove old sources
blanchet [Mon, 13 Sep 2010 20:27:40 +0200] rev 39346
remove "atoms" from the list of options with default values
blanchet [Mon, 13 Sep 2010 20:21:40 +0200] rev 39345
remove unreferenced identifiers