Mon, 10 Dec 2012 15:39:20 +0100 some clarification for Windows;
wenzelm [Mon, 10 Dec 2012 15:39:20 +0100] rev 50453
some clarification for Windows;
Mon, 10 Dec 2012 15:17:47 +0100 stateless dockable window for graphview, which is triggered by the active area of the corresponding diagnostic command;
wenzelm [Mon, 10 Dec 2012 15:17:47 +0100] rev 50452
stateless dockable window for graphview, which is triggered by the active area of the corresponding diagnostic command;
Mon, 10 Dec 2012 15:13:13 +0100 tuned;
wenzelm [Mon, 10 Dec 2012 15:13:13 +0100] rev 50451
tuned;
Mon, 10 Dec 2012 13:52:33 +0100 generalized notion of active area, where sendback is just one application;
wenzelm [Mon, 10 Dec 2012 13:52:33 +0100] rev 50450
generalized notion of active area, where sendback is just one application; some support for graphview via active area;
Mon, 10 Dec 2012 14:45:47 +0100 merged
wenzelm [Mon, 10 Dec 2012 14:45:47 +0100] rev 50449
merged
Mon, 10 Dec 2012 10:29:52 +0100 have MaSh evaluator keep all raw problem/solution files in a directory
blanchet [Mon, 10 Dec 2012 10:29:52 +0100] rev 50448
have MaSh evaluator keep all raw problem/solution files in a directory
Mon, 10 Dec 2012 10:41:29 +0100 clarified transitive_closure: proper cumulation of transitive steps, which is essential for Warshall-style algorithms;
wenzelm [Mon, 10 Dec 2012 10:41:29 +0100] rev 50447
clarified transitive_closure: proper cumulation of transitive steps, which is essential for Warshall-style algorithms;
Sun, 09 Dec 2012 14:05:21 +0100 always apply transitive_reduction_acyclic in imitation of old graph browser (essential to avoid slow layout and overcrowded display, e.g. class_deps);
wenzelm [Sun, 09 Dec 2012 14:05:21 +0100] rev 50446
always apply transitive_reduction_acyclic in imitation of old graph browser (essential to avoid slow layout and overcrowded display, e.g. class_deps);
Sun, 09 Dec 2012 14:01:09 +0100 added graph operations for transitive closure and reduction in Scala -- unproven and thus better left out of the kernel-relevant ML module;
wenzelm [Sun, 09 Dec 2012 14:01:09 +0100] rev 50445
added graph operations for transitive closure and reduction in Scala -- unproven and thus better left out of the kernel-relevant ML module;
Sat, 08 Dec 2012 22:41:39 +0100 merged
wenzelm [Sat, 08 Dec 2012 22:41:39 +0100] rev 50444
merged
Sat, 08 Dec 2012 22:15:44 +0100 merge
blanchet [Sat, 08 Dec 2012 22:15:44 +0100] rev 50443
merge
Sat, 08 Dec 2012 21:54:28 +0100 don't blacklist "case" theorems -- this causes problems in MaSh later
blanchet [Sat, 08 Dec 2012 21:54:28 +0100] rev 50442
don't blacklist "case" theorems -- this causes problems in MaSh later
Sat, 08 Dec 2012 13:55:26 +0100 more changes to MaSh Python program (by Daniel K.)
blanchet [Sat, 08 Dec 2012 13:55:26 +0100] rev 50441
more changes to MaSh Python program (by Daniel K.)
Sat, 08 Dec 2012 00:48:51 +0100 don't have MaSh pretend it knows facts it doesn't know
blanchet [Sat, 08 Dec 2012 00:48:51 +0100] rev 50440
don't have MaSh pretend it knows facts it doesn't know
Sat, 08 Dec 2012 00:48:51 +0100 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: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)
Sat, 08 Dec 2012 00:48:50 +0100 fixed embarrassing off-by-one bug in MaSh's Mesh
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50438
fixed embarrassing off-by-one bug in MaSh's Mesh
Sat, 08 Dec 2012 00:48:50 +0100 store evaluation output in a file
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50437
store evaluation output in a file
Sat, 08 Dec 2012 00:48:50 +0100 use parallel map
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50436
use parallel map
Sat, 08 Dec 2012 00:48:50 +0100 tweak MaSh fudge factors
blanchet [Sat, 08 Dec 2012 00:48:50 +0100] rev 50435
tweak MaSh fudge factors
Sat, 08 Dec 2012 00:48:50 +0100 more MaSh tweaking -- in particular, export the same facts in "MaSh_Export" as are later tried in "MaSh_Eval"
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"
Sat, 08 Dec 2012 22:19:24 +0100 basic monitor panel, using the powerful jfreechart library;
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;
Sat, 08 Dec 2012 22:14:39 +0100 added jfreechart library, including the old version of iText from its distribution (required for the demo application and examples);
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);
Sat, 08 Dec 2012 13:25:49 +0100 check consistent theory names for direct imports as well -- as claimed in the comments (see also 1cc36c0ec9eb);
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);
Fri, 07 Dec 2012 23:14:39 +0100 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: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);
Fri, 07 Dec 2012 23:11:01 +0100 final report_status within SYNCHRONIZED part of scheduler loop: required for sanity of data;
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;
Fri, 07 Dec 2012 20:39:09 +0100 adhoc recovery from spurious NPEs, similar quantum-effect behind 7c8ce63a3c00;
wenzelm [Fri, 07 Dec 2012 20:39:09 +0100] rev 50428
adhoc recovery from spurious NPEs, similar quantum-effect behind 7c8ce63a3c00;
Fri, 07 Dec 2012 18:20:33 +0100 obsolete;
wenzelm [Fri, 07 Dec 2012 18:20:33 +0100] rev 50427
obsolete;
Fri, 07 Dec 2012 18:05:24 +0100 eliminated old copy of proof.sty (1995), prefer the one usually included in current latex distributions (2005);
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;
Fri, 07 Dec 2012 17:00:40 +0100 merged
wenzelm [Fri, 07 Dec 2012 17:00:40 +0100] rev 50425
merged
Fri, 07 Dec 2012 16:53:35 +0100 deactivate actual fork -- unstable in scala-2.9.2 on multicore hardware;
wenzelm [Fri, 07 Dec 2012 16:53:35 +0100] rev 50424
deactivate actual fork -- unstable in scala-2.9.2 on multicore hardware;
Fri, 07 Dec 2012 16:33:17 +0100 some support to recover from spurious crash -- this is Physics, not Mathematics;
wenzelm [Fri, 07 Dec 2012 16:33:17 +0100] rev 50423
some support to recover from spurious crash -- this is Physics, not Mathematics;
Fri, 07 Dec 2012 16:25:33 +0100 avoid ML_file in large theory files to improve performance of dependency discovery of main HOL (approx. 1s CPU time) -- relevant for any application using it, e.g. small paper sessions;
wenzelm [Fri, 07 Dec 2012 16:25:33 +0100] rev 50422
avoid ML_file in large theory files to improve performance of dependency discovery of main HOL (approx. 1s CPU time) -- relevant for any application using it, e.g. small paper sessions;
Fri, 07 Dec 2012 16:38:25 +0100 tuned text
nipkow [Fri, 07 Dec 2012 16:38:25 +0100] rev 50421
tuned text
Fri, 07 Dec 2012 15:53:28 +0100 corrected nonsensical associativity of `` and dvd
nipkow [Fri, 07 Dec 2012 15:53:28 +0100] rev 50420
corrected nonsensical associativity of `` and dvd
Fri, 07 Dec 2012 14:29:09 +0100 add exponential and uniform distributions
hoelzl [Fri, 07 Dec 2012 14:29:09 +0100] rev 50419
add exponential and uniform distributions
Fri, 07 Dec 2012 14:29:08 +0100 fundamental theorem of calculus for the Lebesgue integral
hoelzl [Fri, 07 Dec 2012 14:29:08 +0100] rev 50418
fundamental theorem of calculus for the Lebesgue integral
Fri, 07 Dec 2012 14:28:57 +0100 add Int_atMost
hoelzl [Fri, 07 Dec 2012 14:28:57 +0100] rev 50417
add Int_atMost
Fri, 07 Dec 2012 14:30:00 +0100 more rigorous "build only" mode: avoid build dialog of logic image and its potential need for GUI display;
wenzelm [Fri, 07 Dec 2012 14:30:00 +0100] rev 50416
more rigorous "build only" mode: avoid build dialog of logic image and its potential need for GUI display;
Fri, 07 Dec 2012 13:56:01 +0100 fork slow part of Thy_Load.body_files only;
wenzelm [Fri, 07 Dec 2012 13:56:01 +0100] rev 50415
fork slow part of Thy_Load.body_files only;
Fri, 07 Dec 2012 13:38:32 +0100 explore theory_body_files via future, for improved performance;
wenzelm [Fri, 07 Dec 2012 13:38:32 +0100] rev 50414
explore theory_body_files via future, for improved performance; further internalization of header errors;
Thu, 06 Dec 2012 23:07:10 +0100 merged
wenzelm [Thu, 06 Dec 2012 23:07:10 +0100] rev 50413
merged
Thu, 06 Dec 2012 17:48:04 +0100 use proper entry point for MaSh in test driver
blanchet [Thu, 06 Dec 2012 17:48:04 +0100] rev 50412
use proper entry point for MaSh in test driver
Thu, 06 Dec 2012 16:49:48 +0100 export ATP and Isar commands separately
blanchet [Thu, 06 Dec 2012 16:49:48 +0100] rev 50411
export ATP and Isar commands separately
Thu, 06 Dec 2012 23:01:49 +0100 proper Sendback.markup, as required for standard Prover IDE protocol (see also c62ce309dc26);
wenzelm [Thu, 06 Dec 2012 23:01:49 +0100] rev 50410
proper Sendback.markup, as required for standard Prover IDE protocol (see also c62ce309dc26);
Thu, 06 Dec 2012 22:12:25 +0100 discontinued obsolete "Tracing" button -- limited tracing channel works sufficiently well;
wenzelm [Thu, 06 Dec 2012 22:12:25 +0100] rev 50409
discontinued obsolete "Tracing" button -- limited tracing channel works sufficiently well;
Thu, 06 Dec 2012 21:54:43 +0100 discontinued option jedit_auto_start, which is somewhat pointless as there is no manual session start within Isabelle/jEdit;
wenzelm [Thu, 06 Dec 2012 21:54:43 +0100] rev 50408
discontinued option jedit_auto_start, which is somewhat pointless as there is no manual session start within Isabelle/jEdit;
Thu, 06 Dec 2012 21:53:35 +0100 updated README;
wenzelm [Thu, 06 Dec 2012 21:53:35 +0100] rev 50407
updated README;
Thu, 06 Dec 2012 21:46:20 +0100 documentation for isabelle build_dialog and its implicit use in isabelle jedit;
wenzelm [Thu, 06 Dec 2012 21:46:20 +0100] rev 50406
documentation for isabelle build_dialog and its implicit use in isabelle jedit;
Thu, 06 Dec 2012 21:16:46 +0100 clarified build_dialog: regular up-to-date check (extra cost of approx. 5s startup for HOL);
wenzelm [Thu, 06 Dec 2012 21:16:46 +0100] rev 50405
clarified build_dialog: regular up-to-date check (extra cost of approx. 5s startup for HOL); added jedit option -n to bypass build_dialog;
Thu, 06 Dec 2012 20:26:14 +0100 avoid startup within GUI thread -- it is only required later for dialog;
wenzelm [Thu, 06 Dec 2012 20:26:14 +0100] rev 50404
avoid startup within GUI thread -- it is only required later for dialog; tuned signature;
Thu, 06 Dec 2012 17:59:37 +0100 more uniform default logic, using settings, options, args etc.;
wenzelm [Thu, 06 Dec 2012 17:59:37 +0100] rev 50403
more uniform default logic, using settings, options, args etc.; clarified build_dialog -C: imitate jEdit logic selection more precisely;
Thu, 06 Dec 2012 16:07:09 +0100 use right names in MePo exporter
blanchet [Thu, 06 Dec 2012 16:07:09 +0100] rev 50402
use right names in MePo exporter
Thu, 06 Dec 2012 15:54:17 +0100 parse more liberal MaSh suggestion syntax (for the eval driver)
blanchet [Thu, 06 Dec 2012 15:54:17 +0100] rev 50401
parse more liberal MaSh suggestion syntax (for the eval driver)
Thu, 06 Dec 2012 11:42:23 +0100 merged
wenzelm [Thu, 06 Dec 2012 11:42:23 +0100] rev 50400
merged
Thu, 06 Dec 2012 11:27:44 +0100 made Python code compile again (by Daniel K.)
blanchet [Thu, 06 Dec 2012 11:27:44 +0100] rev 50399
made Python code compile again (by Daniel K.)
Thu, 06 Dec 2012 11:25:10 +0100 tweaked MaSh proximity
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50398
tweaked MaSh proximity
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip