blanchet [Mon, 29 Mar 2010 15:50:18 +0200] rev 36062
get rid of Polyhash, since it's no longer used
blanchet [Mon, 29 Mar 2010 15:26:19 +0200] rev 36061
remove use of Polyhash;
the new code is slightly faster. Also, "subtract_cls" now has canonical argument ordering.
blanchet [Mon, 29 Mar 2010 14:49:53 +0200] rev 36060
reintroduce efficient set structure to collect "no_atp" theorems
blanchet [Mon, 29 Mar 2010 12:21:51 +0200] rev 36059
made "theory_const" a Sledgehammer option;
by default, it's true for SPASS and false for the others. This eliminates the need for the "spass_no_tc" ATP, which can be obtained by passing "no_theory_const" instead.
blanchet [Mon, 29 Mar 2010 12:01:00 +0200] rev 36058
added "respect_no_atp" and "convergence" options to Sledgehammer;
these were previously hard-coded in "sledgehammer_fact_filter.ML"
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36057
adding MREC induction rule in Imperative HOL
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36056
made smlnj happy
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36055
adding examples of function predicate replacement and arithmetic examples for the predicate compiler; tuned
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36054
adopting specialisation examples to moving the alternative defs in the library
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36053
adding setup for handling arithmetic of natural numbers and integers precisely and more efficiently in the predicate compiler; changed alternative size_list definition for predicate compiler
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36052
no specialisation for predicates without introduction rules in the predicate compiler
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36051
improving lookup function to handle overloaded constants more correctly in the function flattening of the predicate compiler
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36050
activating the signature of Predicate_Compile again which was deactivated in changeset d93a3cb55068 for debugging purposes
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36049
adding iterate_upto interface in compilations and iterate_upto functions in Isabelle theories for arithmetic setup of the predicate compiler
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36048
clarifying the Predicate_Compile_Core signature
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36047
adding signature to Predicate_Compile_Aux; tuning Predicate_Compile_Aux structure
bulwahn [Wed, 31 Mar 2010 16:44:41 +0200] rev 36046
putting compilation setup of predicate compiler in a separate file
huffman [Tue, 30 Mar 2010 15:46:50 -0700] rev 36045
simplify fold_graph proofs
krauss [Tue, 30 Mar 2010 23:12:55 +0200] rev 36044
NEWS
krauss [Tue, 30 Mar 2010 15:25:35 +0200] rev 36043
removed dead code; fixed typo
krauss [Tue, 30 Mar 2010 15:25:30 +0200] rev 36042
switched PThm/PAxm etc. to use canonical order of type variables (term variables unchanged)
wenzelm [Tue, 30 Mar 2010 12:47:39 +0200] rev 36041
merged
bulwahn [Mon, 29 Mar 2010 17:30:56 +0200] rev 36040
adding skip_proof in the examples because proof procedure cannot handle alternative compilations yet
bulwahn [Mon, 29 Mar 2010 17:30:55 +0200] rev 36039
tuned
bulwahn [Mon, 29 Mar 2010 17:30:54 +0200] rev 36038
generalized alternative functions to alternative compilation to handle arithmetic functions better
bulwahn [Mon, 29 Mar 2010 17:30:54 +0200] rev 36037
correcting alternative functions with tuples
bulwahn [Mon, 29 Mar 2010 17:30:53 +0200] rev 36036
no specialisation for patterns with only tuples in the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:53 +0200] rev 36035
adding registration of functions in the function flattening
bulwahn [Mon, 29 Mar 2010 17:30:53 +0200] rev 36034
added book-keeping, registration and compilation with alternative functions for predicates in the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:52 +0200] rev 36033
adding specialisation examples of the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:52 +0200] rev 36032
adding specialisation of predicates to the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:50 +0200] rev 36031
returning an more understandable user error message in the values command
bulwahn [Mon, 29 Mar 2010 17:30:49 +0200] rev 36030
adding Lazy_Sequences with explicit depth-bound
bulwahn [Mon, 29 Mar 2010 17:30:48 +0200] rev 36029
removing fishing for split thm in the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:46 +0200] rev 36028
prefer recursive calls before others in the mode inference
bulwahn [Mon, 29 Mar 2010 17:30:45 +0200] rev 36027
added statistics to values command for random generation
bulwahn [Mon, 29 Mar 2010 17:30:43 +0200] rev 36026
adopting Predicate_Compile_Quickcheck
bulwahn [Mon, 29 Mar 2010 17:30:43 +0200] rev 36025
made quickcheck generic with respect to which compilation; added random compilation to quickcheck
bulwahn [Mon, 29 Mar 2010 17:30:41 +0200] rev 36024
removed yieldn in Lazy_Sequence and put in the ML structure; corrects behaviour of values command
bulwahn [Mon, 29 Mar 2010 17:30:40 +0200] rev 36023
adding a hook for experiments in the predicate compilation process
bulwahn [Mon, 29 Mar 2010 17:30:40 +0200] rev 36022
removing simple equalities in introduction rules in the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:39 +0200] rev 36021
adopting Predicate_Compile
bulwahn [Mon, 29 Mar 2010 17:30:38 +0200] rev 36020
adding values command for new monad; added new random monad compilation to predicate_compile_quickcheck
bulwahn [Mon, 29 Mar 2010 17:30:36 +0200] rev 36019
generalizing the compilation process of the predicate compiler
bulwahn [Mon, 29 Mar 2010 17:30:36 +0200] rev 36018
added new compilation to predicate_compiler
bulwahn [Mon, 29 Mar 2010 17:30:34 +0200] rev 36017
adding new depth-limited and new random monad for the predicate compiler
wenzelm [Tue, 30 Mar 2010 00:47:52 +0200] rev 36016
recovered StringBuilder functionality after subtle change of + and ++ in Scala 2.8.0 Beta 1;
wenzelm [Tue, 30 Mar 2010 00:13:27 +0200] rev 36015
adapted to Scala 2.8.0 Beta 1;
wenzelm [Tue, 30 Mar 2010 00:12:42 +0200] rev 36014
auto update by Netbeans 6.8;
wenzelm [Tue, 30 Mar 2010 00:11:41 +0200] rev 36013
adapted to Netbeans 6.8 and Scala for Netbeans 6.8v1.1;
wenzelm [Mon, 29 Mar 2010 22:55:57 +0200] rev 36012
replaced some deprecated methods;
wenzelm [Mon, 29 Mar 2010 22:43:56 +0200] rev 36011
adapted to Scala 2.8.0 Beta1 -- with notable changes to scala.collection;
huffman [Mon, 29 Mar 2010 01:07:01 -0700] rev 36010
merged
huffman [Sun, 28 Mar 2010 12:50:38 -0700] rev 36009
use lattice theorems to prove set theorems
huffman [Sun, 28 Mar 2010 12:49:14 -0700] rev 36008
add/change some lemmas about lattices
huffman [Sun, 28 Mar 2010 10:34:02 -0700] rev 36007
cleaned up some proofs
boehmes [Mon, 29 Mar 2010 09:06:34 +0200] rev 36006
the configuration option 'trace_simp' now uses the reference of the ProofGeneral settings menu as (dynamic) default value
wenzelm [Sun, 28 Mar 2010 19:34:08 +0200] rev 36005
merged
wenzelm [Sun, 28 Mar 2010 19:20:52 +0200] rev 36004
implicit checkpoint in Local_Theory.theory as well -- no longer export Local_Theory.checkpoint;
blanchet [Sun, 28 Mar 2010 18:39:27 +0200] rev 36003
make SML/NJ happy