webertj [Wed, 02 Aug 2006 03:33:28 +0200] rev 20280
type annotations fixed (IntInf.int, to make SML/NJ happy)
webertj [Wed, 02 Aug 2006 01:48:09 +0200] rev 20279
lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Wed, 02 Aug 2006 00:57:41 +0200] rev 20278
proof reconstruction now uses its own data structure to manage hyps; should be both faster and more robust
webertj [Tue, 01 Aug 2006 15:28:55 +0200] rev 20277
comment (timing information for last example) added
webertj [Tue, 01 Aug 2006 14:58:43 +0200] rev 20276
possible disagreement between proof search and proof reconstruction when eliminating inequalities over different types fixed
obua [Tue, 01 Aug 2006 13:51:16 +0200] rev 20275
removed skip
mengj [Tue, 01 Aug 2006 13:44:05 +0200] rev 20274
Added in code to check too general axiom clauses.
wenzelm [Tue, 01 Aug 2006 11:32:43 +0200] rev 20273
exported attrib;
webertj [Mon, 31 Jul 2006 21:06:40 +0200] rev 20272
lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Mon, 31 Jul 2006 20:56:49 +0200] rev 20271
fixed a bug in function poly: decomposition of products
krauss [Mon, 31 Jul 2006 18:07:42 +0200] rev 20270
Function package can now do automatic splits of overlapping datatype patterns
krauss [Mon, 31 Jul 2006 18:05:40 +0200] rev 20269
Removed an "apply arith" where there are already "No Subgoals"
webertj [Mon, 31 Jul 2006 15:29:36 +0200] rev 20268
code reformatted
berghofe [Mon, 31 Jul 2006 14:08:42 +0200] rev 20267
Additional freshness constraints for FCB.
wenzelm [Sun, 30 Jul 2006 21:28:59 +0200] rev 20266
proper Element.generalize_facts;