blanchet [Tue, 29 Jun 2010 11:20:05 +0200] rev 37631
compile
blanchet [Tue, 29 Jun 2010 11:14:52 +0200] rev 37630
compile
blanchet [Tue, 29 Jun 2010 11:03:26 +0200] rev 37629
more elegant cheating
blanchet [Tue, 29 Jun 2010 10:56:45 +0200] rev 37628
Sledgehammer can save some msecs by cheating
blanchet [Tue, 29 Jun 2010 10:36:36 +0200] rev 37627
more precise error message for remote ATPs
blanchet [Tue, 29 Jun 2010 10:25:53 +0200] rev 37626
move blacklisting completely out of the clausifier;
the only reason it was in the clausifier as well was the Skolem cache
blanchet [Tue, 29 Jun 2010 09:26:56 +0200] rev 37625
rename "skolem_somes" to "skolems", now that there's only one flavor of Skolems
blanchet [Tue, 29 Jun 2010 09:19:16 +0200] rev 37624
move "nice names" from Metis to TPTP format
blanchet [Tue, 29 Jun 2010 09:05:37 +0200] rev 37623
move functions not needed by Metis out of "Metis_Clauses"
blanchet [Mon, 28 Jun 2010 18:47:07 +0200] rev 37622
no setup is necessary anymore
blanchet [Mon, 28 Jun 2010 18:46:42 +0200] rev 37621
adapt call
blanchet [Mon, 28 Jun 2010 18:15:40 +0200] rev 37620
remove obsolete component of CNF clause tuple (and reorder it)
blanchet [Mon, 28 Jun 2010 18:08:36 +0200] rev 37619
killed "expand_defs_tac";
it has no raison d'etre now that Skolemization is always done "inline";
the comment in the code suggested that it was used for other things as well but the code clearly did nothing if no Skolem "Frees" were in the problem
blanchet [Mon, 28 Jun 2010 18:02:36 +0200] rev 37618
get rid of Skolem cache by performing CNF-conversion after fact selection
blanchet [Mon, 28 Jun 2010 17:32:28 +0200] rev 37617
always perform "inline" skolemization, polymorphism or not, Skolem cache or not
blanchet [Mon, 28 Jun 2010 17:31:38 +0200] rev 37616
always perform relevance filtering on original formulas
haftmann [Tue, 29 Jun 2010 11:25:30 +0200] rev 37615
merged
haftmann [Tue, 29 Jun 2010 11:25:25 +0200] rev 37614
split off predicate compiler into separate theory
haftmann [Tue, 29 Jun 2010 11:25:04 +0200] rev 37613
split off predicate compiler into separate theory
haftmann [Tue, 29 Jun 2010 11:25:04 +0200] rev 37612
adapted to reorganization of auxiliary list operations; split off predicate compiler into separate theory
haftmann [Tue, 29 Jun 2010 11:25:03 +0200] rev 37611
adapted to change in interface
haftmann [Tue, 29 Jun 2010 11:25:03 +0200] rev 37610
updated generated document
Christian Urban <urbanc@in.tum.de> [Tue, 29 Jun 2010 09:37:23 +0100] rev 37609
tuned
haftmann [Tue, 29 Jun 2010 07:55:18 +0200] rev 37608
merged
haftmann [Mon, 28 Jun 2010 15:32:27 +0200] rev 37607
tuned theory text
haftmann [Mon, 28 Jun 2010 15:32:26 +0200] rev 37606
inner_simps is not enough, need also local facts
haftmann [Mon, 28 Jun 2010 15:32:26 +0200] rev 37605
put section on distinctness before listsum; refined code generation operations; dropped ancient infix mem
haftmann [Mon, 28 Jun 2010 15:32:25 +0200] rev 37604
explicit is better than implicit
haftmann [Mon, 28 Jun 2010 15:32:25 +0200] rev 37603
avoid List.all
haftmann [Mon, 28 Jun 2010 15:32:24 +0200] rev 37602
tuned whitespace
haftmann [Mon, 28 Jun 2010 15:32:24 +0200] rev 37601
tuned lemma formulations
haftmann [Mon, 28 Jun 2010 15:32:24 +0200] rev 37600
list_ex replaces list_exists
haftmann [Mon, 28 Jun 2010 15:32:20 +0200] rev 37599
tuned syntax
haftmann [Mon, 28 Jun 2010 15:32:17 +0200] rev 37598
explicit is better than implicit
haftmann [Mon, 28 Jun 2010 15:32:13 +0200] rev 37597
modernized specifications
haftmann [Mon, 28 Jun 2010 15:32:08 +0200] rev 37596
dropped ancient infix mem
haftmann [Mon, 28 Jun 2010 15:32:06 +0200] rev 37595
dropped ancient infix mem; refined code generation operations in List.thy
Christian Urban <urbanc@in.tum.de> [Tue, 29 Jun 2010 02:18:08 +0100] rev 37594
cosmetics: avoided statement of raw theorems, used the method descending instead
Christian Urban <urbanc@in.tum.de> [Tue, 29 Jun 2010 01:38:29 +0100] rev 37593
separated the lifting and descending procedures in the quotient package
Christian Urban <urbanc@in.tum.de> [Mon, 28 Jun 2010 16:20:39 +0100] rev 37592
separation of translations in derive_qtrm / derive_rtrm (similarly for types)
haftmann [Mon, 28 Jun 2010 15:03:07 +0200] rev 37591
merged constants "split" and "prod_case"
haftmann [Mon, 28 Jun 2010 15:03:07 +0200] rev 37590
merged constants "split" and "prod_case" -- nitpick behaves differently
haftmann [Mon, 28 Jun 2010 15:03:06 +0200] rev 37589
tuned whitespace
blanchet [Mon, 28 Jun 2010 13:36:21 +0200] rev 37588
merged
blanchet [Mon, 28 Jun 2010 11:04:02 +0200] rev 37587
compile
blanchet [Mon, 28 Jun 2010 08:55:46 +0200] rev 37586
merged
blanchet [Fri, 25 Jun 2010 23:35:14 +0200] rev 37585
multiplexing
blanchet [Fri, 25 Jun 2010 18:34:06 +0200] rev 37584
factor out thread creation