krauss [Sat, 23 Oct 2010 23:39:37 +0200] rev 40106
Complete_Partial_Order.thy: complete partial orders over arbitrary chains, with fixpoint theorem
bulwahn [Mon, 25 Oct 2010 08:08:08 +0200] rev 40105
merged
bulwahn [Fri, 22 Oct 2010 18:38:59 +0200] rev 40104
splitting Hotel Key card example into specification and the two tests for counter example generation
bulwahn [Fri, 22 Oct 2010 18:38:59 +0200] rev 40103
adding generator quickcheck
bulwahn [Fri, 22 Oct 2010 18:38:59 +0200] rev 40102
restructuring values command and adding generator compilation
bulwahn [Fri, 22 Oct 2010 18:38:59 +0200] rev 40101
moving general functions from core_data to predicate_compile_aux
bulwahn [Fri, 22 Oct 2010 18:38:59 +0200] rev 40100
updating to new notation in commented examples
huffman [Sun, 24 Oct 2010 15:11:24 -0700] rev 40099
merged
huffman [Sun, 24 Oct 2010 03:43:12 -0700] rev 40098
use default names sprod/Rep_sprod/Abs_sprod from pcpodef instead of Sprod/Rep_Sprod/Abs_Sprod; similarly for ssum
huffman [Sat, 23 Oct 2010 19:56:33 -0700] rev 40097
remove legacy comp_dbind option from domain package
huffman [Sat, 23 Oct 2010 11:04:26 -0700] rev 40096
change fixrec parser to not accept theorem names with (unchecked) option
huffman [Sat, 23 Oct 2010 11:03:50 -0700] rev 40095
tuned
huffman [Fri, 22 Oct 2010 15:49:18 -0700] rev 40094
rename lemma surjective_pairing_Sprod2 to spair_sfst_ssnd
huffman [Fri, 22 Oct 2010 15:47:43 -0700] rev 40093
add lemma strict3
huffman [Fri, 22 Oct 2010 11:24:52 -0700] rev 40092
do proofs using Rep_Sprod_simps, Rep_Ssum_simps; remove unused lemmas
huffman [Fri, 22 Oct 2010 07:45:32 -0700] rev 40091
make discrete_cpo a subclass of chfin; remove chfin instances for fun, cfun
huffman [Fri, 22 Oct 2010 07:44:34 -0700] rev 40090
direct instantiation unit :: discrete_cpo
huffman [Fri, 22 Oct 2010 06:58:45 -0700] rev 40089
remove finite_po class
huffman [Fri, 22 Oct 2010 06:08:51 -0700] rev 40088
simplify proofs about flift; remove unneeded lemmas
huffman [Fri, 22 Oct 2010 05:54:54 -0700] rev 40087
simplify proof
huffman [Thu, 21 Oct 2010 15:21:39 -0700] rev 40086
minimize imports
huffman [Thu, 21 Oct 2010 15:19:07 -0700] rev 40085
add type annotation to avoid warning
huffman [Thu, 21 Oct 2010 12:51:36 -0700] rev 40084
simplify some proofs, convert to Isar style
huffman [Thu, 21 Oct 2010 12:03:49 -0700] rev 40083
rename lemma spair_lemma to spair_Sprod
huffman [Thu, 21 Oct 2010 06:03:18 -0700] rev 40082
pcpodef (open) 'a lift
huffman [Thu, 21 Oct 2010 05:44:38 -0700] rev 40081
remove intro! attribute from {sinl,sinr}_defined
huffman [Thu, 21 Oct 2010 05:35:32 -0700] rev 40080
simplify proofs of ssumE, sprodE
wenzelm [Sun, 24 Oct 2010 21:25:13 +0200] rev 40079
merged
nipkow [Sun, 24 Oct 2010 20:37:30 +0200] rev 40078
renamed nat_number
nipkow [Sun, 24 Oct 2010 20:19:00 +0200] rev 40077
nat_number -> eval_nat_numeral
krauss [Fri, 22 Oct 2010 23:45:20 +0200] rev 40076
some cleanup in Function_Lib
blanchet [Fri, 22 Oct 2010 17:15:46 +0200] rev 40075
merged
blanchet [Fri, 22 Oct 2010 16:45:55 +0200] rev 40074
compile
blanchet [Fri, 22 Oct 2010 16:37:11 +0200] rev 40073
added SMT solver to Sledgehammer docs
blanchet [Fri, 22 Oct 2010 16:11:43 +0200] rev 40072
more robust handling of "remote_" vs. non-"remote_" provers
blanchet [Fri, 22 Oct 2010 15:02:27 +0200] rev 40071
generalized the relevance filter so that it takes the list of "irrelevant constants" as argument (since the ATP and SMT preprocessing are different)
blanchet [Fri, 22 Oct 2010 14:47:43 +0200] rev 40070
replaced references with proper record that's threaded through
blanchet [Fri, 22 Oct 2010 14:10:32 +0200] rev 40069
fixed signature of "is_smt_solver_installed";
renaming
blanchet [Fri, 22 Oct 2010 13:57:54 +0200] rev 40068
renamed modules
blanchet [Fri, 22 Oct 2010 13:54:51 +0200] rev 40067
renamed files
blanchet [Fri, 22 Oct 2010 13:49:44 +0200] rev 40066
took out "smt"/"remote_smt" from default ATPs until they are properly implemented
blanchet [Fri, 22 Oct 2010 13:48:21 +0200] rev 40065
remove more needless code ("run_smt_solvers");
tuning
blanchet [Fri, 22 Oct 2010 12:15:31 +0200] rev 40064
got rid of duplicate functionality ("run_smt_solver_somehow");
added minimization command to SMT solver message
blanchet [Fri, 22 Oct 2010 11:58:33 +0200] rev 40063
bring ATPs and SMT solvers more in line with each other
blanchet [Fri, 22 Oct 2010 11:11:34 +0200] rev 40062
make Sledgehammer minimizer fully work with SMT
blanchet [Fri, 22 Oct 2010 09:50:18 +0200] rev 40061
generalization of the Sledgehammer minimizer, to make it possible to handle SMT solvers as well
blanchet [Thu, 21 Oct 2010 16:25:40 +0200] rev 40060
first step in adding support for an SMT backend to Sledgehammer
blanchet [Thu, 21 Oct 2010 14:55:09 +0200] rev 40059
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."