wenzelm [Wed, 01 Aug 2007 16:55:40 +0200] rev 24112
simplified internal Config interface;
wenzelm [Wed, 01 Aug 2007 16:55:39 +0200] rev 24111
updated;
wenzelm [Wed, 01 Aug 2007 16:55:37 +0200] rev 24110
tuned config options: eliminated separate attribute "option";
wenzelm [Wed, 01 Aug 2007 16:50:16 +0200] rev 24109
oops -- fixed syntax;
wenzelm [Wed, 01 Aug 2007 16:48:47 +0200] rev 24108
"running": PROTECTED wakeup;
"cont": actually invoke wakeup!!
wenzelm [Tue, 31 Jul 2007 23:23:34 +0200] rev 24107
proper path specifications;
wenzelm [Tue, 31 Jul 2007 23:23:28 +0200] rev 24106
simultaneous use_thys;
wenzelm [Tue, 31 Jul 2007 22:21:22 +0200] rev 24105
setmp_noncritical print_mode;
wenzelm [Tue, 31 Jul 2007 22:21:20 +0200] rev 24104
simultaneous use_thys;
wenzelm [Tue, 31 Jul 2007 22:21:18 +0200] rev 24103
removed obsolete HOL/Real/ROOT.ML;
wenzelm [Tue, 31 Jul 2007 21:19:24 +0200] rev 24102
no_document: setmp_noncritical;
wenzelm [Tue, 31 Jul 2007 21:19:23 +0200] rev 24101
with_charset: setmp_noncritical;
wenzelm [Tue, 31 Jul 2007 21:19:22 +0200] rev 24100
added max-threads preference;
wenzelm [Tue, 31 Jul 2007 21:19:21 +0200] rev 24099
replaced depth_limit ref by blast_depth_limit configuration option;
tuned method setup;
wenzelm [Tue, 31 Jul 2007 21:19:20 +0200] rev 24098
replaced dtK ref by datatype_distinctness_limit configuration option;
wenzelm [Tue, 31 Jul 2007 21:19:18 +0200] rev 24097
moved classical tools from theory IFOL to FOL;
wenzelm [Tue, 31 Jul 2007 19:40:28 +0200] rev 24096
register_thy: more sanity checks;
wenzelm [Tue, 31 Jul 2007 19:40:26 +0200] rev 24095
moved lin_arith stuff to Tools/lin_arith.ML;
wenzelm [Tue, 31 Jul 2007 19:40:25 +0200] rev 24094
proper context for cooper_tac within arith;
wenzelm [Tue, 31 Jul 2007 19:40:24 +0200] rev 24093
tuned LinArith setup;
wenzelm [Tue, 31 Jul 2007 19:40:23 +0200] rev 24092
HOL setup for linear arithmetic -- moved here from arith_data.ML;
wenzelm [Tue, 31 Jul 2007 19:40:22 +0200] rev 24091
added Tools/lin_arith.ML;
wenzelm [Tue, 31 Jul 2007 19:38:33 +0200] rev 24090
tuned;
wenzelm [Tue, 31 Jul 2007 19:26:35 +0200] rev 24089
tuned section "Style";
added section "Thread-safe programming";
narboux [Tue, 31 Jul 2007 14:45:36 +0200] rev 24088
undo a change in last commit : give a single name to the inversion lemmas for the same inductive type
ballarin [Tue, 31 Jul 2007 14:18:24 +0200] rev 24087
Proper interpretation of total orders in lattices.
wenzelm [Tue, 31 Jul 2007 13:31:01 +0200] rev 24086
* Configuration options;
* Named collections of theorems;
wenzelm [Tue, 31 Jul 2007 13:30:35 +0200] rev 24085
added configuration options;
wenzelm [Tue, 31 Jul 2007 13:30:27 +0200] rev 24084
removed use/update_thy_only;
chaieb [Tue, 31 Jul 2007 09:31:26 +0200] rev 24083
find_body goes under meta-quantifier ; tactic generalizes free variables;
chaieb [Tue, 31 Jul 2007 09:31:23 +0200] rev 24082
Added dependency on langford files in Tools/Qelim
chaieb [Tue, 31 Jul 2007 09:31:19 +0200] rev 24081
Tuned document
wenzelm [Tue, 31 Jul 2007 00:56:34 +0200] rev 24080
added register_thy (replaces pretend_use_thy_only and really flag);
tuned;
wenzelm [Tue, 31 Jul 2007 00:56:32 +0200] rev 24079
ThyInfo.register_thy;
wenzelm [Tue, 31 Jul 2007 00:56:31 +0200] rev 24078
turned fast_arith_split/neq_limit into configuration options;
wenzelm [Tue, 31 Jul 2007 00:56:31 +0200] rev 24077
added global config options;
wenzelm [Tue, 31 Jul 2007 00:56:29 +0200] rev 24076
arith method setup: proper context;
turned fast_arith_split/neq_limit into configuration options;
tuned signatures;
misc cleanup;
wenzelm [Tue, 31 Jul 2007 00:56:26 +0200] rev 24075
arith method setup: proper context;
wenzelm [Mon, 30 Jul 2007 19:46:15 +0200] rev 24074
tuned ML declarations;
wenzelm [Mon, 30 Jul 2007 19:46:13 +0200] rev 24073
simultaneous use_thys;
tuned;
wenzelm [Mon, 30 Jul 2007 19:22:27 +0200] rev 24072
dequeue: wait loop while PROTECTED -- avoids race condition;
wenzelm [Mon, 30 Jul 2007 11:12:28 +0200] rev 24071
marked some CRITICAL sections;
urbanc [Mon, 30 Jul 2007 10:39:12 +0200] rev 24070
updated some of the definitions and proofs
wenzelm [Sun, 29 Jul 2007 23:27:40 +0200] rev 24069
tuned msgs;
tuned;
wenzelm [Sun, 29 Jul 2007 22:42:02 +0200] rev 24068
deps: keep thy source text, avoid reloading;
schedule: pick the first task with maximal imm_succs;
wenzelm [Sun, 29 Jul 2007 22:42:00 +0200] rev 24067
adapted ThyLoad.deps_thy;
wenzelm [Sun, 29 Jul 2007 22:41:59 +0200] rev 24066
more informative tracing;
tuned;
wenzelm [Sun, 29 Jul 2007 22:41:58 +0200] rev 24065
load_thy: avoid reloading of text;
tuned;