Fri, 20 Jul 2012 22:19:46 +0200 blanchet added MaSh to news
Fri, 20 Jul 2012 22:19:46 +0200 blanchet cached ancestor computation
Fri, 20 Jul 2012 22:19:46 +0200 blanchet minimal maxes + tuning
Fri, 20 Jul 2012 22:19:46 +0200 blanchet learn from SMT proofs when they can be minimized by Metis
Fri, 20 Jul 2012 22:19:46 +0200 blanchet clean up interesting constants a bit
Fri, 20 Jul 2012 22:19:46 +0200 blanchet convenience
Fri, 20 Jul 2012 22:19:46 +0200 blanchet name tuning
Fri, 20 Jul 2012 22:19:46 +0200 blanchet learning should honor the fact override and the chained facts
Fri, 20 Jul 2012 22:19:46 +0200 blanchet fixed various issues with MaSh's file handling + tune output + generate local facts again + handle nameless facts gracefully
Fri, 20 Jul 2012 22:19:46 +0200 blanchet MaSh docs
Fri, 20 Jul 2012 22:19:46 +0200 blanchet added "learn_from_atp" command to MaSh, for patient users
Fri, 20 Jul 2012 22:19:46 +0200 blanchet get rid of redundant "xxx_INSTALLED" environment variabl
Fri, 20 Jul 2012 22:19:46 +0200 blanchet add versioning to MaSh state + cleanup dead code
Fri, 20 Jul 2012 22:19:46 +0200 blanchet eliminated special handling of init case, now that "mash.py" has been optimized to handle sequences of add gracefully
Fri, 20 Jul 2012 22:19:46 +0200 blanchet more MaSh docs
Fri, 20 Jul 2012 22:19:46 +0200 blanchet mention MaSh in docs
Fri, 20 Jul 2012 22:19:46 +0200 blanchet use good old MePo filter for SMT solvers by default, since arithmetic is built-in for them
Fri, 20 Jul 2012 22:19:46 +0200 blanchet added locality as a MaSh feature
Fri, 20 Jul 2012 22:19:46 +0200 blanchet learn on explicit "min" command but do the learning in a thread, since it may take a couple of seconds
Fri, 20 Jul 2012 22:19:46 +0200 blanchet learn command in MaSh
Fri, 20 Jul 2012 22:19:45 +0200 blanchet added possibility of running external MaSh commands asynchronously
Fri, 20 Jul 2012 22:19:45 +0200 blanchet renamed ML structures
Fri, 20 Jul 2012 22:19:45 +0200 blanchet renamed ML files
Fri, 20 Jul 2012 22:19:45 +0200 blanchet renamed "iter" fact filter to "MePo" (Meng--Paulson)
Fri, 20 Jul 2012 22:19:45 +0200 blanchet handle local facts smoothly in MaSh
Fri, 20 Jul 2012 22:19:45 +0200 blanchet fixed explosion when computing accessibility
Fri, 20 Jul 2012 22:19:45 +0200 blanchet use "eproof_ram" script if available (plug-in replacement for "eproof", but faster)
Fri, 20 Jul 2012 22:19:45 +0200 blanchet tuning
Fri, 20 Jul 2012 21:05:47 +0200 wenzelm merged
Fri, 20 Jul 2012 21:04:03 +0200 wenzelm further imitation of "usedir" shell script;
Fri, 20 Jul 2012 10:53:25 +0200 huffman make nat_cancel_sums simprocs robust in the presence of schematic variables; add regression tests
Thu, 19 Jul 2012 22:21:59 +0200 haftmann export code relatively to master directory
Fri, 20 Jul 2012 18:50:33 +0200 wenzelm require explicit initialization of options;
Fri, 20 Jul 2012 17:43:55 +0200 wenzelm tuned signature;
Fri, 20 Jul 2012 16:47:43 +0200 wenzelm define build_options from command line;
Fri, 20 Jul 2012 16:47:17 +0200 wenzelm some basic Isabelle options;
Fri, 20 Jul 2012 16:45:38 +0200 wenzelm basic jEdit mode for Isabelle options;
Fri, 20 Jul 2012 15:48:22 +0200 wenzelm basic support for stand-alone options with external string representation;
Fri, 20 Jul 2012 12:45:12 +0200 wenzelm minimal build_job;
Fri, 20 Jul 2012 12:27:25 +0200 wenzelm restrict to required sessions;
Fri, 20 Jul 2012 12:00:08 +0200 wenzelm proper commas_quote;
Fri, 20 Jul 2012 11:52:20 +0200 wenzelm tune;
Fri, 20 Jul 2012 11:46:37 +0200 wenzelm simplified script to build Isabelle/ML;
Thu, 19 Jul 2012 22:32:52 +0200 wenzelm added eq_file / copy_file corresponding to File.eq / File.copy in ML;
Thu, 19 Jul 2012 20:52:17 +0200 wenzelm merged
Thu, 19 Jul 2012 19:38:39 +0200 haftmann removed ML module DSeq which was a part of the ancient code generator (cf. 58e33a125f32)
Thu, 19 Jul 2012 12:01:05 +0200 bulwahn deactivating quickcheck narrowing examples to find out if this causes the system error on the current isatest
Thu, 19 Jul 2012 20:49:17 +0200 wenzelm support for detached Bash_Job with some control operations;
Thu, 19 Jul 2012 20:39:49 +0200 wenzelm allow catalog entries to be commented-out;
Thu, 19 Jul 2012 20:02:44 +0200 wenzelm support external processes with explicit environment;
Thu, 19 Jul 2012 19:12:58 +0200 wenzelm include COMPONENT/etc/sessions as catalog for more directories, for improved scalability with hundreds of entries (notably AFP);
Thu, 19 Jul 2012 16:09:48 +0200 wenzelm less redundant data structures;
Thu, 19 Jul 2012 15:45:59 +0200 wenzelm clarified topological ordering: preserve order of adjacency via reverse fold;
Thu, 19 Jul 2012 14:24:40 +0200 wenzelm support Session.Queue with ordering and dependencies;
Thu, 19 Jul 2012 14:15:08 +0200 wenzelm clarified signature;
Thu, 19 Jul 2012 12:37:08 +0200 wenzelm more explicit treatment of initial Pure sessions;
Thu, 19 Jul 2012 12:05:54 +0200 wenzelm more general support for Isabelle/Scala command line tools;
Thu, 19 Jul 2012 11:54:19 +0200 wenzelm tuned width;
Thu, 19 Jul 2012 11:47:49 +0200 wenzelm prefer general Properties.Value.Boolean;
Wed, 18 Jul 2012 20:59:02 +0200 wenzelm more SHA1.digest operations;
Wed, 18 Jul 2012 20:55:19 +0200 wenzelm tuned import;
Wed, 18 Jul 2012 20:01:55 +0200 wenzelm tuned source structure;
Wed, 18 Jul 2012 19:47:10 +0200 wenzelm allow explicit specification of additional session directories;
Wed, 18 Jul 2012 17:27:28 +0200 wenzelm more errors;
Wed, 18 Jul 2012 17:22:59 +0200 wenzelm some HOL sessions;
Wed, 18 Jul 2012 17:17:38 +0200 wenzelm cumulate semantic Session_Info, based on syntactic Session_Entry;
Wed, 18 Jul 2012 16:24:16 +0200 wenzelm more tight treatment of reset_name;
Wed, 18 Jul 2012 14:07:31 +0200 wenzelm more informative errors;
Wed, 18 Jul 2012 13:43:36 +0200 wenzelm added parser for Session_Info;
Wed, 18 Jul 2012 08:44:05 +0200 blanchet repair MaSh exporter
Wed, 18 Jul 2012 08:44:05 +0200 blanchet optimize parent computation in MaSh + remove temporary files
Wed, 18 Jul 2012 08:44:04 +0200 blanchet make the monomorphizer more predictable by making the cutoff independent on the number of facts
Wed, 18 Jul 2012 08:44:04 +0200 blanchet speed up MaSh queries
Wed, 18 Jul 2012 08:44:04 +0200 blanchet use better score function, based on previous evaluation (cf. Deduct 2011 slides)
Wed, 18 Jul 2012 08:44:04 +0200 blanchet attempt at meshing according to more meaningful factors
Wed, 18 Jul 2012 08:44:04 +0200 blanchet don't include hidden facts in relevance filter + tweak MaSh learning
Wed, 18 Jul 2012 08:44:04 +0200 blanchet removed debugging output
Wed, 18 Jul 2012 08:44:04 +0200 blanchet removed expensive HO check in MaSh
Wed, 18 Jul 2012 08:44:04 +0200 blanchet speed up tautology/metaness check
Wed, 18 Jul 2012 08:44:04 +0200 blanchet optimized MaSh output by chunking it
Wed, 18 Jul 2012 08:44:04 +0200 blanchet fixed MaSh state load code so it works even if the facts are read in disorder
Wed, 18 Jul 2012 08:44:04 +0200 blanchet learn from minimized ATP proofs
Wed, 18 Jul 2012 08:44:04 +0200 blanchet improved meshing of MaSh and Meng--Paulson if some MaSh suggestions are cut-off (the common case)
Wed, 18 Jul 2012 08:44:04 +0200 blanchet use async manager to manage MaSh learners to make sure they get killed cleanly
Wed, 18 Jul 2012 08:44:04 +0200 blanchet more consolidation of MaSh code
Wed, 18 Jul 2012 08:44:04 +0200 blanchet removed lie
Wed, 18 Jul 2012 08:44:04 +0200 blanchet drastic overhaul of MaSh data structures + fixed a few performance issues
Wed, 18 Jul 2012 08:44:04 +0200 blanchet fixed order of accessibles + other tweaks to MaSh
Wed, 18 Jul 2012 08:44:04 +0200 blanchet added option to control which fact filter is used
Wed, 18 Jul 2012 08:44:04 +0200 blanchet mesh facts by taking into consideration whether a fact is known to MeSh
Wed, 18 Jul 2012 08:44:04 +0200 blanchet implemented meshing of Iter and MaSh results
Wed, 18 Jul 2012 08:44:04 +0200 blanchet implemented MaSh QUERY operation
Wed, 18 Jul 2012 08:44:04 +0200 blanchet refactored MaSh ADD code so it can be used for SUGGEST as well
Wed, 18 Jul 2012 08:44:04 +0200 blanchet implemented low-level MaSh ADD operation
Wed, 18 Jul 2012 08:44:04 +0200 blanchet make tracing an option
Wed, 18 Jul 2012 08:44:04 +0200 blanchet cleaner handling of metacharacters + freshness of one-off facts
Wed, 18 Jul 2012 08:44:04 +0200 blanchet better zipping of MaSh facts
Wed, 18 Jul 2012 08:44:04 +0200 blanchet implemented MaSh learn theory function
Wed, 18 Jul 2012 08:44:04 +0200 blanchet more work on MaSh
Wed, 18 Jul 2012 08:44:04 +0200 blanchet improved MaSh string escaping and make more operations string-based
Wed, 18 Jul 2012 08:44:03 +0200 blanchet more implementation work on MaSh
Wed, 18 Jul 2012 08:44:03 +0200 blanchet started implementing MaSh client-side I/O
Wed, 18 Jul 2012 08:44:03 +0200 blanchet tweak output
Wed, 18 Jul 2012 08:44:03 +0200 blanchet centrally construct expensive data structures
Wed, 18 Jul 2012 08:44:03 +0200 blanchet more work on MaSh
Wed, 18 Jul 2012 08:44:03 +0200 blanchet compile
Wed, 18 Jul 2012 08:44:03 +0200 blanchet gracefully handle the case of empty theories when going up the accessibility chain
Wed, 18 Jul 2012 08:44:03 +0200 blanchet tuning
Wed, 18 Jul 2012 08:44:03 +0200 blanchet doc updates
Wed, 18 Jul 2012 08:44:03 +0200 blanchet renamed Sledgehammer options
Wed, 18 Jul 2012 08:44:03 +0200 blanchet more code rationalization in relevance filter
Wed, 18 Jul 2012 08:44:03 +0200 blanchet moved override out of iter filter
Wed, 18 Jul 2012 08:44:03 +0200 blanchet fixed bug introduced when moving code around
Wed, 18 Jul 2012 08:44:03 +0200 blanchet systematize lazy names in relevance filter
Wed, 18 Jul 2012 08:44:03 +0200 blanchet rationalize relevance filter, slowing moving code from Iter to MaSh
Wed, 18 Jul 2012 08:44:03 +0200 blanchet killed one file
Wed, 18 Jul 2012 08:44:03 +0200 blanchet dependency tuning
Wed, 18 Jul 2012 08:44:03 +0200 blanchet renaming
Wed, 18 Jul 2012 08:44:03 +0200 blanchet clean up dependencies
Tue, 17 Jul 2012 23:11:27 +0200 haftmann explicitly import Dlist theory into library
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip