blanchet [Wed, 15 Sep 2010 19:55:26 +0200] rev 39430
document Metis updating procedure
blanchet [Wed, 15 Sep 2010 19:22:34 +0200] rev 39429
move "CRITICAL" to "PortableXxx", where it belongs and used to be;
now that it is no longer used in "Random.sml"
blanchet [Wed, 15 Sep 2010 18:52:37 +0200] rev 39428
regenerated "metis.ML"
blanchet [Wed, 15 Sep 2010 18:51:48 +0200] rev 39427
update comment
blanchet [Wed, 15 Sep 2010 18:51:21 +0200] rev 39426
make "Unprotected concurrency introduces some true randomness." be true;
this code is called often and doesn't need to be considered critical. I added CRITICAL by mistake.
blanchet [Wed, 15 Sep 2010 18:27:29 +0200] rev 39425
fix parsing of higher-order formulas;
this code was never exercised before because the current ATPs perform clausification, but someday ATPs might support FOF natively
haftmann [Wed, 15 Sep 2010 19:20:50 +0200] rev 39424
merged
haftmann [Wed, 15 Sep 2010 16:56:31 +0200] rev 39423
load code_runtime immediately again
haftmann [Wed, 15 Sep 2010 16:56:31 +0200] rev 39422
proper interface for code_reflect
haftmann [Wed, 15 Sep 2010 16:47:31 +0200] rev 39421
introduced "holds" as synthetic datatype constructor for "prop"; moved Pure code generator setup to Code_Generator.thy
blanchet [Wed, 15 Sep 2010 17:05:18 +0200] rev 39420
merged
blanchet [Wed, 15 Sep 2010 16:23:11 +0200] rev 39419
"Metis." -> "Metis_" to reflect change in "metis.ML"
blanchet [Wed, 15 Sep 2010 16:22:02 +0200] rev 39418
no need for "metis_env.ML" anymore;
it was a neat solution but it didn't work anymore once I removed the "structure Metis"
blanchet [Wed, 15 Sep 2010 16:20:46 +0200] rev 39417
regenerate "metis.ML", this time without manual hacks
blanchet [Wed, 15 Sep 2010 16:19:49 +0200] rev 39416
remove needless file for us
blanchet [Wed, 15 Sep 2010 16:17:05 +0200] rev 39415
got rid of three crude regexps from "make_metis"
blanchet [Wed, 15 Sep 2010 16:16:33 +0200] rev 39414
more Isabelle-specific changes
blanchet [Wed, 15 Sep 2010 15:49:43 +0200] rev 39413
tuning
blanchet [Wed, 15 Sep 2010 15:49:21 +0200] rev 39412
rename
blanchet [Wed, 15 Sep 2010 15:48:52 +0200] rev 39411
use "Metis_" prefix rather than "Metis" structure;
the prefix can then be used not only for structures but also signatures and functors. A few other changes were made to the script, to eliminate the need for "metis_env.ML".
blanchet [Wed, 15 Sep 2010 15:44:44 +0200] rev 39410
no need for TPTP
blanchet [Wed, 15 Sep 2010 15:44:24 +0200] rev 39409
put "foldl" and "foldr" in "Useful";
Isabelle hides those symbols from List, but by adding them to Useful we have them throughout Metis without "List." prefix
blanchet [Wed, 15 Sep 2010 15:15:49 +0200] rev 39408
reintroduce the CRITICAL sections from change 3880d21d6013
blanchet [Wed, 15 Sep 2010 14:24:29 +0200] rev 39407
apply Larry's hacks directly to the "src" files;
these hacks modify the defaults of Metis heuristics and are necessary for backward compatibility
blanchet [Wed, 15 Sep 2010 11:47:25 +0200] rev 39406
"FILES" is not (anymore?) part of the official Metis sources, so move it up
wenzelm [Wed, 15 Sep 2010 16:35:49 +0200] rev 39405
merged
haftmann [Wed, 15 Sep 2010 15:40:36 +0200] rev 39404
Code_Runtime.value, corresponding to ML_Context.value; tuned
haftmann [Wed, 15 Sep 2010 15:40:35 +0200] rev 39403
Code_Runtime.value, corresponding to ML_Context.value
haftmann [Wed, 15 Sep 2010 15:35:01 +0200] rev 39402
more accurate dependencies
haftmann [Wed, 15 Sep 2010 15:31:32 +0200] rev 39401
code_eval renamed to code_runtime
wenzelm [Wed, 15 Sep 2010 16:22:12 +0200] rev 39400
merged
haftmann [Wed, 15 Sep 2010 15:11:40 +0200] rev 39399
static nbe conversion
haftmann [Wed, 15 Sep 2010 15:11:39 +0200] rev 39398
ignore code cache optionally; corrected scope of term value in static_eval_conv
haftmann [Wed, 15 Sep 2010 15:11:39 +0200] rev 39397
ignore code cache optionally
haftmann [Wed, 15 Sep 2010 13:44:11 +0200] rev 39396
dropped redundant normal_form command
haftmann [Wed, 15 Sep 2010 13:44:10 +0200] rev 39395
more explicit theory name
haftmann [Wed, 15 Sep 2010 13:44:10 +0200] rev 39394
more accurate dependencies
haftmann [Wed, 15 Sep 2010 12:16:35 +0200] rev 39393
merged
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