Fri, 01 Sep 2006 20:40:05 +0200 wenzelm tuned;
Fri, 01 Sep 2006 20:17:31 +0200 wenzelm explain assumptions;
Fri, 01 Sep 2006 08:51:53 +0200 paulson refinements to conversion into clause form, esp for the HO case
Fri, 01 Sep 2006 08:36:55 +0200 haftmann pervasive refinements
Fri, 01 Sep 2006 08:36:54 +0200 haftmann removed some dictionary stuff
Fri, 01 Sep 2006 08:36:53 +0200 haftmann project_algebra yields sort projector
Fri, 01 Sep 2006 08:36:51 +0200 haftmann final syntax for some Isar code generator keywords
Thu, 31 Aug 2006 23:01:16 +0200 wenzelm tuned;
Thu, 31 Aug 2006 22:55:49 +0200 wenzelm misc cleanup;
Thu, 31 Aug 2006 18:27:40 +0200 wenzelm tuned;
Thu, 31 Aug 2006 17:33:55 +0200 wenzelm more stuff;
Thu, 31 Aug 2006 17:33:48 +0200 wenzelm mldecls: footnotesize;
Thu, 31 Aug 2006 14:53:55 +0200 wenzelm more on contexts;
Thu, 31 Aug 2006 14:36:48 +0200 webertj String.concatWith (not available in PolyML) replaced by space_implode
Thu, 31 Aug 2006 10:20:22 +0200 paulson improvements to abstraction generation
Thu, 31 Aug 2006 10:18:26 +0200 paulson blacklist now handles thm lists
Thu, 31 Aug 2006 10:17:19 +0200 paulson Empty is better than Match
Thu, 31 Aug 2006 02:59:08 +0200 webertj term_of_prop_formula added
Thu, 31 Aug 2006 02:22:05 +0200 webertj read_dimacs_cnf_file ignores more comment lines
Wed, 30 Aug 2006 16:27:53 +0200 webertj faster clause representation (again): full CNF formula as a hypothesis, instead of separate clauses
Wed, 30 Aug 2006 15:11:17 +0200 haftmann code refinements
Wed, 30 Aug 2006 12:28:39 +0200 wenzelm updated;
Wed, 30 Aug 2006 12:28:32 +0200 wenzelm tuned;
Wed, 30 Aug 2006 08:34:45 +0200 haftmann added yet another code generator example
Wed, 30 Aug 2006 08:30:09 +0200 haftmann fixes
Wed, 30 Aug 2006 08:29:30 +0200 haftmann fixed bug in wfrec appgen
Wed, 30 Aug 2006 03:30:09 +0200 webertj lin_arith_prover: splitting reverted because of performance loss
Wed, 30 Aug 2006 03:19:08 +0200 webertj lin_arith_prover: splitting reverted because of performance loss
Tue, 29 Aug 2006 21:43:34 +0200 urbanc added a FIXME-comment
Tue, 29 Aug 2006 18:56:11 +0200 wenzelm tuned;
Tue, 29 Aug 2006 18:49:33 +0200 wenzelm more on contexts;
Tue, 29 Aug 2006 14:31:15 +0200 haftmann refinements
Tue, 29 Aug 2006 14:31:14 +0200 haftmann added and refined some exmples
Tue, 29 Aug 2006 14:31:13 +0200 haftmann added typecopy_package
Tue, 29 Aug 2006 14:31:12 +0200 haftmann added typecopy_package and some examples
Tue, 29 Aug 2006 14:31:11 +0200 haftmann updated keywords
Mon, 28 Aug 2006 18:18:31 +0200 paulson minor bug fixes
Mon, 28 Aug 2006 18:16:08 +0200 paulson removed the (apparently pointless) signature constraint
Mon, 28 Aug 2006 18:15:32 +0200 paulson tidied
Mon, 28 Aug 2006 16:10:44 +0200 webertj encode clauses as Isar premises, rather than as object-logic &, for faster parsing
Fri, 25 Aug 2006 18:48:58 +0200 paulson abstraction of lambda-expressions
Fri, 25 Aug 2006 18:48:09 +0200 paulson tidied
Fri, 25 Aug 2006 18:47:36 +0200 paulson better skolemization, using first-order resolution rather than hoping for the right result
Fri, 25 Aug 2006 18:46:24 +0200 paulson using inc
Fri, 25 Aug 2006 18:45:57 +0200 paulson explicit type variables prevent empty sorts
Fri, 25 Aug 2006 18:44:59 +0200 paulson replaced skolem declarations by automatic skolemization of everything
Fri, 25 Aug 2006 00:10:10 +0200 webertj avoid duplicate tactics
Thu, 24 Aug 2006 23:51:46 +0200 webertj additional list of tactics that can be added to arith
Thu, 24 Aug 2006 15:20:43 +0200 berghofe Added premises concerning finite support of recursion results to FCBs.
Wed, 23 Aug 2006 23:40:47 +0200 huffman speed up proof of summable_Cauchy
Wed, 23 Aug 2006 22:44:32 +0200 huffman speed up some proofs
Wed, 23 Aug 2006 22:12:54 +0200 huffman generalize proof of SUP_rabs_subseq
Wed, 23 Aug 2006 21:57:43 +0200 huffman speed up some proofs
Wed, 23 Aug 2006 17:05:08 +0200 haftmann SML/NJ int type fix
Mon, 21 Aug 2006 11:02:44 +0200 haftmann tracing
Mon, 21 Aug 2006 11:02:43 +0200 haftmann improved preprocessing
Mon, 21 Aug 2006 11:02:42 +0200 haftmann fixed bug in sortlookup
Mon, 21 Aug 2006 11:02:41 +0200 haftmann more concise preprocessing of numerals for code generation
Mon, 21 Aug 2006 11:02:40 +0200 haftmann more concise string serialization
Mon, 21 Aug 2006 11:02:39 +0200 haftmann added some codegen examples/applications