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
Thu, 06 Dec 2012 11:25:10 +0100 reduce max number of dependencies for MaSh to get rid of junk
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50397
reduce max number of dependencies for MaSh to get rid of junk
Thu, 06 Dec 2012 11:25:10 +0100 more feature tweaks
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50396
more feature tweaks
Thu, 06 Dec 2012 11:25:10 +0100 prioritize chained facts
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50395
prioritize chained facts
Thu, 06 Dec 2012 11:25:10 +0100 more MaSh feature tweaking
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50394
more MaSh feature tweaking
Thu, 06 Dec 2012 11:25:10 +0100 record free variables as a MaSh feature
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50393
record free variables as a MaSh feature
Thu, 06 Dec 2012 11:25:10 +0100 expand type classes into their ancestors for MaSh
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50392
expand type classes into their ancestors for MaSh
Thu, 06 Dec 2012 11:25:10 +0100 tweaked MaSh features, based on comments by Josef Urban
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50391
tweaked MaSh features, based on comments by Josef Urban
Thu, 06 Dec 2012 11:25:10 +0100 increase weight of local facts again (MaSh)
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50390
increase weight of local facts again (MaSh)
Thu, 06 Dec 2012 11:25:10 +0100 simplify code now that "mash.py" supports weights
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50389
simplify code now that "mash.py" supports weights
Thu, 06 Dec 2012 11:25:10 +0100 added weights to MaSh (by Daniel Kuehlwein)
blanchet [Thu, 06 Dec 2012 11:25:10 +0100] rev 50388
added weights to MaSh (by Daniel Kuehlwein)
Wed, 05 Dec 2012 15:59:08 +0100 Move the measurability prover to its own file
hoelzl [Wed, 05 Dec 2012 15:59:08 +0100] rev 50387
Move the measurability prover to its own file
Wed, 05 Dec 2012 15:58:48 +0100 Show search depth in the debug output of the measurability prover
hoelzl [Wed, 05 Dec 2012 15:58:48 +0100] rev 50386
Show search depth in the debug output of the measurability prover
Wed, 05 Dec 2012 15:58:45 +0100 Remove looping rule from measurability prover
hoelzl [Wed, 05 Dec 2012 15:58:45 +0100] rev 50385
Remove looping rule from measurability prover
Tue, 04 Dec 2012 20:44:18 +0100 rules for improper Lebesgue integrals (using tendsto at_top)
hoelzl [Tue, 04 Dec 2012 20:44:18 +0100] rev 50384
rules for improper Lebesgue integrals (using tendsto at_top)
Wed, 05 Dec 2012 13:25:06 +0100 take proximity into account for MaSh + fix a debilitating bug in feature generation
blanchet [Wed, 05 Dec 2012 13:25:06 +0100] rev 50383
take proximity into account for MaSh + fix a debilitating bug in feature generation
Wed, 05 Dec 2012 13:25:06 +0100 tuning
blanchet [Wed, 05 Dec 2012 13:25:06 +0100] rev 50382
tuning
Thu, 06 Dec 2012 11:37:02 +0100 clarified default button (cf. org/gjt/sp/jedit/gui/OptionsDialog.java);
wenzelm [Thu, 06 Dec 2012 11:37:02 +0100] rev 50381
clarified default button (cf. org/gjt/sp/jedit/gui/OptionsDialog.java);
Wed, 05 Dec 2012 22:25:15 +0100 select logic session names, not paths;
wenzelm [Wed, 05 Dec 2012 22:25:15 +0100] rev 50380
select logic session names, not paths;
Wed, 05 Dec 2012 21:13:50 +0100 added keyboard shortcut for button (canonical way to do that?);
wenzelm [Wed, 05 Dec 2012 21:13:50 +0100] rev 50379
added keyboard shortcut for button (canonical way to do that?);
Wed, 05 Dec 2012 20:43:02 +0100 evade ugly default font, notably on Windows laf;
wenzelm [Wed, 05 Dec 2012 20:43:02 +0100] rev 50378
evade ugly default font, notably on Windows laf;
Wed, 05 Dec 2012 20:24:49 +0100 center main window;
wenzelm [Wed, 05 Dec 2012 20:24:49 +0100] rev 50377
center main window;
Wed, 05 Dec 2012 19:46:47 +0100 more direct dialog via existing GUI components;
wenzelm [Wed, 05 Dec 2012 19:46:47 +0100] rev 50376
more direct dialog via existing GUI components;
Wed, 05 Dec 2012 19:25:57 +0100 clarified logic argument: session name, not path name;
wenzelm [Wed, 05 Dec 2012 19:25:57 +0100] rev 50375
clarified logic argument: session name, not path name; tuned;
Wed, 05 Dec 2012 19:08:23 +0100 tuned message;
wenzelm [Wed, 05 Dec 2012 19:08:23 +0100] rev 50374
tuned message;
Wed, 05 Dec 2012 18:09:38 +0100 implicit build_dialog for Isabelle/jEdit;
wenzelm [Wed, 05 Dec 2012 18:09:38 +0100] rev 50373
implicit build_dialog for Isabelle/jEdit; clarified option -l: refer to session name, not image path;
Wed, 05 Dec 2012 18:07:32 +0100 tuned message;
wenzelm [Wed, 05 Dec 2012 18:07:32 +0100] rev 50372
tuned message;
Wed, 05 Dec 2012 17:48:58 +0100 tuned OK feedback;
wenzelm [Wed, 05 Dec 2012 17:48:58 +0100] rev 50371
tuned OK feedback;
Wed, 05 Dec 2012 17:38:43 +0100 check for existing image (even if outdated);
wenzelm [Wed, 05 Dec 2012 17:38:43 +0100] rev 50370
check for existing image (even if outdated); removed conflicting "clean" option;
Wed, 05 Dec 2012 17:05:25 +0100 more elementary dialog, with less interaction;
wenzelm [Wed, 05 Dec 2012 17:05:25 +0100] rev 50369
more elementary dialog, with less interaction;
Wed, 05 Dec 2012 16:33:02 +0100 basic interaction with build process;
wenzelm [Wed, 05 Dec 2012 16:33:02 +0100] rev 50368
basic interaction with build process;
Wed, 05 Dec 2012 16:31:58 +0100 allow to terminate jobs via Progress;
wenzelm [Wed, 05 Dec 2012 16:31:58 +0100] rev 50367
allow to terminate jobs via Progress; tuned;
Wed, 05 Dec 2012 14:45:44 +0100 more formal progress context;
wenzelm [Wed, 05 Dec 2012 14:45:44 +0100] rev 50366
more formal progress context;
Wed, 05 Dec 2012 14:19:44 +0100 basic wrapper for session build dialog;
wenzelm [Wed, 05 Dec 2012 14:19:44 +0100] rev 50365
basic wrapper for session build dialog;
Wed, 05 Dec 2012 14:13:47 +0100 tuned;
wenzelm [Wed, 05 Dec 2012 14:13:47 +0100] rev 50364
tuned;
Wed, 05 Dec 2012 12:22:55 +0100 tuned signature in accordance to document operations;
wenzelm [Wed, 05 Dec 2012 12:22:55 +0100] rev 50363
tuned signature in accordance to document operations;
Wed, 05 Dec 2012 11:34:04 +0100 tuned;
wenzelm [Wed, 05 Dec 2012 11:34:04 +0100] rev 50362
tuned;
Wed, 05 Dec 2012 11:05:34 +0100 merged
nipkow [Wed, 05 Dec 2012 11:05:34 +0100] rev 50361
merged
Wed, 05 Dec 2012 11:05:23 +0100 \<noteq> now has the same associativity as ~= and =
nipkow [Wed, 05 Dec 2012 11:05:23 +0100] rev 50360
\<noteq> now has the same associativity as ~= and =
Wed, 05 Dec 2012 10:35:58 +0100 tweaked order of theorems to avoid forward dependencies (MaSh)
blanchet [Wed, 05 Dec 2012 10:35:58 +0100] rev 50359
tweaked order of theorems to avoid forward dependencies (MaSh)
Tue, 04 Dec 2012 23:50:36 +0100 rationalized MaSh evaluation harness
blanchet [Tue, 04 Dec 2012 23:50:36 +0100] rev 50358
rationalized MaSh evaluation harness
Tue, 04 Dec 2012 23:43:24 +0100 more robustness in the face of MaSh format changes -- don't overwrite new versions with old versions
blanchet [Tue, 04 Dec 2012 23:43:24 +0100] rev 50357
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 added feature weights in MaSh
blanchet [Tue, 04 Dec 2012 23:19:03 +0100] rev 50356
added feature weights in MaSh
Tue, 04 Dec 2012 23:19:02 +0100 promote local facts using a hack (for MaSh)
blanchet [Tue, 04 Dec 2012 23:19:02 +0100] rev 50355
promote local facts using a hack (for MaSh)
Tue, 04 Dec 2012 22:14:59 +0100 proper action labels, to make this appear in the "Shortcuts" panel, for example;
wenzelm [Tue, 04 Dec 2012 22:14:59 +0100] rev 50354
proper action labels, to make this appear in the "Shortcuts" panel, for example;
Tue, 04 Dec 2012 19:10:14 +0100 turned off noisy MaSh features
blanchet [Tue, 04 Dec 2012 19:10:14 +0100] rev 50353
turned off noisy MaSh features
Tue, 04 Dec 2012 19:09:44 +0100 added MaSh learning to Mirabelle
blanchet [Tue, 04 Dec 2012 19:09:44 +0100] rev 50352
added MaSh learning to Mirabelle
Tue, 04 Dec 2012 18:23:50 +0100 fixed bug in initialization of naive Bayes (MaSh)
blanchet [Tue, 04 Dec 2012 18:23:50 +0100] rev 50351
fixed bug in initialization of naive Bayes (MaSh)
Tue, 04 Dec 2012 18:12:30 +0100 tuned MaSh exporter -- and don't make temp directories unless explicitly told so
blanchet [Tue, 04 Dec 2012 18:12:30 +0100] rev 50350
tuned MaSh exporter -- and don't make temp directories unless explicitly told so
Tue, 04 Dec 2012 18:12:29 +0100 generalized MaSh exporter to sets of theories
blanchet [Tue, 04 Dec 2012 18:12:29 +0100] rev 50349
generalized MaSh exporter to sets of theories
Tue, 04 Dec 2012 18:00:40 +0100 remove SMT proofs in Multivariate_Analysis
hoelzl [Tue, 04 Dec 2012 18:00:40 +0100] rev 50348
remove SMT proofs in Multivariate_Analysis
Tue, 04 Dec 2012 18:00:37 +0100 prove tendsto_power_div_exp_0
hoelzl [Tue, 04 Dec 2012 18:00:37 +0100] rev 50347
prove tendsto_power_div_exp_0 * * * missing rename
Tue, 04 Dec 2012 18:00:31 +0100 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
hoelzl [Tue, 04 Dec 2012 18:00:31 +0100] rev 50346
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 merged
wenzelm [Tue, 04 Dec 2012 16:20:24 +0100] rev 50345
merged
Tue, 04 Dec 2012 15:47:37 +0100 emit bulk edits on initialization of multiple buffers, which greatly improves performance when starting big sessions (e.g. JinjaThreads);
wenzelm [Tue, 04 Dec 2012 15:47:37 +0100] rev 50344
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 go back to Z3 3.2
blanchet [Tue, 04 Dec 2012 15:02:45 +0100] rev 50343
go back to Z3 3.2
Tue, 04 Dec 2012 12:19:19 +0100 tuned defs of sec_xyz
nipkow [Tue, 04 Dec 2012 12:19:19 +0100] rev 50342
tuned defs of sec_xyz
Tue, 04 Dec 2012 11:06:51 +0100 provide general insert_line_padding as convenience operation, e.g. for BeanShell macros;
wenzelm [Tue, 04 Dec 2012 11:06:51 +0100] rev 50341
provide general insert_line_padding as convenience operation, e.g. for BeanShell macros;
Tue, 04 Dec 2012 10:02:51 +0100 simplify MaSh term patterns + add missing global facts if there aren't too many
blanchet [Tue, 04 Dec 2012 10:02:51 +0100] rev 50340
simplify MaSh term patterns + add missing global facts if there aren't too many
Tue, 04 Dec 2012 00:37:11 +0100 MaSh improvements: deeper patterns + more respect for chained facts
blanchet [Tue, 04 Dec 2012 00:37:11 +0100] rev 50339
MaSh improvements: deeper patterns + more respect for chained facts
Mon, 03 Dec 2012 23:43:53 +0100 tuned names
blanchet [Mon, 03 Dec 2012 23:43:53 +0100] rev 50338
tuned names
Mon, 03 Dec 2012 23:43:52 +0100 tweaked MaSh exporter
blanchet [Mon, 03 Dec 2012 23:43:52 +0100] rev 50337
tweaked MaSh exporter
Mon, 03 Dec 2012 23:43:49 +0100 renamed "Type.thy" to something that's less likely to cause conflicts
blanchet [Mon, 03 Dec 2012 23:43:49 +0100] rev 50336
renamed "Type.thy" to something that's less likely to cause conflicts
Mon, 03 Dec 2012 20:55:34 +0100 proper quoting of paths in MaSh shell script, take 2 (cf. b00eeb8e352e)
blanchet [Mon, 03 Dec 2012 20:55:34 +0100] rev 50335
proper quoting of paths in MaSh shell script, take 2 (cf. b00eeb8e352e)
Mon, 03 Dec 2012 20:55:33 +0100 added "fact_filter" option to Mirabelle
blanchet [Mon, 03 Dec 2012 20:55:33 +0100] rev 50334
added "fact_filter" option to Mirabelle
Mon, 03 Dec 2012 20:55:32 +0100 tweak SPASS default a tiny bit, so that a more interesting heuristic is chosen when "slicing=false" (for experiments)
blanchet [Mon, 03 Dec 2012 20:55:32 +0100] rev 50333
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 some notes on the Isabelle component repository at TUM;
wenzelm [Mon, 03 Dec 2012 20:43:40 +0100] rev 50332
some notes on the Isabelle component repository at TUM;
Mon, 03 Dec 2012 18:19:12 +0100 use filterlim in Lim and SEQ; tuned proofs
hoelzl [Mon, 03 Dec 2012 18:19:12 +0100] rev 50331
use filterlim in Lim and SEQ; tuned proofs
Mon, 03 Dec 2012 18:19:11 +0100 conversion rules for at, at_left and at_right; applied to l'Hopital's rules.
hoelzl [Mon, 03 Dec 2012 18:19:11 +0100] rev 50330
conversion rules for at, at_left and at_right; applied to l'Hopital's rules.
Mon, 03 Dec 2012 18:19:09 +0100 weakened assumptions for lhopital_right_0
hoelzl [Mon, 03 Dec 2012 18:19:09 +0100] rev 50329
weakened assumptions for lhopital_right_0
Mon, 03 Dec 2012 18:19:08 +0100 tuned proof
hoelzl [Mon, 03 Dec 2012 18:19:08 +0100] rev 50328
tuned proof
Mon, 03 Dec 2012 18:19:07 +0100 add L'Hôpital's rule
hoelzl [Mon, 03 Dec 2012 18:19:07 +0100] rev 50327
add L'Hôpital's rule
Mon, 03 Dec 2012 18:19:05 +0100 add filterlim rules for exp and ln to infinity
hoelzl [Mon, 03 Dec 2012 18:19:05 +0100] rev 50326
add filterlim rules for exp and ln to infinity
Mon, 03 Dec 2012 18:19:04 +0100 add filterlim rules for inverse and at_infinity
hoelzl [Mon, 03 Dec 2012 18:19:04 +0100] rev 50325
add filterlim rules for inverse and at_infinity
Mon, 03 Dec 2012 18:19:02 +0100 add filterlim rules for diverging multiplication and addition; move at_infinity to the HOL image
hoelzl [Mon, 03 Dec 2012 18:19:02 +0100] rev 50324
add filterlim rules for diverging multiplication and addition; move at_infinity to the HOL image
Mon, 03 Dec 2012 18:19:01 +0100 add filterlim rules for unary minus and inverse
hoelzl [Mon, 03 Dec 2012 18:19:01 +0100] rev 50323
add filterlim rules for unary minus and inverse
Mon, 03 Dec 2012 18:18:59 +0100 rename filter_lim to filterlim to be consistent with filtermap
hoelzl [Mon, 03 Dec 2012 18:18:59 +0100] rev 50322
rename filter_lim to filterlim to be consistent with filtermap
Mon, 03 Dec 2012 18:13:23 +0100 add check to Cooper's algorithm that left-hand of dvd is a numeral
hoelzl [Mon, 03 Dec 2012 18:13:23 +0100] rev 50321
add check to Cooper's algorithm that left-hand of dvd is a numeral
Mon, 03 Dec 2012 17:18:59 +0100 merged
wenzelm [Mon, 03 Dec 2012 17:18:59 +0100] rev 50320
merged
Mon, 03 Dec 2012 13:24:55 +0100 robust writing of MaSh state -- better drop learning data than cause other problems in Sledgehammer
blanchet [Mon, 03 Dec 2012 13:24:55 +0100] rev 50319
robust writing of MaSh state -- better drop learning data than cause other problems in Sledgehammer
Mon, 03 Dec 2012 17:08:39 +0100 avoid odd warnings due to failure of systray icon;
wenzelm [Mon, 03 Dec 2012 17:08:39 +0100] rev 50318
avoid odd warnings due to failure of systray icon;
Mon, 03 Dec 2012 16:07:28 +0100 synchronized read access to cache file -- avoid potential conflict with ongoing write (which is non-atomic);
wenzelm [Mon, 03 Dec 2012 16:07:28 +0100] rev 50317
synchronized read access to cache file -- avoid potential conflict with ongoing write (which is non-atomic); clarified signature -- cache init is unsynchronized and hopefully used at most once per file;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip