Mon, 10 Dec 2012 10:41:29 +0100 wenzelm clarified transitive_closure: proper cumulation of transitive steps, which is essential for Warshall-style algorithms;
Sun, 09 Dec 2012 14:05:21 +0100 wenzelm 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 wenzelm 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 wenzelm merged
Sat, 08 Dec 2012 22:15:44 +0100 blanchet merge
Sat, 08 Dec 2012 21:54:28 +0100 blanchet don't blacklist "case" theorems -- this causes problems in MaSh later
Sat, 08 Dec 2012 13:55:26 +0100 blanchet more changes to MaSh Python program (by Daniel K.)
Sat, 08 Dec 2012 00:48:51 +0100 blanchet don't have MaSh pretend it knows facts it doesn't know
Sat, 08 Dec 2012 00:48:51 +0100 blanchet 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 blanchet fixed embarrassing off-by-one bug in MaSh's Mesh
Sat, 08 Dec 2012 00:48:50 +0100 blanchet store evaluation output in a file
Sat, 08 Dec 2012 00:48:50 +0100 blanchet use parallel map
Sat, 08 Dec 2012 00:48:50 +0100 blanchet tweak MaSh fudge factors
Sat, 08 Dec 2012 00:48:50 +0100 blanchet 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 wenzelm basic monitor panel, using the powerful jfreechart library;
Sat, 08 Dec 2012 22:14:39 +0100 wenzelm 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 wenzelm 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 wenzelm 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 wenzelm final report_status within SYNCHRONIZED part of scheduler loop: required for sanity of data;
Fri, 07 Dec 2012 20:39:09 +0100 wenzelm adhoc recovery from spurious NPEs, similar quantum-effect behind 7c8ce63a3c00;
Fri, 07 Dec 2012 18:20:33 +0100 wenzelm obsolete;
Fri, 07 Dec 2012 18:05:24 +0100 wenzelm eliminated old copy of proof.sty (1995), prefer the one usually included in current latex distributions (2005);
Fri, 07 Dec 2012 17:00:40 +0100 wenzelm merged
Fri, 07 Dec 2012 16:53:35 +0100 wenzelm deactivate actual fork -- unstable in scala-2.9.2 on multicore hardware;
Fri, 07 Dec 2012 16:33:17 +0100 wenzelm some support to recover from spurious crash -- this is Physics, not Mathematics;
Fri, 07 Dec 2012 16:25:33 +0100 wenzelm 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 nipkow tuned text
Fri, 07 Dec 2012 15:53:28 +0100 nipkow corrected nonsensical associativity of `` and dvd
Fri, 07 Dec 2012 14:29:09 +0100 hoelzl add exponential and uniform distributions
Fri, 07 Dec 2012 14:29:08 +0100 hoelzl fundamental theorem of calculus for the Lebesgue integral
Fri, 07 Dec 2012 14:28:57 +0100 hoelzl add Int_atMost
Fri, 07 Dec 2012 14:30:00 +0100 wenzelm 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 wenzelm fork slow part of Thy_Load.body_files only;
Fri, 07 Dec 2012 13:38:32 +0100 wenzelm explore theory_body_files via future, for improved performance;
Thu, 06 Dec 2012 23:07:10 +0100 wenzelm merged
Thu, 06 Dec 2012 17:48:04 +0100 blanchet use proper entry point for MaSh in test driver
Thu, 06 Dec 2012 16:49:48 +0100 blanchet export ATP and Isar commands separately
Thu, 06 Dec 2012 23:01:49 +0100 wenzelm proper Sendback.markup, as required for standard Prover IDE protocol (see also c62ce309dc26);
Thu, 06 Dec 2012 22:12:25 +0100 wenzelm discontinued obsolete "Tracing" button -- limited tracing channel works sufficiently well;
Thu, 06 Dec 2012 21:54:43 +0100 wenzelm 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 wenzelm updated README;
Thu, 06 Dec 2012 21:46:20 +0100 wenzelm documentation for isabelle build_dialog and its implicit use in isabelle jedit;
Thu, 06 Dec 2012 21:16:46 +0100 wenzelm clarified build_dialog: regular up-to-date check (extra cost of approx. 5s startup for HOL);
Thu, 06 Dec 2012 20:26:14 +0100 wenzelm avoid startup within GUI thread -- it is only required later for dialog;
Thu, 06 Dec 2012 17:59:37 +0100 wenzelm more uniform default logic, using settings, options, args etc.;
Thu, 06 Dec 2012 16:07:09 +0100 blanchet use right names in MePo exporter
Thu, 06 Dec 2012 15:54:17 +0100 blanchet parse more liberal MaSh suggestion syntax (for the eval driver)
Thu, 06 Dec 2012 11:42:23 +0100 wenzelm merged
Thu, 06 Dec 2012 11:27:44 +0100 blanchet made Python code compile again (by Daniel K.)
Thu, 06 Dec 2012 11:25:10 +0100 blanchet tweaked MaSh proximity
Thu, 06 Dec 2012 11:25:10 +0100 blanchet reduce max number of dependencies for MaSh to get rid of junk
Thu, 06 Dec 2012 11:25:10 +0100 blanchet more feature tweaks
Thu, 06 Dec 2012 11:25:10 +0100 blanchet prioritize chained facts
Thu, 06 Dec 2012 11:25:10 +0100 blanchet more MaSh feature tweaking
Thu, 06 Dec 2012 11:25:10 +0100 blanchet record free variables as a MaSh feature
Thu, 06 Dec 2012 11:25:10 +0100 blanchet expand type classes into their ancestors for MaSh
Thu, 06 Dec 2012 11:25:10 +0100 blanchet tweaked MaSh features, based on comments by Josef Urban
Thu, 06 Dec 2012 11:25:10 +0100 blanchet increase weight of local facts again (MaSh)
Thu, 06 Dec 2012 11:25:10 +0100 blanchet simplify code now that "mash.py" supports weights
Thu, 06 Dec 2012 11:25:10 +0100 blanchet added weights to MaSh (by Daniel Kuehlwein)
Wed, 05 Dec 2012 15:59:08 +0100 hoelzl Move the measurability prover to its own file
Wed, 05 Dec 2012 15:58:48 +0100 hoelzl Show search depth in the debug output of the measurability prover
Wed, 05 Dec 2012 15:58:45 +0100 hoelzl Remove looping rule from measurability prover
Tue, 04 Dec 2012 20:44:18 +0100 hoelzl rules for improper Lebesgue integrals (using tendsto at_top)
Wed, 05 Dec 2012 13:25:06 +0100 blanchet take proximity into account for MaSh + fix a debilitating bug in feature generation
Wed, 05 Dec 2012 13:25:06 +0100 blanchet tuning
Thu, 06 Dec 2012 11:37:02 +0100 wenzelm clarified default button (cf. org/gjt/sp/jedit/gui/OptionsDialog.java);
Wed, 05 Dec 2012 22:25:15 +0100 wenzelm select logic session names, not paths;
Wed, 05 Dec 2012 21:13:50 +0100 wenzelm added keyboard shortcut for button (canonical way to do that?);
Wed, 05 Dec 2012 20:43:02 +0100 wenzelm evade ugly default font, notably on Windows laf;
Wed, 05 Dec 2012 20:24:49 +0100 wenzelm center main window;
Wed, 05 Dec 2012 19:46:47 +0100 wenzelm more direct dialog via existing GUI components;
Wed, 05 Dec 2012 19:25:57 +0100 wenzelm clarified logic argument: session name, not path name;
Wed, 05 Dec 2012 19:08:23 +0100 wenzelm tuned message;
Wed, 05 Dec 2012 18:09:38 +0100 wenzelm implicit build_dialog for Isabelle/jEdit;
Wed, 05 Dec 2012 18:07:32 +0100 wenzelm tuned message;
Wed, 05 Dec 2012 17:48:58 +0100 wenzelm tuned OK feedback;
Wed, 05 Dec 2012 17:38:43 +0100 wenzelm check for existing image (even if outdated);
Wed, 05 Dec 2012 17:05:25 +0100 wenzelm more elementary dialog, with less interaction;
Wed, 05 Dec 2012 16:33:02 +0100 wenzelm basic interaction with build process;
Wed, 05 Dec 2012 16:31:58 +0100 wenzelm allow to terminate jobs via Progress;
Wed, 05 Dec 2012 14:45:44 +0100 wenzelm more formal progress context;
Wed, 05 Dec 2012 14:19:44 +0100 wenzelm basic wrapper for session build dialog;
Wed, 05 Dec 2012 14:13:47 +0100 wenzelm tuned;
Wed, 05 Dec 2012 12:22:55 +0100 wenzelm tuned signature in accordance to document operations;
Wed, 05 Dec 2012 11:34:04 +0100 wenzelm tuned;
Wed, 05 Dec 2012 11:05:34 +0100 nipkow merged
Wed, 05 Dec 2012 11:05:23 +0100 nipkow \<noteq> now has the same associativity as ~= and =
Wed, 05 Dec 2012 10:35:58 +0100 blanchet tweaked order of theorems to avoid forward dependencies (MaSh)
Tue, 04 Dec 2012 23:50:36 +0100 blanchet rationalized MaSh evaluation harness
Tue, 04 Dec 2012 23:43:24 +0100 blanchet more robustness in the face of MaSh format changes -- don't overwrite new versions with old versions
Tue, 04 Dec 2012 23:19:03 +0100 blanchet added feature weights in MaSh
Tue, 04 Dec 2012 23:19:02 +0100 blanchet promote local facts using a hack (for MaSh)
Tue, 04 Dec 2012 22:14:59 +0100 wenzelm proper action labels, to make this appear in the "Shortcuts" panel, for example;
Tue, 04 Dec 2012 19:10:14 +0100 blanchet turned off noisy MaSh features
Tue, 04 Dec 2012 19:09:44 +0100 blanchet added MaSh learning to Mirabelle
Tue, 04 Dec 2012 18:23:50 +0100 blanchet fixed bug in initialization of naive Bayes (MaSh)
Tue, 04 Dec 2012 18:12:30 +0100 blanchet tuned MaSh exporter -- and don't make temp directories unless explicitly told so
Tue, 04 Dec 2012 18:12:29 +0100 blanchet generalized MaSh exporter to sets of theories
Tue, 04 Dec 2012 18:00:40 +0100 hoelzl remove SMT proofs in Multivariate_Analysis
Tue, 04 Dec 2012 18:00:37 +0100 hoelzl prove tendsto_power_div_exp_0
Tue, 04 Dec 2012 18:00:31 +0100 hoelzl add filterlim rules for eventually monotone bijective functions; mirror rules for at_top, at_bot; apply them to prove convergence of arctan at infinity and tan at pi/2
Tue, 04 Dec 2012 16:20:24 +0100 wenzelm merged
Tue, 04 Dec 2012 15:47:37 +0100 wenzelm emit bulk edits on initialization of multiple buffers, which greatly improves performance when starting big sessions (e.g. JinjaThreads);
Tue, 04 Dec 2012 15:02:45 +0100 blanchet go back to Z3 3.2
Tue, 04 Dec 2012 12:19:19 +0100 nipkow tuned defs of sec_xyz
Tue, 04 Dec 2012 11:06:51 +0100 wenzelm provide general insert_line_padding as convenience operation, e.g. for BeanShell macros;
Tue, 04 Dec 2012 10:02:51 +0100 blanchet simplify MaSh term patterns + add missing global facts if there aren't too many
Tue, 04 Dec 2012 00:37:11 +0100 blanchet MaSh improvements: deeper patterns + more respect for chained facts
Mon, 03 Dec 2012 23:43:53 +0100 blanchet tuned names
Mon, 03 Dec 2012 23:43:52 +0100 blanchet tweaked MaSh exporter
Mon, 03 Dec 2012 23:43:49 +0100 blanchet renamed "Type.thy" to something that's less likely to cause conflicts
Mon, 03 Dec 2012 20:55:34 +0100 blanchet proper quoting of paths in MaSh shell script, take 2 (cf. b00eeb8e352e)
Mon, 03 Dec 2012 20:55:33 +0100 blanchet added "fact_filter" option to Mirabelle
Mon, 03 Dec 2012 20:55:32 +0100 blanchet tweak SPASS default a tiny bit, so that a more interesting heuristic is chosen when "slicing=false" (for experiments)
Mon, 03 Dec 2012 20:43:40 +0100 wenzelm some notes on the Isabelle component repository at TUM;
Mon, 03 Dec 2012 18:19:12 +0100 hoelzl use filterlim in Lim and SEQ; tuned proofs
Mon, 03 Dec 2012 18:19:11 +0100 hoelzl conversion rules for at, at_left and at_right; applied to l'Hopital's rules.
Mon, 03 Dec 2012 18:19:09 +0100 hoelzl weakened assumptions for lhopital_right_0
Mon, 03 Dec 2012 18:19:08 +0100 hoelzl tuned proof
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip