Thu, 16 Sep 2010 07:53:02 +0200 handy little script
blanchet [Thu, 16 Sep 2010 07:53:02 +0200] rev 39446
handy little script
Thu, 16 Sep 2010 07:52:47 +0200 reintroduce missing "critical"s by hand
blanchet [Thu, 16 Sep 2010 07:52:47 +0200] rev 39445
reintroduce missing "critical"s by hand
Thu, 16 Sep 2010 07:30:15 +0200 MIT license -> BSD License
blanchet [Thu, 16 Sep 2010 07:30:15 +0200] rev 39444
MIT license -> BSD License
Thu, 16 Sep 2010 07:24:04 +0200 copied the unmodified official Metis 2.3 (15 Sept. 2010) sources into Isabelle
blanchet [Thu, 16 Sep 2010 07:24:04 +0200] rev 39443
copied the unmodified official Metis 2.3 (15 Sept. 2010) sources into Isabelle
Fri, 17 Sep 2010 17:11:43 +0200 tuned;
wenzelm [Fri, 17 Sep 2010 17:11:43 +0200] rev 39442
tuned;
Fri, 17 Sep 2010 17:10:44 +0200 allow embedded reports in regular prover messages, to avoid side-effects for errors for example;
wenzelm [Fri, 17 Sep 2010 17:10:44 +0200] rev 39441
allow embedded reports in regular prover messages, to avoid side-effects for errors for example;
Fri, 17 Sep 2010 17:09:31 +0200 simplified/clarified (Context_)Position.markup/reported_text;
wenzelm [Fri, 17 Sep 2010 17:09:31 +0200] rev 39440
simplified/clarified (Context_)Position.markup/reported_text;
Fri, 17 Sep 2010 15:51:11 +0200 eliminated markup "location" in favour of more explicit "no_report", which is actually deleted from messages;
wenzelm [Fri, 17 Sep 2010 15:51:11 +0200] rev 39439
eliminated markup "location" in favour of more explicit "no_report", which is actually deleted from messages;
Thu, 16 Sep 2010 15:37:12 +0200 Isar "default" step needs to fail for solved problems, for clear distinction of '.' and '..' for example -- amending lapse introduced in 9de4d64eee3b (April 2004);
wenzelm [Thu, 16 Sep 2010 15:37:12 +0200] rev 39438
Isar "default" step needs to fail for solved problems, for clear distinction of '.' and '..' for example -- amending lapse introduced in 9de4d64eee3b (April 2004);
Thu, 16 Sep 2010 15:32:24 +0200 updated generated file;
wenzelm [Thu, 16 Sep 2010 15:32:24 +0200] rev 39437
updated generated file;
Thu, 16 Sep 2010 08:18:34 +0200 tuned whitespace
haftmann [Thu, 16 Sep 2010 08:18:34 +0200] rev 39436
tuned whitespace
Thu, 16 Sep 2010 06:49:46 +0200 reverse order of datatype declarations so that declarations only depend on already declared datatypes
boehmes [Thu, 16 Sep 2010 06:49:46 +0200] rev 39435
reverse order of datatype declarations so that declarations only depend on already declared datatypes
Wed, 15 Sep 2010 22:24:35 +0200 merged
blanchet [Wed, 15 Sep 2010 22:24:35 +0200] rev 39434
merged
Wed, 15 Sep 2010 22:20:10 +0200 make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
blanchet [Wed, 15 Sep 2010 22:20:10 +0200] rev 39433
make "metis.ML" building process slightly more robust by eliminating the need for "FILES"; instead, query the original "Makefile"
Wed, 15 Sep 2010 20:47:14 +0200 dropped obsolete src/Tools/random_word.ML -- superseded by src/Tools/Metis/src/Random.sml stemming from the Metis distribution;
wenzelm [Wed, 15 Sep 2010 20:47:14 +0200] rev 39432
dropped obsolete src/Tools/random_word.ML -- superseded by src/Tools/Metis/src/Random.sml stemming from the Metis distribution;
Wed, 15 Sep 2010 20:07:41 +0200 merged
blanchet [Wed, 15 Sep 2010 20:07:41 +0200] rev 39431
merged
Wed, 15 Sep 2010 19:55:26 +0200 document Metis updating procedure
blanchet [Wed, 15 Sep 2010 19:55:26 +0200] rev 39430
document Metis updating procedure
Wed, 15 Sep 2010 19:22:34 +0200 move "CRITICAL" to "PortableXxx", where it belongs and used to be;
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"
Wed, 15 Sep 2010 18:52:37 +0200 regenerated "metis.ML"
blanchet [Wed, 15 Sep 2010 18:52:37 +0200] rev 39428
regenerated "metis.ML"
Wed, 15 Sep 2010 18:51:48 +0200 update comment
blanchet [Wed, 15 Sep 2010 18:51:48 +0200] rev 39427
update comment
Wed, 15 Sep 2010 18:51:21 +0200 make "Unprotected concurrency introduces some true randomness." be true;
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.
Wed, 15 Sep 2010 18:27:29 +0200 fix parsing of higher-order formulas;
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
Wed, 15 Sep 2010 19:20:50 +0200 merged
haftmann [Wed, 15 Sep 2010 19:20:50 +0200] rev 39424
merged
Wed, 15 Sep 2010 16:56:31 +0200 load code_runtime immediately again
haftmann [Wed, 15 Sep 2010 16:56:31 +0200] rev 39423
load code_runtime immediately again
Wed, 15 Sep 2010 16:56:31 +0200 proper interface for code_reflect
haftmann [Wed, 15 Sep 2010 16:56:31 +0200] rev 39422
proper interface for code_reflect
Wed, 15 Sep 2010 16:47:31 +0200 introduced "holds" as synthetic datatype constructor for "prop"; moved Pure code generator setup to Code_Generator.thy
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
Wed, 15 Sep 2010 17:05:18 +0200 merged
blanchet [Wed, 15 Sep 2010 17:05:18 +0200] rev 39420
merged
Wed, 15 Sep 2010 16:23:11 +0200 "Metis." -> "Metis_" to reflect change in "metis.ML"
blanchet [Wed, 15 Sep 2010 16:23:11 +0200] rev 39419
"Metis." -> "Metis_" to reflect change in "metis.ML"
Wed, 15 Sep 2010 16:22:02 +0200 no need for "metis_env.ML" anymore;
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"
Wed, 15 Sep 2010 16:20:46 +0200 regenerate "metis.ML", this time without manual hacks
blanchet [Wed, 15 Sep 2010 16:20:46 +0200] rev 39417
regenerate "metis.ML", this time without manual hacks
Wed, 15 Sep 2010 16:19:49 +0200 remove needless file for us
blanchet [Wed, 15 Sep 2010 16:19:49 +0200] rev 39416
remove needless file for us
Wed, 15 Sep 2010 16:17:05 +0200 got rid of three crude regexps from "make_metis"
blanchet [Wed, 15 Sep 2010 16:17:05 +0200] rev 39415
got rid of three crude regexps from "make_metis"
Wed, 15 Sep 2010 16:16:33 +0200 more Isabelle-specific changes
blanchet [Wed, 15 Sep 2010 16:16:33 +0200] rev 39414
more Isabelle-specific changes
Wed, 15 Sep 2010 15:49:43 +0200 tuning
blanchet [Wed, 15 Sep 2010 15:49:43 +0200] rev 39413
tuning
Wed, 15 Sep 2010 15:49:21 +0200 rename
blanchet [Wed, 15 Sep 2010 15:49:21 +0200] rev 39412
rename
Wed, 15 Sep 2010 15:48:52 +0200 use "Metis_" prefix rather than "Metis" structure;
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".
Wed, 15 Sep 2010 15:44:44 +0200 no need for TPTP
blanchet [Wed, 15 Sep 2010 15:44:44 +0200] rev 39410
no need for TPTP
Wed, 15 Sep 2010 15:44:24 +0200 put "foldl" and "foldr" in "Useful";
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
Wed, 15 Sep 2010 15:15:49 +0200 reintroduce the CRITICAL sections from change 3880d21d6013
blanchet [Wed, 15 Sep 2010 15:15:49 +0200] rev 39408
reintroduce the CRITICAL sections from change 3880d21d6013
Wed, 15 Sep 2010 14:24:29 +0200 apply Larry's hacks directly to the "src" files;
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
Wed, 15 Sep 2010 11:47:25 +0200 "FILES" is not (anymore?) part of the official Metis sources, so move it up
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
Wed, 15 Sep 2010 16:35:49 +0200 merged
wenzelm [Wed, 15 Sep 2010 16:35:49 +0200] rev 39405
merged
Wed, 15 Sep 2010 15:40:36 +0200 Code_Runtime.value, corresponding to ML_Context.value; tuned
haftmann [Wed, 15 Sep 2010 15:40:36 +0200] rev 39404
Code_Runtime.value, corresponding to ML_Context.value; tuned
Wed, 15 Sep 2010 15:40:35 +0200 Code_Runtime.value, corresponding to ML_Context.value
haftmann [Wed, 15 Sep 2010 15:40:35 +0200] rev 39403
Code_Runtime.value, corresponding to ML_Context.value
Wed, 15 Sep 2010 15:35:01 +0200 more accurate dependencies
haftmann [Wed, 15 Sep 2010 15:35:01 +0200] rev 39402
more accurate dependencies
Wed, 15 Sep 2010 15:31:32 +0200 code_eval renamed to code_runtime
haftmann [Wed, 15 Sep 2010 15:31:32 +0200] rev 39401
code_eval renamed to code_runtime
Wed, 15 Sep 2010 16:22:12 +0200 merged
wenzelm [Wed, 15 Sep 2010 16:22:12 +0200] rev 39400
merged
Wed, 15 Sep 2010 15:11:40 +0200 static nbe conversion
haftmann [Wed, 15 Sep 2010 15:11:40 +0200] rev 39399
static nbe conversion
Wed, 15 Sep 2010 15:11:39 +0200 ignore code cache optionally; corrected scope of term value in static_eval_conv
haftmann [Wed, 15 Sep 2010 15:11:39 +0200] rev 39398
ignore code cache optionally; corrected scope of term value in static_eval_conv
Wed, 15 Sep 2010 15:11:39 +0200 ignore code cache optionally
haftmann [Wed, 15 Sep 2010 15:11:39 +0200] rev 39397
ignore code cache optionally
Wed, 15 Sep 2010 13:44:11 +0200 dropped redundant normal_form command
haftmann [Wed, 15 Sep 2010 13:44:11 +0200] rev 39396
dropped redundant normal_form command
Wed, 15 Sep 2010 13:44:10 +0200 more explicit theory name
haftmann [Wed, 15 Sep 2010 13:44:10 +0200] rev 39395
more explicit theory name
Wed, 15 Sep 2010 13:44:10 +0200 more accurate dependencies
haftmann [Wed, 15 Sep 2010 13:44:10 +0200] rev 39394
more accurate dependencies
Wed, 15 Sep 2010 12:16:35 +0200 merged
haftmann [Wed, 15 Sep 2010 12:16:35 +0200] rev 39393
merged
Wed, 15 Sep 2010 12:11:11 +0200 more clear separation of static compilation and dynamic evaluation
haftmann [Wed, 15 Sep 2010 12:11:11 +0200] rev 39392
more clear separation of static compilation and dynamic evaluation
Wed, 15 Sep 2010 16:06:52 +0200 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: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;
Wed, 15 Sep 2010 16:04:40 +0200 isatest: reactivated kodkodi and thus HOL-Nitpick_Examples -- being now on a local file system greatly increases the chance that it works;
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;
Wed, 15 Sep 2010 12:16:08 +0200 merged
haftmann [Wed, 15 Sep 2010 12:16:08 +0200] rev 39389
merged
Wed, 15 Sep 2010 11:30:32 +0200 replaced ML_Context.evaluate by ML_Context.value -- using context data instead of bare metal references
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
Wed, 15 Sep 2010 11:30:31 +0200 replaced ML_Context.evaluate by ML_Context.value -- using context data instead of bare metal references; tuned structures
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
Wed, 15 Sep 2010 10:45:22 +0200 merge
blanchet [Wed, 15 Sep 2010 10:45:22 +0200] rev 39386
merge
Wed, 15 Sep 2010 10:43:57 +0200 compile on SML/NJ
blanchet [Wed, 15 Sep 2010 10:43:57 +0200] rev 39385
compile on SML/NJ
Wed, 15 Sep 2010 10:26:09 +0200 in debug mode, don't touch "$true" and "$false"
blanchet [Wed, 15 Sep 2010 10:26:09 +0200] rev 39384
in debug mode, don't touch "$true" and "$false"
Wed, 15 Sep 2010 09:36:39 +0200 adding option show_invalid_clauses for a more detailed message when modes are not inferred
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
Wed, 15 Sep 2010 09:36:38 +0200 proposed modes for code_pred now supports modes for mutual predicates
bulwahn [Wed, 15 Sep 2010 09:36:38 +0200] rev 39382
proposed modes for code_pred now supports modes for mutual predicates
Wed, 15 Sep 2010 08:58:34 +0200 merged
haftmann [Wed, 15 Sep 2010 08:58:34 +0200] rev 39381
merged
Mon, 13 Sep 2010 16:43:23 +0200 established emerging canonical names *_eqI and *_eq_iff
haftmann [Mon, 13 Sep 2010 16:43:23 +0200] rev 39380
established emerging canonical names *_eqI and *_eq_iff
Mon, 13 Sep 2010 16:43:23 +0200 moved lemmas map_of_eqI and map_of_eq_dom to Map.thy
haftmann [Mon, 13 Sep 2010 16:43:23 +0200] rev 39379
moved lemmas map_of_eqI and map_of_eq_dom to Map.thy
Mon, 13 Sep 2010 16:15:12 +0200 more precise name for activation of improveable syntax
haftmann [Mon, 13 Sep 2010 16:15:12 +0200] rev 39378
more precise name for activation of improveable syntax
Tue, 14 Sep 2010 23:38:36 +0200 tuning
blanchet [Tue, 14 Sep 2010 23:38:36 +0200] rev 39377
tuning
Tue, 14 Sep 2010 23:38:20 +0200 tuning
blanchet [Tue, 14 Sep 2010 23:38:20 +0200] rev 39376
tuning
Tue, 14 Sep 2010 23:37:34 +0200 prefer version 0.6 of Vampire, now that we can parse its output
blanchet [Tue, 14 Sep 2010 23:37:34 +0200] rev 39375
prefer version 0.6 of Vampire, now that we can parse its output
Tue, 14 Sep 2010 23:36:23 +0200 fix splitting of proof lines for one-line metis calls;
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)
Tue, 14 Sep 2010 23:01:29 +0200 finish support for E 1.2 proof reconstruction;
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)
Tue, 14 Sep 2010 20:07:18 +0200 first step in generalizing to nonnumeric proof step names (e.g. remote Vampire 0.6)
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)
Tue, 14 Sep 2010 19:40:19 +0200 clarify message
blanchet [Tue, 14 Sep 2010 19:40:19 +0200] rev 39371
clarify message
Tue, 14 Sep 2010 19:38:44 +0200 use same hack as in "Async_Manager" to work around Proof General bug
blanchet [Tue, 14 Sep 2010 19:38:44 +0200] rev 39370
use same hack as in "Async_Manager" to work around Proof General bug
Tue, 14 Sep 2010 19:38:18 +0200 export function
blanchet [Tue, 14 Sep 2010 19:38:18 +0200] rev 39369
export function
Tue, 14 Sep 2010 17:36:27 +0200 generalize proof reconstruction code;
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
Tue, 14 Sep 2010 17:23:16 +0200 tuning
blanchet [Tue, 14 Sep 2010 17:23:16 +0200] rev 39367
tuning
Tue, 14 Sep 2010 16:34:26 +0200 handle relevance filter corner cases more gracefully;
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"
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
Mon, 13 Sep 2010 13:12:33 +0200 use 30 s instead of 60 s as the default Sledgehammer timeout;
blanchet [Mon, 13 Sep 2010 13:12:33 +0200] rev 39335
use 30 s instead of 60 s as the default Sledgehammer timeout; very few proofs are lost this way (esp. thanks to the parallel use of provers, cf. Boehme & Nipkow 2010), and this is much more tolerable for users
Mon, 13 Sep 2010 09:36:34 +0200 no timeout for Auto Try, since the Auto Tools framework takes care of timeouts
blanchet [Mon, 13 Sep 2010 09:36:34 +0200] rev 39334
no timeout for Auto Try, since the Auto Tools framework takes care of timeouts
Sat, 11 Sep 2010 16:41:15 +0200 add Proof General option
blanchet [Sat, 11 Sep 2010 16:41:15 +0200] rev 39333
add Proof General option
Sat, 11 Sep 2010 16:39:54 +0200 make Try's output more concise
blanchet [Sat, 11 Sep 2010 16:39:54 +0200] rev 39332
make Try's output more concise
Sat, 11 Sep 2010 16:36:23 +0200 added Auto Try to the mix of automatic tools
blanchet [Sat, 11 Sep 2010 16:36:23 +0200] rev 39331
added Auto Try to the mix of automatic tools
Sat, 11 Sep 2010 16:19:32 +0200 crank up Auto Tools timeout;
blanchet [Sat, 11 Sep 2010 16:19:32 +0200] rev 39330
crank up Auto Tools timeout; instead of 2500 ms (for Auto Solve) + 2500 ms (for Auto Quickcheck/Nitpick), have 4000 ms as the cumulative timeout
Sat, 11 Sep 2010 12:32:31 +0200 make Auto Solve part of the "Auto Tools"
blanchet [Sat, 11 Sep 2010 12:32:31 +0200] rev 39329
make Auto Solve part of the "Auto Tools"
Sat, 11 Sep 2010 12:31:58 +0200 tuning
blanchet [Sat, 11 Sep 2010 12:31:58 +0200] rev 39328
tuning
Sat, 11 Sep 2010 12:31:42 +0200 tuning
blanchet [Sat, 11 Sep 2010 12:31:42 +0200] rev 39327
tuning
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip