Thu, 21 Feb 2013 15:35:09 +0100removed obsolete tags;
wenzelm [Thu, 21 Feb 2013 15:35:09 +0100] rev 52371
removed obsolete tags;

Thu, 21 Feb 2013 10:52:14 +0100highest priority for proofs with unknown / very short timing -- recover original scheduling with parallel_proofs_reuse_timing = false;
wenzelm [Thu, 21 Feb 2013 10:52:14 +0100] rev 52370
highest priority for proofs with unknown / very short timing -- recover original scheduling with parallel_proofs_reuse_timing = false;

Thu, 21 Feb 2013 16:36:19 +0100tuned misleading message
blanchet [Thu, 21 Feb 2013 16:36:19 +0100] rev 52369
tuned misleading message

Thu, 21 Feb 2013 15:10:04 +0100merged
wenzelm [Thu, 21 Feb 2013 15:10:04 +0100] rev 52368
merged

Wed, 20 Feb 2013 19:57:17 +0100option parallel_proofs_reuse_timing controls reuse of log information -- since it is not always beneficial for performance;
wenzelm [Wed, 20 Feb 2013 19:57:17 +0100] rev 52367
option parallel_proofs_reuse_timing controls reuse of log information -- since it is not always beneficial for performance;

Wed, 20 Feb 2013 18:04:44 +0100prefer outdegree in comparison again (cf. 88c96e836ed6) -- NB: big jobs might hide behind small ones in this naive queuing scheme;
wenzelm [Wed, 20 Feb 2013 18:04:44 +0100] rev 52366
prefer outdegree in comparison again (cf. 88c96e836ed6) -- NB: big jobs might hide behind small ones in this naive queuing scheme;

Wed, 20 Feb 2013 15:22:22 +0100more tight representation of command timing;
wenzelm [Wed, 20 Feb 2013 15:22:22 +0100] rev 52365
more tight representation of command timing;
tuned signatures;
tuned;

Wed, 20 Feb 2013 13:03:50 +0100prefer comparison of session timing, if this is known already;
wenzelm [Wed, 20 Feb 2013 13:03:50 +0100] rev 52364
prefer comparison of session timing, if this is known already;
some odd workarounds to prevent crashes due to TreeSet.- sometimes not deleting the element;

Wed, 20 Feb 2013 11:40:30 +0100proper check of Proof.is_relevant (again, cf. c3e99efacb67 and df8fc0567a3d);
wenzelm [Wed, 20 Feb 2013 11:40:30 +0100] rev 52363
proper check of Proof.is_relevant (again, cf. c3e99efacb67 and df8fc0567a3d);

Wed, 20 Feb 2013 00:00:42 +0100support nested Thy_Syntax.element;
wenzelm [Wed, 20 Feb 2013 00:00:42 +0100] rev 52362
support nested Thy_Syntax.element;
more explicit Keyword.is_proof_body;
tuned;