paulson [Fri, 22 Jul 2005 13:18:54 +0200] rev 16902
removed unused code
berghofe [Fri, 22 Jul 2005 11:55:11 +0200] rev 16901
Tuned comment.
berghofe [Fri, 22 Jul 2005 11:54:29 +0200] rev 16900
Rewrote function remove_suc, since it failed on some equations
produced by recdef.
webertj [Thu, 21 Jul 2005 18:52:17 +0200] rev 16899
write_dimacs_sat_file now generates slightly smaller files
paulson [Wed, 20 Jul 2005 17:01:20 +0200] rev 16898
revised examples
paulson [Wed, 20 Jul 2005 17:00:28 +0200] rev 16897
code streamlining
aspinall [Wed, 20 Jul 2005 15:57:10 +0200] rev 16896
Ressurect seq attribute accidently removed
kleing [Wed, 20 Jul 2005 07:40:23 +0200] rev 16895
Sort search results in order of relevance, where relevance =
a) better if 0 premises for intro or 1 premise for elim/dest rules
b) better if substitution size wrt to current goal is smaller
Only applies to intro, dest, elim, and simp
(contributed by Rafal Kolanski, NICTA)
wenzelm [Tue, 19 Jul 2005 20:47:01 +0200] rev 16894
Inttab.defined;
wenzelm [Tue, 19 Jul 2005 20:47:00 +0200] rev 16893
some structured proofs on completeness;
wenzelm [Tue, 19 Jul 2005 20:46:59 +0200] rev 16892
more contribs;
wenzelm [Tue, 19 Jul 2005 17:54:32 +0200] rev 16891
tuned;
wenzelm [Tue, 19 Jul 2005 17:28:37 +0200] rev 16890
isatool fixheaders;
wenzelm [Tue, 19 Jul 2005 17:28:27 +0200] rev 16889
with_path;
avigad [Tue, 19 Jul 2005 17:24:09 +0200] rev 16888
added list of theorem changes to NEWS
added real_of_int_abs to RealDef.thy
wenzelm [Tue, 19 Jul 2005 17:21:59 +0200] rev 16887
added defined;
wenzelm [Tue, 19 Jul 2005 17:21:58 +0200] rev 16886
simplified union;
wenzelm [Tue, 19 Jul 2005 17:21:57 +0200] rev 16885
tuned match, unify;
wenzelm [Tue, 19 Jul 2005 17:21:56 +0200] rev 16884
tuned instantiate (avoid subst_atomic, subst_atomic_types);
Logic.incr_tvar;
wenzelm [Tue, 19 Jul 2005 17:21:55 +0200] rev 16883
tuned defs interface;
wenzelm [Tue, 19 Jul 2005 17:21:54 +0200] rev 16882
moved incr_tvar to logic.ML;
added eq_var, eq_tvar, instantiate, instantiateT;
wenzelm [Tue, 19 Jul 2005 17:21:53 +0200] rev 16881
tuned norm_sort, mg_domain;
wenzelm [Tue, 19 Jul 2005 17:21:52 +0200] rev 16880
tuned instantiate interface;
Logic.incr_tvar;
wenzelm [Tue, 19 Jul 2005 17:21:51 +0200] rev 16879
incr_tvar (from term.ML), incr_indexes: avoid garbage;
wenzelm [Tue, 19 Jul 2005 17:21:50 +0200] rev 16878
added has_duplicates;
tuned qsort;
wenzelm [Tue, 19 Jul 2005 17:21:49 +0200] rev 16877
tuned interfaces declare, define, finalize, merge:
canonical argument order, produce errors;
tuned checkT';
wenzelm [Tue, 19 Jul 2005 17:21:47 +0200] rev 16876
Logic.incr_tvar;
wenzelm [Tue, 19 Jul 2005 17:21:46 +0200] rev 16875
retract accidental user commit;
removed obsolete XSYMBOL_HOME;
tuned;
wenzelm [Tue, 19 Jul 2005 17:21:45 +0200] rev 16874
tuned;
obua [Tue, 19 Jul 2005 16:16:53 +0200] rev 16873
proving bounds for real linear programs
schirmer [Tue, 19 Jul 2005 14:59:11 +0200] rev 16872
removed some garbage;
fixed record_ex_sel_eq_simproc
paulson [Tue, 19 Jul 2005 11:38:45 +0200] rev 16871
textual tweak
webertj [Mon, 18 Jul 2005 15:49:34 +0200] rev 16870
Documentation updated
haftmann [Mon, 18 Jul 2005 14:10:11 +0200] rev 16869
reverted from fold_yield to fold_map
wenzelm [Fri, 15 Jul 2005 15:45:04 +0200] rev 16868
*** empty log message ***
wenzelm [Fri, 15 Jul 2005 15:44:22 +0200] rev 16867
tuned fold on terms and lists;
wenzelm [Fri, 15 Jul 2005 15:44:21 +0200] rev 16866
tuned assoc;
wenzelm [Fri, 15 Jul 2005 15:44:20 +0200] rev 16865
tuned fold on terms;
tuned assoc;
wenzelm [Fri, 15 Jul 2005 15:44:19 +0200] rev 16864
tuned min_key, max_key;
wenzelm [Fri, 15 Jul 2005 15:44:18 +0200] rev 16863
replaced foldl_XXX by canonical fold_XXX;
canonical arguments for add_term_varnames, add_tvarsT, add_tvars, add_vars, add_frees,
wenzelm [Fri, 15 Jul 2005 15:44:17 +0200] rev 16862
tuned;
wenzelm [Fri, 15 Jul 2005 15:44:15 +0200] rev 16861
tuned fold on terms;
wenzelm [Fri, 15 Jul 2005 15:44:11 +0200] rev 16860
* Pure/library.ML: several combinators for linear functional transformations;
* Pure/library.ML: canonical list combinators fold, fold_rev, and fold_yield;
* Pure/term.ML: combinators fold_atyps, fold_aterms, fold_term_types, fold_types;
obua [Fri, 15 Jul 2005 15:35:28 +0200] rev 16859
optimize no_types_needed, remove exception handler
wenzelm [Fri, 15 Jul 2005 11:26:22 +0200] rev 16858
tuned;
dixon [Thu, 14 Jul 2005 20:32:37 +0200] rev 16857
lucas - slightly cleaned up. Removed redudent copy of Symtab structure.
wenzelm [Thu, 14 Jul 2005 19:29:00 +0200] rev 16856
* Improved 'oracle' command -- type-safe;
wenzelm [Thu, 14 Jul 2005 19:28:40 +0200] rev 16855
no open Logic;
wenzelm [Thu, 14 Jul 2005 19:28:39 +0200] rev 16854
removed itlist, rev_itlist -- use fold_rev, fold instead;
improved end_itlist;
wenzelm [Thu, 14 Jul 2005 19:28:38 +0200] rev 16853
replaced itlist by fold_rev;
replaced rev_itlist by fold;
wenzelm [Thu, 14 Jul 2005 19:28:37 +0200] rev 16852
replaced itlist by fold_rev;
wenzelm [Thu, 14 Jul 2005 19:28:36 +0200] rev 16851
use sys_error instead of exception Internal;
actually use Termtab;
tuned;
wenzelm [Thu, 14 Jul 2005 19:28:34 +0200] rev 16850
sys_error;
wenzelm [Thu, 14 Jul 2005 19:28:33 +0200] rev 16849
type-safe 'oracle' command;
wenzelm [Thu, 14 Jul 2005 19:28:32 +0200] rev 16848
added dest_table;
wenzelm [Thu, 14 Jul 2005 19:28:31 +0200] rev 16847
invoke_oracle: do not keep theory value, but theory_ref;