Sun, 11 Apr 2010 14:04:10 +0200 of_sort_derivation: weaken bypasses derivation for identical sort -- accomodate proof terms by krauss/schropp, for example;
wenzelm [Sun, 11 Apr 2010 14:04:10 +0200] rev 36104
of_sort_derivation: weaken bypasses derivation for identical sort -- accomodate proof terms by krauss/schropp, for example;
Sun, 11 Apr 2010 13:13:23 +0200 tuned;
wenzelm [Sun, 11 Apr 2010 13:13:23 +0200] rev 36103
tuned;
Sun, 11 Apr 2010 13:08:14 +0200 of_sort_derivation: pass-through full type information -- following the version by krauss/schropp;
wenzelm [Sun, 11 Apr 2010 13:08:14 +0200] rev 36102
of_sort_derivation: pass-through full type information -- following the version by krauss/schropp;
Fri, 09 Apr 2010 13:35:54 +0200 include JEDIT_APPLE_PROPERTIES by default;
wenzelm [Fri, 09 Apr 2010 13:35:54 +0200] rev 36101
include JEDIT_APPLE_PROPERTIES by default;
Fri, 09 Apr 2010 11:35:50 +0200 isatest: more uniform setup for Unix vs. Cygwin;
wenzelm [Fri, 09 Apr 2010 11:35:50 +0200] rev 36100
isatest: more uniform setup for Unix vs. Cygwin;
Thu, 08 Apr 2010 22:39:06 +0200 added missing case: meta universal quantifier
boehmes [Thu, 08 Apr 2010 22:39:06 +0200] rev 36099
added missing case: meta universal quantifier
Thu, 08 Apr 2010 08:17:27 +0200 added imperative SAT checker; improved headers of example files; adopted IsaMakefile
bulwahn [Thu, 08 Apr 2010 08:17:27 +0200] rev 36098
added imperative SAT checker; improved headers of example files; adopted IsaMakefile
Wed, 07 Apr 2010 22:22:49 +0200 Merged.
ballarin [Wed, 07 Apr 2010 22:22:49 +0200] rev 36097
Merged.
Wed, 07 Apr 2010 19:17:10 +0200 Merged resolving conflicts NEWS and locale.ML.
ballarin [Wed, 07 Apr 2010 19:17:10 +0200] rev 36096
Merged resolving conflicts NEWS and locale.ML.
Fri, 02 Apr 2010 13:33:48 +0200 Proper inheritance of mixins for activated facts and locale dependencies.
ballarin [Fri, 02 Apr 2010 13:33:48 +0200] rev 36095
Proper inheritance of mixins for activated facts and locale dependencies.
Mon, 15 Feb 2010 19:54:54 +0100 Removed obsolete function.
ballarin [Mon, 15 Feb 2010 19:54:54 +0100] rev 36094
Removed obsolete function.
Mon, 15 Feb 2010 01:34:08 +0100 Graceful treatment of non-locale subgoals by methods unfold_locales and intro_locales.
ballarin [Mon, 15 Feb 2010 01:34:08 +0100] rev 36093
Graceful treatment of non-locale subgoals by methods unfold_locales and intro_locales.
Mon, 15 Feb 2010 01:27:06 +0100 Tuned interpretation proofs.
ballarin [Mon, 15 Feb 2010 01:27:06 +0100] rev 36092
Tuned interpretation proofs.
Thu, 11 Feb 2010 21:00:36 +0100 A rough implementation of full mixin inheritance; additional unit tests.
ballarin [Thu, 11 Feb 2010 21:00:36 +0100] rev 36091
A rough implementation of full mixin inheritance; additional unit tests.
Tue, 02 Feb 2010 21:23:20 +0100 Clarified invariant; tuned.
ballarin [Tue, 02 Feb 2010 21:23:20 +0100] rev 36090
Clarified invariant; tuned.
Mon, 01 Feb 2010 21:59:27 +0100 More mixin tests.
ballarin [Mon, 01 Feb 2010 21:59:27 +0100] rev 36089
More mixin tests.
Mon, 01 Feb 2010 21:55:00 +0100 Use serial to be more debug friendly.
ballarin [Mon, 01 Feb 2010 21:55:00 +0100] rev 36088
Use serial to be more debug friendly.
Wed, 07 Apr 2010 20:40:42 +0200 buffered output (faster than direct output)
boehmes [Wed, 07 Apr 2010 20:40:42 +0200] rev 36087
buffered output (faster than direct output)
Wed, 07 Apr 2010 20:40:42 +0200 simplified Cache_IO interface (input is just a string and not already stored in a file)
boehmes [Wed, 07 Apr 2010 20:40:42 +0200] rev 36086
simplified Cache_IO interface (input is just a string and not already stored in a file)
Wed, 07 Apr 2010 20:40:42 +0200 shortened interface (do not export unused options and functions)
boehmes [Wed, 07 Apr 2010 20:40:42 +0200] rev 36085
shortened interface (do not export unused options and functions)
Wed, 07 Apr 2010 20:40:42 +0200 always unfold definitions of specific constants (including special binders)
boehmes [Wed, 07 Apr 2010 20:40:42 +0200] rev 36084
always unfold definitions of specific constants (including special binders)
Wed, 07 Apr 2010 20:40:42 +0200 shorten the code by conditional function application
boehmes [Wed, 07 Apr 2010 20:40:42 +0200] rev 36083
shorten the code by conditional function application
Wed, 07 Apr 2010 20:38:11 +0200 fail for problems containg the universal sort (as those problems cannot be atomized)
boehmes [Wed, 07 Apr 2010 20:38:11 +0200] rev 36082
fail for problems containg the universal sort (as those problems cannot be atomized)
Wed, 07 Apr 2010 19:48:58 +0200 renamed "smt_record" to "smt_fixed" (somewhat more expressive) and inverted its semantics
boehmes [Wed, 07 Apr 2010 19:48:58 +0200] rev 36081
renamed "smt_record" to "smt_fixed" (somewhat more expressive) and inverted its semantics
Wed, 07 Apr 2010 17:24:44 +0200 Added Information theory and Example: dining cryptographers
hoelzl [Wed, 07 Apr 2010 17:24:44 +0200] rev 36080
Added Information theory and Example: dining cryptographers
Wed, 07 Apr 2010 11:05:11 +0200 simplified induction case in finite_psubset_induct; tuned the proof that uses this induction principle
Christian Urban <urbanc@in.tum.de> [Wed, 07 Apr 2010 11:05:11 +0200] rev 36079
simplified induction case in finite_psubset_induct; tuned the proof that uses this induction principle
Tue, 06 Apr 2010 11:00:57 +0200 removed (latex output) notation which is sometimes very ugly
krauss [Tue, 06 Apr 2010 11:00:57 +0200] rev 36078
removed (latex output) notation which is sometimes very ugly
Tue, 06 Apr 2010 10:48:16 +0200 merged
boehmes [Tue, 06 Apr 2010 10:48:16 +0200] rev 36077
merged
Tue, 06 Apr 2010 10:46:28 +0200 added missing mult_1_left to linarith simp rules
boehmes [Tue, 06 Apr 2010 10:46:28 +0200] rev 36076
added missing mult_1_left to linarith simp rules
Tue, 06 Apr 2010 09:27:03 +0200 tuned proof (no induction needed); removed unused lemma and fuzzy comment
krauss [Tue, 06 Apr 2010 09:27:03 +0200] rev 36075
tuned proof (no induction needed); removed unused lemma and fuzzy comment
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip