Thu, 30 Jul 2009 01:12:33 +0200 added certify_inst, certify_instantiate;
wenzelm [Thu, 30 Jul 2009 01:12:33 +0200] rev 32279
added certify_inst, certify_instantiate;
Wed, 29 Jul 2009 22:38:35 +0200 merged
wenzelm [Wed, 29 Jul 2009 22:38:35 +0200] rev 32278
merged
Wed, 29 Jul 2009 22:34:31 +0200 trans_tac: use theory from goal state, not the static context, which seems to be outdated under certain circumstances (why?);
wenzelm [Wed, 29 Jul 2009 22:34:31 +0200] rev 32277
trans_tac: use theory from goal state, not the static context, which seems to be outdated under certain circumstances (why?);
Wed, 29 Jul 2009 21:40:04 +0200 proper Jinja-Slicing;
wenzelm [Wed, 29 Jul 2009 21:40:04 +0200] rev 32276
proper Jinja-Slicing;
Wed, 29 Jul 2009 19:36:22 +0200 merged
wenzelm [Wed, 29 Jul 2009 19:36:22 +0200] rev 32275
merged
Wed, 29 Jul 2009 16:43:02 +0200 merged
haftmann [Wed, 29 Jul 2009 16:43:02 +0200] rev 32274
merged
Wed, 29 Jul 2009 16:42:47 +0200 abstractions: desymbolize name hint
haftmann [Wed, 29 Jul 2009 16:42:47 +0200] rev 32273
abstractions: desymbolize name hint
Wed, 29 Jul 2009 16:42:47 +0200 added numeral code postprocessor rules on type int
haftmann [Wed, 29 Jul 2009 16:42:47 +0200] rev 32272
added numeral code postprocessor rules on type int
Wed, 29 Jul 2009 12:13:21 +0200 sos comments modified
nipkow [Wed, 29 Jul 2009 12:13:21 +0200] rev 32271
sos comments modified
Wed, 29 Jul 2009 12:12:01 +0200 sos documentation
nipkow [Wed, 29 Jul 2009 12:12:01 +0200] rev 32270
sos documentation
Wed, 29 Jul 2009 09:06:49 +0200 Added remote-SOS changes by Philipp Meyer
nipkow [Wed, 29 Jul 2009 09:06:49 +0200] rev 32269
Added remote-SOS changes by Philipp Meyer
Fri, 24 Jul 2009 13:56:02 +0200 Functionality for sum of squares to call a remote csdp prover
Philipp Meyer [Fri, 24 Jul 2009 13:56:02 +0200] rev 32268
Functionality for sum of squares to call a remote csdp prover
Tue, 28 Jul 2009 20:26:39 +0200 merged
wenzelm [Tue, 28 Jul 2009 20:26:39 +0200] rev 32267
merged
Tue, 28 Jul 2009 13:38:13 +0200 updated generated document
haftmann [Tue, 28 Jul 2009 13:38:13 +0200] rev 32266
updated generated document
Tue, 28 Jul 2009 13:37:40 +0200 reinserted legacy ML function
haftmann [Tue, 28 Jul 2009 13:37:40 +0200] rev 32265
reinserted legacy ML function
Tue, 28 Jul 2009 13:37:09 +0200 Set.UNIV and Set.empty are mere abbreviations for top and bot
haftmann [Tue, 28 Jul 2009 13:37:09 +0200] rev 32264
Set.UNIV and Set.empty are mere abbreviations for top and bot
Tue, 28 Jul 2009 13:37:08 +0200 explicit is better than implicit
haftmann [Tue, 28 Jul 2009 13:37:08 +0200] rev 32263
explicit is better than implicit
Wed, 29 Jul 2009 19:35:10 +0200 Meson.first_order_resolve: avoid handle _;
wenzelm [Wed, 29 Jul 2009 19:35:10 +0200] rev 32262
Meson.first_order_resolve: avoid handle _; proper context for various Meson and Metis rules and tactics unified meson_tac/meson_claset_tac;
Wed, 29 Jul 2009 00:09:14 +0200 removed old global get_claset/map_claset;
wenzelm [Wed, 29 Jul 2009 00:09:14 +0200] rev 32261
removed old global get_claset/map_claset; added local get_claset/put_claset;
Tue, 28 Jul 2009 20:03:58 +0200 eliminated METAHYPS;
wenzelm [Tue, 28 Jul 2009 20:03:58 +0200] rev 32260
eliminated METAHYPS;
Tue, 28 Jul 2009 19:49:42 +0200 Future.shutdown before loading sequentially -- workaround scheduler deadlock;
wenzelm [Tue, 28 Jul 2009 19:49:42 +0200] rev 32259
Future.shutdown before loading sequentially -- workaround scheduler deadlock;
Tue, 28 Jul 2009 18:17:36 +0200 ResAxioms.neg_conjecture_clauses: proper context;
wenzelm [Tue, 28 Jul 2009 18:17:36 +0200] rev 32258
ResAxioms.neg_conjecture_clauses: proper context; let exceptions get through unhindered -- Poly/ML exception_trace will do the tracing;
Tue, 28 Jul 2009 18:17:35 +0200 neg_conjecture_clauses, neg_clausify_tac: proper context, eliminated METAHYPS;
wenzelm [Tue, 28 Jul 2009 18:17:35 +0200] rev 32257
neg_conjecture_clauses, neg_clausify_tac: proper context, eliminated METAHYPS; external_prover: neg_conjecture_clauses should handle TVars within goals; misc tuning;
Tue, 28 Jul 2009 18:17:35 +0200 Hilbert_Classical: sequential loading due to @{prf}, which joins within a critical section (via options);
wenzelm [Tue, 28 Jul 2009 18:17:35 +0200] rev 32256
Hilbert_Classical: sequential loading due to @{prf}, which joins within a critical section (via options);
Tue, 28 Jul 2009 16:30:23 +0200 eliminated separate Future.enabled -- let Future.join fail explicitly in critical section, instead of entering sequential mode silently;
wenzelm [Tue, 28 Jul 2009 16:30:23 +0200] rev 32255
eliminated separate Future.enabled -- let Future.join fail explicitly in critical section, instead of entering sequential mode silently;
Tue, 28 Jul 2009 16:28:49 +0200 non-critical use_thy;
wenzelm [Tue, 28 Jul 2009 16:28:49 +0200] rev 32254
non-critical use_thy;
Tue, 28 Jul 2009 15:10:15 +0200 future result: Synchronized.var;
wenzelm [Tue, 28 Jul 2009 15:10:15 +0200] rev 32253
future result: Synchronized.var;
Tue, 28 Jul 2009 15:05:18 +0200 added unsynchronized Synchronized.peek;
wenzelm [Tue, 28 Jul 2009 15:05:18 +0200] rev 32252
added unsynchronized Synchronized.peek;
Tue, 28 Jul 2009 14:54:53 +0200 group status: Synchronized.var;
wenzelm [Tue, 28 Jul 2009 14:54:53 +0200] rev 32251
group status: Synchronized.var;
Tue, 28 Jul 2009 14:43:46 +0200 tuned;
wenzelm [Tue, 28 Jul 2009 14:43:46 +0200] rev 32250
tuned;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip