Wed, 28 Apr 2010 16:47:56 +0200 remove removed option
blanchet [Wed, 28 Apr 2010 16:47:56 +0200] rev 36498
remove removed option
Wed, 28 Apr 2010 16:15:45 +0200 merge
blanchet [Wed, 28 Apr 2010 16:15:45 +0200] rev 36497
merge
Wed, 28 Apr 2010 16:14:56 +0200 parentheses around nested cases
blanchet [Wed, 28 Apr 2010 16:14:56 +0200] rev 36496
parentheses around nested cases
Wed, 28 Apr 2010 16:06:27 +0200 merged
blanchet [Wed, 28 Apr 2010 16:06:27 +0200] rev 36495
merged
Wed, 28 Apr 2010 16:05:38 +0200 add an Isar proof found with Sledgehammer that involves a Skolem constant (internally)
blanchet [Wed, 28 Apr 2010 16:05:38 +0200] rev 36494
add an Isar proof found with Sledgehammer that involves a Skolem constant (internally)
Wed, 28 Apr 2010 16:03:49 +0200 reintroduced short names for HOL->FOL constants; other parts of the code rely on these
blanchet [Wed, 28 Apr 2010 16:03:49 +0200] rev 36493
reintroduced short names for HOL->FOL constants; other parts of the code rely on these
Wed, 28 Apr 2010 15:53:17 +0200 save the name of Skolemized variables in Sledgehammer for use in the proof reconstruction code
blanchet [Wed, 28 Apr 2010 15:53:17 +0200] rev 36492
save the name of Skolemized variables in Sledgehammer for use in the proof reconstruction code
Wed, 28 Apr 2010 15:34:55 +0200 unskolemize formulas in proof reconstruction + detect newer SPASS versions to avoid truncating identifiers if not necessary (truncating confuses proof reconstruction)
blanchet [Wed, 28 Apr 2010 15:34:55 +0200] rev 36491
unskolemize formulas in proof reconstruction + detect newer SPASS versions to avoid truncating identifiers if not necessary (truncating confuses proof reconstruction)
Wed, 28 Apr 2010 14:19:26 +0200 redo Sledgehammer proofs (and get rid of "neg_clausify")
blanchet [Wed, 28 Apr 2010 14:19:26 +0200] rev 36490
redo Sledgehammer proofs (and get rid of "neg_clausify")
Wed, 28 Apr 2010 13:32:45 +0200 removed "sorts" option, continued
blanchet [Wed, 28 Apr 2010 13:32:45 +0200] rev 36489
removed "sorts" option, continued
Wed, 28 Apr 2010 13:00:30 +0200 remove Sledgehammer's "sorts" option to annotate variables with sorts in proof;
blanchet [Wed, 28 Apr 2010 13:00:30 +0200] rev 36488
remove Sledgehammer's "sorts" option to annotate variables with sorts in proof; what we need is smarter type annotations for variables _and_ constants
Wed, 28 Apr 2010 12:49:52 +0200 insert a nice proof found by Vampire, which demonstrates the use of "let" in Isar proofs
blanchet [Wed, 28 Apr 2010 12:49:52 +0200] rev 36487
insert a nice proof found by Vampire, which demonstrates the use of "let" in Isar proofs
Wed, 28 Apr 2010 12:46:50 +0200 support Vampire definitions of constants as "let" constructs in Isar proofs
blanchet [Wed, 28 Apr 2010 12:46:50 +0200] rev 36486
support Vampire definitions of constants as "let" constructs in Isar proofs
Tue, 27 Apr 2010 18:58:05 +0200 tuning
blanchet [Tue, 27 Apr 2010 18:58:05 +0200] rev 36485
tuning
Tue, 27 Apr 2010 18:07:51 +0200 redid the proofs with the latest Sledgehammer;
blanchet [Tue, 27 Apr 2010 18:07:51 +0200] rev 36484
redid the proofs with the latest Sledgehammer; both an exercise and (for a few proofs) a demonstration of the new Isar proof code
Tue, 27 Apr 2010 18:02:46 +0200 remove Nitpick functions that are now implemented in Sledgehammer
blanchet [Tue, 27 Apr 2010 18:02:46 +0200] rev 36483
remove Nitpick functions that are now implemented in Sledgehammer
Tue, 27 Apr 2010 18:01:41 +0200 added total goal count as argument + message when killing ATPs
blanchet [Tue, 27 Apr 2010 18:01:41 +0200] rev 36482
added total goal count as argument + message when killing ATPs
Tue, 27 Apr 2010 17:44:33 +0200 make Sledgehammer more friendly if no subgoal is left
blanchet [Tue, 27 Apr 2010 17:44:33 +0200] rev 36481
make Sledgehammer more friendly if no subgoal is left
Tue, 27 Apr 2010 17:05:39 +0200 polish Isar proofs: don't mention facts twice, and don't show one-liner "structured" proofs
blanchet [Tue, 27 Apr 2010 17:05:39 +0200] rev 36480
polish Isar proofs: don't mention facts twice, and don't show one-liner "structured" proofs
Tue, 27 Apr 2010 16:12:51 +0200 reintroduce missing "gen_all_vars" call
blanchet [Tue, 27 Apr 2010 16:12:51 +0200] rev 36479
reintroduce missing "gen_all_vars" call
Tue, 27 Apr 2010 16:00:20 +0200 fix types of "fix" variables to help proof reconstruction and aid readability
blanchet [Tue, 27 Apr 2010 16:00:20 +0200] rev 36478
fix types of "fix" variables to help proof reconstruction and aid readability
Tue, 27 Apr 2010 14:55:10 +0200 allow schematic variables in types in terms that are reconstructed by Sledgehammer
blanchet [Tue, 27 Apr 2010 14:55:10 +0200] rev 36477
allow schematic variables in types in terms that are reconstructed by Sledgehammer
Tue, 27 Apr 2010 14:27:47 +0200 in Sledgehammer "debug" mode, the names of most variables are already short and sweet, so most of the entries of the "const_trans_table" don't have a raison d'etre anymore
blanchet [Tue, 27 Apr 2010 14:27:47 +0200] rev 36476
in Sledgehammer "debug" mode, the names of most variables are already short and sweet, so most of the entries of the "const_trans_table" don't have a raison d'etre anymore
Tue, 27 Apr 2010 12:07:07 +0200 new Isar proof construction code: stringfy axiom names correctly
blanchet [Tue, 27 Apr 2010 12:07:07 +0200] rev 36475
new Isar proof construction code: stringfy axiom names correctly
Tue, 27 Apr 2010 11:44:01 +0200 honor "shrink_proof" Sledgehammer option
blanchet [Tue, 27 Apr 2010 11:44:01 +0200] rev 36474
honor "shrink_proof" Sledgehammer option
Tue, 27 Apr 2010 11:24:47 +0200 remove "higher_order" option from Sledgehammer -- the "smart" default is good enough
blanchet [Tue, 27 Apr 2010 11:24:47 +0200] rev 36473
remove "higher_order" option from Sledgehammer -- the "smart" default is good enough
Wed, 28 Apr 2010 15:42:10 +0200 updated keywords
haftmann [Wed, 28 Apr 2010 15:42:10 +0200] rev 36472
updated keywords
Wed, 28 Apr 2010 15:17:13 +0200 exported cert_tyco, read_tyco
haftmann [Wed, 28 Apr 2010 15:17:13 +0200] rev 36471
exported cert_tyco, read_tyco
Wed, 28 Apr 2010 15:17:09 +0200 added code_reflect command
haftmann [Wed, 28 Apr 2010 15:17:09 +0200] rev 36470
added code_reflect command
Wed, 28 Apr 2010 14:54:17 +0200 merged
haftmann [Wed, 28 Apr 2010 14:54:17 +0200] rev 36469
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip