blanchet [Sat, 08 Dec 2012 00:48:51 +0100] rev 50439
reverted parallel map idea -- appears to make success rate of ATPs less stable (might even lead to bias in favor of MePo)
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50438
fixed embarrassing off-by-one bug in MaSh's Mesh
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50437
store evaluation output in a file
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50436
use parallel map
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50435
tweak MaSh fudge factors
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50434
more MaSh tweaking -- in particular, export the same facts in "MaSh_Export" as are later tried in "MaSh_Eval"
wenzelm [Sat, 08 Dec 2012 22:19:24 +0100] rev 50433
basic monitor panel, using the powerful jfreechart library;
sorted Isabelle menu entries -- this is mainly a catalog;
wenzelm [Sat, 08 Dec 2012 22:14:39 +0100] rev 50432
added jfreechart library, including the old version of iText from its distribution (required for the demo application and examples);
wenzelm [Sat, 08 Dec 2012 13:25:49 +0100] rev 50431
check consistent theory names for direct imports as well -- as claimed in the comments (see also 1cc36c0ec9eb);
wenzelm [Fri, 07 Dec 2012 23:14:39 +0100] rev 50430
make double-sure that the future scheduler is properly shutdown, otherwise its threads are made persistent and will deadlock with the fresh instance after reloading the image (NB: Present.finish involves another Par_List.map over document_variants and thus might fork again);
wenzelm [Fri, 07 Dec 2012 23:11:01 +0100] rev 50429
final report_status within SYNCHRONIZED part of scheduler loop: required for sanity of data;
wenzelm [Fri, 07 Dec 2012 20:39:09 +0100] rev 50428
adhoc recovery from spurious NPEs, similar quantum-effect behind 7c8ce63a3c00;
wenzelm [Fri, 07 Dec 2012 18:20:33 +0100] rev 50427
obsolete;
wenzelm [Fri, 07 Dec 2012 18:05:24 +0100] rev 50426
eliminated old copy of proof.sty (1995), prefer the one usually included in current latex distributions (2005);
\usepackage{proof} only where required;