Wed, 30 Jun 2010 18:03:34 +0200 rewrote the TPTP problem generation code more or less from scratch;
blanchet [Wed, 30 Jun 2010 18:03:34 +0200] rev 37643
rewrote the TPTP problem generation code more or less from scratch; there is now an explicit AST data structure which will make it easy to support alternative formats (e.g., DFG, sorted TPTP, sorted DFG); also, if "full_types" is enabled, "hAPP" is then tagged properly
Tue, 29 Jun 2010 13:23:13 +0200 rename functions
blanchet [Tue, 29 Jun 2010 13:23:13 +0200] rev 37642
rename functions
Wed, 30 Jun 2010 11:39:10 +0200 merged
haftmann [Wed, 30 Jun 2010 11:39:10 +0200] rev 37641
merged
Wed, 30 Jun 2010 11:38:51 +0200 unfold_fun_n
haftmann [Wed, 30 Jun 2010 11:38:51 +0200] rev 37640
unfold_fun_n
Wed, 30 Jun 2010 11:38:51 +0200 pervasive tuning of code
haftmann [Wed, 30 Jun 2010 11:38:51 +0200] rev 37639
pervasive tuning of code
Wed, 30 Jun 2010 11:38:51 +0200 explicit printing function for applify
haftmann [Wed, 30 Jun 2010 11:38:51 +0200] rev 37638
explicit printing function for applify
Tue, 29 Jun 2010 22:59:29 +0200 fail with low-level exception, not user error;
wenzelm [Tue, 29 Jun 2010 22:59:29 +0200] rev 37637
fail with low-level exception, not user error;
Tue, 29 Jun 2010 21:56:31 +0200 eliminated some unused bindings;
wenzelm [Tue, 29 Jun 2010 21:56:31 +0200] rev 37636
eliminated some unused bindings;
Tue, 29 Jun 2010 21:46:47 +0200 recovered some indentation from the depths of time;
wenzelm [Tue, 29 Jun 2010 21:46:47 +0200] rev 37635
recovered some indentation from the depths of time;
Tue, 29 Jun 2010 17:03:59 +0100 cleaned by using descending instead of lifting
Christian Urban <urbanc@in.tum.de> [Tue, 29 Jun 2010 17:03:59 +0100] rev 37634
cleaned by using descending instead of lifting
Tue, 29 Jun 2010 11:38:51 +0200 merged
blanchet [Tue, 29 Jun 2010 11:38:51 +0200] rev 37633
merged
Tue, 29 Jun 2010 11:29:31 +0200 move function
blanchet [Tue, 29 Jun 2010 11:29:31 +0200] rev 37632
move function
Tue, 29 Jun 2010 11:20:05 +0200 compile
blanchet [Tue, 29 Jun 2010 11:20:05 +0200] rev 37631
compile
Tue, 29 Jun 2010 11:14:52 +0200 compile
blanchet [Tue, 29 Jun 2010 11:14:52 +0200] rev 37630
compile
Tue, 29 Jun 2010 11:03:26 +0200 more elegant cheating
blanchet [Tue, 29 Jun 2010 11:03:26 +0200] rev 37629
more elegant cheating
Tue, 29 Jun 2010 10:56:45 +0200 Sledgehammer can save some msecs by cheating
blanchet [Tue, 29 Jun 2010 10:56:45 +0200] rev 37628
Sledgehammer can save some msecs by cheating
Tue, 29 Jun 2010 10:36:36 +0200 more precise error message for remote ATPs
blanchet [Tue, 29 Jun 2010 10:36:36 +0200] rev 37627
more precise error message for remote ATPs
Tue, 29 Jun 2010 10:25:53 +0200 move blacklisting completely out of the clausifier;
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
Tue, 29 Jun 2010 09:26:56 +0200 rename "skolem_somes" to "skolems", now that there's only one flavor of Skolems
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
Tue, 29 Jun 2010 09:19:16 +0200 move "nice names" from Metis to TPTP format
blanchet [Tue, 29 Jun 2010 09:19:16 +0200] rev 37624
move "nice names" from Metis to TPTP format
Tue, 29 Jun 2010 09:05:37 +0200 move functions not needed by Metis out of "Metis_Clauses"
blanchet [Tue, 29 Jun 2010 09:05:37 +0200] rev 37623
move functions not needed by Metis out of "Metis_Clauses"
Mon, 28 Jun 2010 18:47:07 +0200 no setup is necessary anymore
blanchet [Mon, 28 Jun 2010 18:47:07 +0200] rev 37622
no setup is necessary anymore
Mon, 28 Jun 2010 18:46:42 +0200 adapt call
blanchet [Mon, 28 Jun 2010 18:46:42 +0200] rev 37621
adapt call
Mon, 28 Jun 2010 18:15:40 +0200 remove obsolete component of CNF clause tuple (and reorder it)
blanchet [Mon, 28 Jun 2010 18:15:40 +0200] rev 37620
remove obsolete component of CNF clause tuple (and reorder it)
Mon, 28 Jun 2010 18:08:36 +0200 killed "expand_defs_tac";
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
Mon, 28 Jun 2010 18:02:36 +0200 get rid of Skolem cache by performing CNF-conversion after fact selection
blanchet [Mon, 28 Jun 2010 18:02:36 +0200] rev 37618
get rid of Skolem cache by performing CNF-conversion after fact selection
Mon, 28 Jun 2010 17:32:28 +0200 always perform "inline" skolemization, polymorphism or not, Skolem cache or not
blanchet [Mon, 28 Jun 2010 17:32:28 +0200] rev 37617
always perform "inline" skolemization, polymorphism or not, Skolem cache or not
Mon, 28 Jun 2010 17:31:38 +0200 always perform relevance filtering on original formulas
blanchet [Mon, 28 Jun 2010 17:31:38 +0200] rev 37616
always perform relevance filtering on original formulas
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip