Fri, 17 Dec 2010 18:23:56 +0100 blanchet added debugging option to find out how good the relevance filter was at identifying relevant facts
Fri, 17 Dec 2010 22:23:56 +0100 wenzelm extra checking of name bindings for classes, types, consts;
Fri, 17 Dec 2010 20:21:35 +0100 wenzelm more explicit references to structure Raw_Simplifier;
Fri, 17 Dec 2010 18:38:33 +0100 wenzelm merged
Fri, 17 Dec 2010 18:33:35 +0100 wenzelm merged
Fri, 17 Dec 2010 18:15:56 +0100 wenzelm merged
Fri, 17 Dec 2010 18:10:37 +0100 wenzelm Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
Fri, 17 Dec 2010 18:32:40 +0100 haftmann dropped slightly odd Conv.tap_thy
Fri, 17 Dec 2010 18:24:44 +0100 haftmann avoid slightly odd Conv.tap_thy
Fri, 17 Dec 2010 18:24:44 +0100 haftmann allocate intermediate directories in module hierarchy
Fri, 17 Dec 2010 16:55:27 +0100 blanchet export experimental options
Fri, 17 Dec 2010 16:45:31 +0100 blanchet merged
Fri, 17 Dec 2010 16:20:02 +0100 blanchet compile
Fri, 17 Dec 2010 15:30:43 +0100 blanchet run the SMT relevance filter only once, then run the normalization/monomorphization code once _per class_ of SMT solvers
Fri, 17 Dec 2010 12:10:08 +0100 blanchet make timeout part of the SMT filter's tail
Fri, 17 Dec 2010 12:02:57 +0100 blanchet merge
Fri, 17 Dec 2010 12:02:46 +0100 blanchet split "smt_filter" into head and tail
Fri, 17 Dec 2010 12:01:49 +0100 blanchet fewer facts to SInE-E
Fri, 17 Dec 2010 11:12:37 +0100 blanchet Z3 sometimes reports two errors, with the first one referring to line 1 for some strange reason -- but it makes no sense to kill line 1, so we traverse the errors in reverse and consider only the last error
Fri, 17 Dec 2010 09:56:04 +0100 blanchet trap one more Z3 error
Fri, 17 Dec 2010 15:30:00 +0100 boehmes fixed the command-line syntax for setting Yices' random seed
Fri, 17 Dec 2010 15:07:32 +0100 boehmes merged
Fri, 17 Dec 2010 14:59:06 +0100 boehmes updated SMT certificates
Fri, 17 Dec 2010 14:36:33 +0100 boehmes fixed lambda-lifting: shift indices of bound variables correctly (after locking the required bound variables) and apply bound variables to the new function symbol in the right order;
Fri, 17 Dec 2010 12:14:18 +0100 bulwahn adding exhaustive tester instances for numeric types: code_numeral, nat, rat and real
Fri, 17 Dec 2010 17:48:05 +0100 wenzelm updated generated file;
Fri, 17 Dec 2010 17:43:54 +0100 wenzelm replaced command 'nonterminals' by slightly modernized version 'nonterminal';
Fri, 17 Dec 2010 17:08:56 +0100 wenzelm renamed structure MetaSimplifier to raw_Simplifer, to emphasize its meaning;
Fri, 17 Dec 2010 16:25:21 +0100 wenzelm tuned signature;
Fri, 17 Dec 2010 14:09:37 +0100 wenzelm clarified exports of structure Simplifier;
Fri, 17 Dec 2010 13:45:43 +0100 wenzelm refer to regular structure Simplifier;
Fri, 17 Dec 2010 13:12:58 +0100 wenzelm tuned;
Fri, 17 Dec 2010 08:37:35 +0100 boehmes updated SMT certificates
Fri, 17 Dec 2010 00:27:40 +0100 blanchet more precise/correct SMT error handling
Fri, 17 Dec 2010 00:11:06 +0100 blanchet fixed off-by-one and return proper error code -- never underestimate the number of oddities in Perl
Thu, 16 Dec 2010 22:45:02 +0100 blanchet discriminate SMT errors a bit better
Thu, 16 Dec 2010 22:43:22 +0100 blanchet keep track of errors in Z3 input file for debugging purposes
Thu, 16 Dec 2010 21:53:31 +0100 blanchet better propagation of stdout in case of failure + comply with strict/warnings
Thu, 16 Dec 2010 21:21:52 +0100 blanchet merge
Thu, 16 Dec 2010 21:21:13 +0100 blanchet cleaner handling of temporary files
Thu, 16 Dec 2010 20:14:21 +0000 paulson merged
Thu, 16 Dec 2010 20:14:04 +0000 paulson made sml/nj happy
Thu, 16 Dec 2010 21:02:08 +0100 blanchet added self-correcting wrapper for Z3 -- see comment in the file for details
Thu, 16 Dec 2010 16:18:11 +0100 blanchet impose a limit on the breadth of monomorphization (in addition to on the depth) to prevent an explosion of the number of monomorphic instances
Thu, 16 Dec 2010 15:46:54 +0100 blanchet no need to do a super-duper atomization if Metis fails afterwards anyway
Thu, 16 Dec 2010 15:44:32 +0100 blanchet removed unused variable
Thu, 16 Dec 2010 15:12:17 +0100 blanchet robustly handle SMT exceptions in Sledgehammer
Thu, 16 Dec 2010 15:12:17 +0100 blanchet make "debug" imply "blocking", since in blocking mode the exceptions flow through and are more instructive
Thu, 16 Dec 2010 15:12:17 +0100 blanchet reintroduce the higher penalty for skolems
Thu, 16 Dec 2010 15:12:17 +0100 blanchet tuning
Thu, 16 Dec 2010 15:12:17 +0100 blanchet comment tuning
Thu, 16 Dec 2010 15:12:17 +0100 blanchet get rid of experimental feature of term patterns in relevance filter -- doesn't work well unless we take into consideration the equality theory entailed by the relevant facts
Thu, 16 Dec 2010 15:12:17 +0100 blanchet fixed more issues with the Vampire output parser, and added support for Vampire's TSTP output (--proof tptp)
Thu, 16 Dec 2010 15:12:17 +0100 blanchet make it more likely that induction rules are picked up by Sledgehammer
Thu, 16 Dec 2010 15:12:17 +0100 blanchet generalize the Vampire parser some more to cope with things like "{2, 3\}" seen in some proofs
Thu, 16 Dec 2010 15:12:17 +0100 blanchet add the current theory's constant to the goal to make theorems from the current theory more relevant on the first iteration already
Thu, 16 Dec 2010 15:12:17 +0100 blanchet instantiate induction rules automatically
Thu, 16 Dec 2010 13:54:17 +0100 boehmes merged
Thu, 16 Dec 2010 13:34:28 +0100 boehmes fix lambda-lifting: take level of bound variables into account and also apply bound variables from outer scope
Thu, 16 Dec 2010 12:33:06 +0100 boehmes fixed introduction of explicit application function: bound variables always need explicit application if they are applied to some term
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip