Fri, 01 Apr 2011 12:19:54 +0200 krauss scheduler for judgement day
Fri, 01 Apr 2011 12:16:41 +0200 boehmes re-implemented proof reconstruction for Z3 skolemization: do not explicitly construct definitions for Skolem constants, and let higher-order resolution do most of the work in the end
Fri, 01 Apr 2011 11:54:51 +0200 boehmes make configuration of (SMT) full monomorphization more flexible: turn boolean argument into a configuration option
Fri, 01 Apr 2011 10:18:20 +0200 bulwahn merged
Fri, 01 Apr 2011 09:20:59 +0200 bulwahn adding time profiling in quickcheck's batch testing for further diagnosis in IsaCoSy
Fri, 01 Apr 2011 09:48:01 +0200 krauss raised timeouts further, for SML/NJ
Fri, 01 Apr 2011 09:29:58 +0200 krauss adapted parsing of session timing (cf. e86b10c68f0b)
Thu, 31 Mar 2011 17:15:13 +0200 bulwahn merged
Thu, 31 Mar 2011 11:17:52 +0200 bulwahn adapting Quickcheck_Narrowing (overseen in 234ec7011e5d); commenting out some examples temporarily
Thu, 31 Mar 2011 14:02:03 +0200 boehmes provide a flag controlling whether all provided facts should be instantiated, possibly inventing new types (which does not work well with Sledgehammer)
Thu, 31 Mar 2011 11:16:54 +0200 blanchet start monomorphization process with subgoal, not entire goal, to avoid needless instances (and only print monomorphization messages in debug mode)
Thu, 31 Mar 2011 11:16:53 +0200 blanchet temporary workaround: filter out spurious monomorphic instances
Thu, 31 Mar 2011 11:16:52 +0200 blanchet added monomorphization option to Sledgehammer ATPs -- this looks promising but is still off by default
Thu, 31 Mar 2011 11:16:51 +0200 blanchet added support for "dest:" to "try"
Thu, 31 Mar 2011 09:43:36 +0200 haftmann corrected infix precedence for boolean operators in Haskell
Thu, 31 Mar 2011 08:28:03 +0200 bulwahn merged
Wed, 30 Mar 2011 19:09:57 +0200 bulwahn removing dead code in exhaustive_generators
Wed, 30 Mar 2011 19:09:56 +0200 bulwahn removing junk that should not have been committed
Wed, 30 Mar 2011 23:26:40 +0200 wenzelm modernized specifications;
Wed, 30 Mar 2011 22:53:18 +0200 wenzelm accomodate autofix discipline of non-body context;
Wed, 30 Mar 2011 22:45:10 +0200 wenzelm session timing: show pseudo-speedup factor;
Wed, 30 Mar 2011 22:06:25 +0200 wenzelm visualize skolem and hilite (undeclared frees);
Wed, 30 Mar 2011 22:03:50 +0200 wenzelm more informative markup_free;
Wed, 30 Mar 2011 21:07:48 +0200 wenzelm inline lemmas instead of accidental physical addressing -- explicit is better than implicit;
Wed, 30 Mar 2011 20:21:40 +0200 wenzelm tuned white space and indentation;
Wed, 30 Mar 2011 20:19:21 +0200 wenzelm actually check list comprehension examples;
Wed, 30 Mar 2011 17:54:10 +0200 hoelzl products of probability measures are probability measures
Wed, 30 Mar 2011 17:54:01 +0200 hoelzl real multiplication is continuous
Wed, 30 Mar 2011 17:53:56 +0200 hoelzl add lebesgue_real_affine
Wed, 30 Mar 2011 11:32:52 +0200 bulwahn renewing specifications in HOL: replacing types by type_synonym
Wed, 30 Mar 2011 11:32:51 +0200 bulwahn moved TimeLimit.timeLimit closure to limit time of compilation and execution to avoid the strange, occasional occuring message Exception trace for exception - Interrupt -- probably due to race conditions of a fast execution within the TimeLimit.timelimit closure
Wed, 30 Mar 2011 10:31:02 +0200 bulwahn adding a regression test for SML_Quickcheck; putting SML_Quickcheck back in shape
Wed, 30 Mar 2011 09:44:17 +0200 bulwahn NEWS
Wed, 30 Mar 2011 09:44:16 +0200 bulwahn generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
Tue, 29 Mar 2011 23:46:46 +0200 wenzelm merged
Tue, 29 Mar 2011 22:06:53 +0200 krauss added missing smlnj target
Tue, 29 Mar 2011 23:27:38 +0200 wenzelm modernized specifications -- less axioms;
Tue, 29 Mar 2011 23:15:25 +0200 wenzelm modernized specifications -- some attempts to avoid wild axiomatizations;
Tue, 29 Mar 2011 22:36:56 +0200 wenzelm tuned proofs;
Tue, 29 Mar 2011 21:48:01 +0200 wenzelm use shared copy of hoare_syntax.ML;
Tue, 29 Mar 2011 21:11:02 +0200 wenzelm Hoare syntax: standard abstraction syntax admits source positions;
Tue, 29 Mar 2011 17:47:11 +0200 wenzelm tuned headers;
Tue, 29 Mar 2011 17:30:26 +0200 wenzelm tuned headers;
Tue, 29 Mar 2011 14:27:44 +0200 hoelzl NEWS
Tue, 29 Mar 2011 14:27:42 +0200 hoelzl rename Probability_Space to Probability_Measure
Tue, 29 Mar 2011 14:27:41 +0200 hoelzl add infinite product measure
Tue, 29 Mar 2011 14:27:39 +0200 hoelzl split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
Tue, 29 Mar 2011 14:27:31 +0200 hoelzl proved caratheodory_empty_continuous
Mon, 28 Mar 2011 23:49:53 +0200 wenzelm list comprehension: strip positions where the translation cannot handle them right now;
Mon, 28 Mar 2011 22:44:14 +0200 wenzelm address serious problem of type inference (introduced in 6f085332c7d3): _type_constraint_ needs type scheme A --> A with proper scope of parameters, otherwise term "(f :: _ => _) :: 'c => 'c" will get type "'a => 'b", for example;
Mon, 28 Mar 2011 17:33:16 +0200 krauss raised various timeouts to accommodate sluggish SML/NJ
Mon, 28 Mar 2011 10:25:28 +0200 bulwahn changing values_timeout from a static option to a dynamic option as required for testing with SML/NJ
Mon, 28 Mar 2011 09:22:22 +0200 krauss keep smlnj HOL images around
Sun, 27 Mar 2011 21:44:10 +0200 wenzelm merged
Sun, 27 Mar 2011 17:32:25 +0200 krauss added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
Sun, 27 Mar 2011 16:56:16 +0200 krauss avoid *** in normal output, which usually marks errors in logs
Sun, 27 Mar 2011 21:19:23 +0200 wenzelm added Markup.Name and Markup.Kind convenience;
Sun, 27 Mar 2011 20:55:01 +0200 wenzelm decode_term: some context-sensitive markup;
Sun, 27 Mar 2011 19:51:51 +0200 wenzelm tuned signatures;
Sun, 27 Mar 2011 19:27:31 +0200 wenzelm decode_term: more precise reports;
Sun, 27 Mar 2011 18:12:18 +0200 wenzelm adhoc token style for free/bound;
Sun, 27 Mar 2011 17:55:11 +0200 wenzelm decode_term/disambig: report resolved term variables for the unique (!) result;
Sun, 27 Mar 2011 15:01:47 +0200 wenzelm removed unclear comments stemming from ed24ba6f69aa;
Sat, 26 Mar 2011 21:45:29 +0100 wenzelm present theory content as future, depending on intermediate proof state futures -- potential to reduce memory requirements and improve parallelization;
Sat, 26 Mar 2011 21:28:04 +0100 wenzelm added Future.cond_forks convenience;
Sat, 26 Mar 2011 18:31:39 +0100 wenzelm Isabelle_System.create_tmp_path/with_tmp_file: optional extension;
Sat, 26 Mar 2011 19:16:30 +0100 wenzelm tuned;
Sat, 26 Mar 2011 19:16:20 +0100 wenzelm more direct loose_bvar1;
Sat, 26 Mar 2011 16:21:41 +0100 wenzelm suppress Mercurial backup files;
Sat, 26 Mar 2011 16:10:22 +0100 wenzelm updated generated file;
Sat, 26 Mar 2011 15:55:22 +0100 wenzelm merged
Sat, 26 Mar 2011 00:23:20 +0100 krauss SML_makeall: run with -j 3
Fri, 25 Mar 2011 22:17:32 +0100 krauss fixed incomplete rename (1cdf54e845fa)
Fri, 25 Mar 2011 21:38:41 +0100 krauss eliminated hardwired MUTABELLE_OUTPUT_PATH (cf. 6a147393c62a)
Fri, 25 Mar 2011 17:09:21 +0100 bulwahn merged
Fri, 25 Mar 2011 16:03:49 +0100 bulwahn changing iteration scheme of functions to use minimal number of function updates for exhaustive testing
Thu, 24 Mar 2011 23:42:06 +0100 krauss added configurations SML_HOL and SML_makeall (even though the latter is practically infeasible)
Thu, 24 Mar 2011 23:35:49 +0100 krauss mira interface to 'isabelle make' in addition to usedir and makeall;
Thu, 24 Mar 2011 23:28:07 +0100 krauss clarified
Thu, 24 Mar 2011 23:14:49 +0100 krauss parameterize configurations by custom settings
Fri, 25 Mar 2011 15:22:09 +0100 noschinl Change coercion for RealDef to use function application (not composition)
Fri, 25 Mar 2011 11:19:01 +0100 bulwahn revisiting Code_Prolog (cf. 6fe4abb9437b)
Fri, 25 Mar 2011 11:19:00 +0100 bulwahn fixed postprocessing for term presentation in quickcheck; tuned spacing
Thu, 24 Mar 2011 22:12:38 +0100 krauss enable Z3 in the test configuration
Thu, 24 Mar 2011 17:56:59 +0100 blanchet add "-?" to "nitrox" tool
Thu, 24 Mar 2011 17:49:27 +0100 blanchet clean up new Skolemizer code -- some old hacks are no longer necessary
Thu, 24 Mar 2011 17:49:27 +0100 blanchet specify proper defaults for Nitpick and Refute on TPTP + tuning
Thu, 24 Mar 2011 17:49:27 +0100 blanchet added "nitrox" tool (Nitpick for first-order TPTP problems) to components
Thu, 24 Mar 2011 17:49:27 +0100 blanchet made one more Metis example use the new Skolemizer
Thu, 24 Mar 2011 17:49:27 +0100 blanchet Metis examples use the new Skolemizer to test it
Thu, 24 Mar 2011 17:49:27 +0100 blanchet new version of Metis 2.3 (29 Dec. 2010)
Thu, 24 Mar 2011 17:49:27 +0100 blanchet remove newly added wrong logic
Thu, 24 Mar 2011 17:49:27 +0100 blanchet more precise failure reporting in Sledgehammer/SMT
Thu, 24 Mar 2011 17:49:27 +0100 blanchet avoid evil "export_without_context", which breaks if there are local "fixes"
Thu, 24 Mar 2011 17:49:27 +0100 blanchet more robust handling of variables in new Skolemizer
Thu, 24 Mar 2011 17:10:23 +0100 haftmann merged
Thu, 24 Mar 2011 17:10:13 +0100 haftmann added subsection on Scala specialities
Thu, 24 Mar 2011 16:39:37 +0100 krauss added more judgement day provers
Thu, 24 Mar 2011 15:29:31 +0100 bulwahn allowing special set comprehensions in values command; adding an example for special set comprehension in values
Thu, 24 Mar 2011 10:39:47 +0100 bulwahn merged
Wed, 23 Mar 2011 08:50:42 +0100 bulwahn adding documentation about the eval option in quickcheck
Wed, 23 Mar 2011 08:50:40 +0100 bulwahn adapting Quickcheck_Prolog to latest changes
Wed, 23 Mar 2011 08:50:39 +0100 bulwahn changing Quickcheck_Narrowing's main function to enumerate the depth instead upto the depth
Wed, 23 Mar 2011 08:50:32 +0100 bulwahn adapting mutabelle; exporting more Quickcheck functions
Wed, 23 Mar 2011 08:50:31 +0100 bulwahn making quickcheck's result value more formal; allowing more result information to be returned after timeout; adding output of timing information in quickcheck
Wed, 23 Mar 2011 08:50:29 +0100 bulwahn changing timeout behaviour of quickcheck to proceed after command rather than failing; adding a test case for timeout
Sat, 26 Mar 2011 12:01:40 +0100 wenzelm added Syntax.const_abs_tr' with proper eta_abs and Term.is_dependent;
Sat, 26 Mar 2011 10:52:29 +0100 wenzelm tuned;
Sat, 26 Mar 2011 10:25:17 +0100 wenzelm dependent_tr': formal treatment of bounds after stripping Abs, although it should only happen for malformed terms, since print_translations work top-down;
Thu, 24 Mar 2011 16:56:19 +0100 wenzelm added Term.is_open and Term.is_dependent convenience, to cover common situations of loose bounds;
Thu, 24 Mar 2011 16:47:24 +0100 wenzelm more direct loose_bvar1;
Thu, 24 Mar 2011 13:54:39 +0100 wenzelm indentation;
Thu, 24 Mar 2011 11:45:39 +0100 wenzelm update_name: more uniform treatment of type constraints (NB: type equality is hard to establish in parse trees);
Wed, 23 Mar 2011 21:07:05 +0100 wenzelm added editor mode line;
Wed, 23 Mar 2011 20:57:37 +0100 wenzelm isolate change of Proofterm.proofs in TPTP.thy from rest of session;
Wed, 23 Mar 2011 20:51:36 +0100 wenzelm list Isabelle tools via perl script, which is much faster that bash plumbing, especially on Cygwin;
Wed, 23 Mar 2011 16:42:09 +0100 boehmes updated contributed components
Wed, 23 Mar 2011 15:33:17 +0100 boehmes Z3 non-commercial usage may explicitly be declined
Wed, 23 Mar 2011 14:29:29 +0100 boehmes export status function to query whether Z3 has been activated for usage within Isabelle
Wed, 23 Mar 2011 10:38:50 +0100 blanchet merge
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip