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;
wenzelm [Sun, 30 Jul 2006 21:28:58 +0200] rev 20265
add_consts: proper Sign.full_name;
sortcontext_of_typ: avoid freeze_thaw, tuned;
wenzelm [Sun, 30 Jul 2006 21:28:57 +0200] rev 20264
added generalize_facts;
tuned;
wenzelm [Sun, 30 Jul 2006 21:28:56 +0200] rev 20263
added maxidx_values;
wenzelm [Sun, 30 Jul 2006 21:28:55 +0200] rev 20262
export: refrain from adjusting maxidx;
wenzelm [Sun, 30 Jul 2006 21:28:54 +0200] rev 20261
adjust_maxidx: pass explicit lower bound;
tuned interfaces;
wenzelm [Sun, 30 Jul 2006 21:28:52 +0200] rev 20260
Thm.adjust_maxidx;
wenzelm [Sun, 30 Jul 2006 21:28:51 +0200] rev 20259
removed unused add_in_order/add_once (cf. OrdList.insert);
wenzelm [Sun, 30 Jul 2006 21:28:50 +0200] rev 20258
demod_rule: depend on context, proper Variable.import/export;
wenzelm [Sun, 30 Jul 2006 21:28:48 +0200] rev 20257
tuned proofs;
webertj [Sun, 30 Jul 2006 05:53:10 +0200] rev 20256
lin_arith_prover splits certain operators (e.g. min, max, abs)
webertj [Sun, 30 Jul 2006 02:06:01 +0200] rev 20255
bugfix related to cancel_div_mod simproc
webertj [Sat, 29 Jul 2006 13:15:12 +0200] rev 20254
lin_arith_prover splits certain operators (e.g. min, max, abs)
wenzelm [Sat, 29 Jul 2006 00:51:36 +0200] rev 20253
rename legacy_pretty_thm to pretty_thm_legacy;
wenzelm [Sat, 29 Jul 2006 00:51:34 +0200] rev 20252
tuned comment;
wenzelm [Sat, 29 Jul 2006 00:51:33 +0200] rev 20251
added add_fixes_direct;
tuned;
wenzelm [Sat, 29 Jul 2006 00:51:32 +0200] rev 20250
prove: proper assumption context, more tactic arguments;
tuned;