Wed, 13 Oct 2010 10:52:15 +0100 wenzelm tuned;
Tue, 12 Oct 2010 21:18:05 +0100 wenzelm more examples;
Tue, 12 Oct 2010 20:03:31 +0100 wenzelm more on "Isar language elements";
Mon, 11 Oct 2010 21:42:37 +0100 wenzelm more examples;
Mon, 11 Oct 2010 21:10:50 +0100 wenzelm more refs;
Mon, 11 Oct 2010 21:05:01 +0100 wenzelm misc tuning;
Sun, 10 Oct 2010 20:49:25 +0100 wenzelm removed some obsolete reference material;
Sun, 10 Oct 2010 20:42:10 +0100 wenzelm cover some more theory operations;
Sun, 10 Oct 2010 20:12:10 +0100 wenzelm note on Isabelle file specifications;
Sun, 10 Oct 2010 19:49:18 +0100 wenzelm modernized version of "Message output channels";
Sun, 10 Oct 2010 18:09:25 +0100 wenzelm removed some really old reference material;
Sat, 09 Oct 2010 21:18:20 +0100 wenzelm more examples;
Sat, 09 Oct 2010 21:04:03 +0100 wenzelm various concrete ML antiquotations;
Sat, 09 Oct 2010 19:49:19 +0100 wenzelm prefer checked antiquotations;
Sat, 09 Oct 2010 19:05:31 +0100 wenzelm clarified tag markup;
Fri, 08 Oct 2010 21:49:16 +0100 wenzelm more on ML antiquotations;
Fri, 08 Oct 2010 21:11:56 +0100 wenzelm keep normal size for %mlref tag;
Fri, 08 Oct 2010 20:59:01 +0100 wenzelm basic setup for ML antiquotations -- with rail diagrams;
Fri, 08 Oct 2010 18:05:35 +0100 wenzelm eliminated "Toplevel control", which belongs to TTY/ProofGeneral model;
Fri, 08 Oct 2010 17:41:51 +0100 wenzelm eliminated fancy \ML logo for the sake of simpler source text (less dependence on LaTeX);
Fri, 08 Oct 2010 16:50:01 +0100 wenzelm misc tuning;
Thu, 07 Oct 2010 21:24:18 +0100 wenzelm more on Isabelle/ML;
Thu, 07 Oct 2010 19:05:42 +0100 wenzelm basic setup for Chapter 0: Isabelle/ML;
Thu, 07 Oct 2010 12:39:01 +0100 wenzelm minor tuning and updating;
Sun, 24 Oct 2010 20:37:30 +0200 nipkow renamed nat_number
Sun, 24 Oct 2010 20:19:00 +0200 nipkow nat_number -> eval_nat_numeral
Fri, 22 Oct 2010 23:45:20 +0200 krauss some cleanup in Function_Lib
Fri, 22 Oct 2010 17:15:46 +0200 blanchet merged
Fri, 22 Oct 2010 16:45:55 +0200 blanchet compile
Fri, 22 Oct 2010 16:37:11 +0200 blanchet added SMT solver to Sledgehammer docs
Fri, 22 Oct 2010 16:11:43 +0200 blanchet more robust handling of "remote_" vs. non-"remote_" provers
Fri, 22 Oct 2010 15:02:27 +0200 blanchet generalized the relevance filter so that it takes the list of "irrelevant constants" as argument (since the ATP and SMT preprocessing are different)
Fri, 22 Oct 2010 14:47:43 +0200 blanchet replaced references with proper record that's threaded through
Fri, 22 Oct 2010 14:10:32 +0200 blanchet fixed signature of "is_smt_solver_installed";
Fri, 22 Oct 2010 13:57:54 +0200 blanchet renamed modules
Fri, 22 Oct 2010 13:54:51 +0200 blanchet renamed files
Fri, 22 Oct 2010 13:49:44 +0200 blanchet took out "smt"/"remote_smt" from default ATPs until they are properly implemented
Fri, 22 Oct 2010 13:48:21 +0200 blanchet remove more needless code ("run_smt_solvers");
Fri, 22 Oct 2010 12:15:31 +0200 blanchet got rid of duplicate functionality ("run_smt_solver_somehow");
Fri, 22 Oct 2010 11:58:33 +0200 blanchet bring ATPs and SMT solvers more in line with each other
Fri, 22 Oct 2010 11:11:34 +0200 blanchet make Sledgehammer minimizer fully work with SMT
Fri, 22 Oct 2010 09:50:18 +0200 blanchet generalization of the Sledgehammer minimizer, to make it possible to handle SMT solvers as well
Thu, 21 Oct 2010 16:25:40 +0200 blanchet first step in adding support for an SMT backend to Sledgehammer
Thu, 21 Oct 2010 14:55:09 +0200 blanchet use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
Thu, 21 Oct 2010 14:54:39 +0200 blanchet cosmetics
Fri, 22 Oct 2010 13:59:34 +0200 krauss relation method: re-check given term with type constraints to avoid unspecific failure if ill-typed -- keep old behaviour for tactic version
Fri, 22 Oct 2010 12:01:12 +0200 hoelzl Changed section title to please LaTeX.
Thu, 21 Oct 2010 20:26:35 +0200 bulwahn temporary removed Predicate_Compile_Quickcheck_Examples from tests
Thu, 21 Oct 2010 19:13:11 +0200 bulwahn adapting alternative_defs, predicate_compile_quickcheck, examples and code_prolog
Thu, 21 Oct 2010 19:13:10 +0200 bulwahn using a signature in core_data and moving some more functions to core_data
Thu, 21 Oct 2010 19:13:09 +0200 bulwahn splitting large core file into core_data, mode_inference and predicate_compile_proof
Thu, 21 Oct 2010 19:13:09 +0200 bulwahn added generator_dseq compilation for a sound depth-limited compilation with small value generators
Thu, 21 Oct 2010 19:13:08 +0200 bulwahn for now safely but unpractically assume no predicate is terminating
Thu, 21 Oct 2010 19:13:07 +0200 bulwahn adding decreasing bind and non-decreasing bind; depth-limited and depth-unlimited compilation possible
Thu, 21 Oct 2010 19:13:06 +0200 bulwahn adding option smart_depth_limiting to predicate compiler
Wed, 20 Oct 2010 21:26:51 -0700 huffman merged
Wed, 20 Oct 2010 19:40:02 -0700 huffman introduce function strict :: 'a -> 'b -> 'b, which works like Haskell's seq; use strict instead of strictify in various definitions
Wed, 20 Oct 2010 17:25:22 -0700 huffman add lemma lub_eq_bottom_iff
Wed, 20 Oct 2010 16:19:25 -0700 huffman combine check_and_sort_domain with main function; rewrite much of the error-checking code
Wed, 20 Oct 2010 13:22:30 -0700 huffman constructor arguments with selectors must have pointed types