Fri, 20 Apr 2012 18:29:21 +0200 |
kuncar |
hide the invariant constant for relators: invariant_commute infrastracture
|
changeset |
files
|
Fri, 20 Apr 2012 23:16:46 +0200 |
wenzelm |
improved interleaving of start_execution vs. cancel_execution of the next update;
|
changeset |
files
|
Fri, 20 Apr 2012 23:15:44 +0200 |
wenzelm |
tuned proofs;
|
changeset |
files
|
Fri, 20 Apr 2012 22:48:48 +0200 |
wenzelm |
always revisit nodes independently of "required" flag, which may change during editing -- avoid "bloodbath effect" when changing perspective while loading;
|
changeset |
files
|
Fri, 20 Apr 2012 22:51:06 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 20 Apr 2012 20:29:44 +0200 |
wenzelm |
simplified internal actor protocol;
|
changeset |
files
|
Fri, 20 Apr 2012 20:21:22 +0200 |
wenzelm |
builtin timing for main operations;
|
changeset |
files
|
Fri, 20 Apr 2012 15:49:45 +0200 |
huffman |
add secondary transfer rule for universal quantifiers on non-bi-total relations
|
changeset |
files
|
Fri, 20 Apr 2012 15:34:33 +0200 |
huffman |
move definition of set_rel into Library/Quotient_Set.thy
|
changeset |
files
|
Fri, 20 Apr 2012 15:30:13 +0200 |
huffman |
add transfer rule for 'id'
|
changeset |
files
|
Fri, 20 Apr 2012 14:57:19 +0200 |
huffman |
add new transfer rules and setup for lifting package
|
changeset |
files
|
Fri, 20 Apr 2012 10:37:00 +0200 |
huffman |
setup_lifting preprocesses forall_transfer rule by unfolding mem_Collect_eq
|
changeset |
files
|
Fri, 20 Apr 2012 11:17:01 +0200 |
hoelzl |
NEWS
|
changeset |
files
|
Fri, 20 Apr 2012 11:14:39 +0200 |
hoelzl |
hide code generation facts in the Float theory, they are only exported for Approximation
|
changeset |
files
|
Fri, 20 Apr 2012 10:47:04 +0200 |
nipkow |
merged
|
changeset |
files
|
Fri, 20 Apr 2012 10:46:55 +0200 |
nipkow |
forgot to add file
|
changeset |
files
|
Fri, 20 Apr 2012 10:18:08 +0200 |
huffman |
make correspondence tactic more robust by replacing lhs with schematic variable before applying intro rules
|
changeset |
files
|
Thu, 19 Apr 2012 23:18:47 +0200 |
wenzelm |
merged
|
changeset |
files
|
Thu, 19 Apr 2012 22:21:15 +0200 |
hoelzl |
NEWS
|
changeset |
files
|
Thu, 19 Apr 2012 22:13:46 +0200 |
hoelzl |
transfer now handles Let
|
changeset |
files
|
Thu, 19 Apr 2012 20:19:24 +0200 |
nipkow |
merged
|
changeset |
files
|
Thu, 19 Apr 2012 20:19:13 +0200 |
nipkow |
added revised version of Abs_Int
|
changeset |
files
|
Thu, 19 Apr 2012 19:36:09 +0200 |
huffman |
add transfer rule for Let
|
changeset |
files
|
Thu, 19 Apr 2012 19:32:30 +0200 |
huffman |
add code lemmas for word operations
|
changeset |
files
|
Thu, 19 Apr 2012 19:18:47 +0200 |
haftmann |
tuned whitespace
|
changeset |
files
|
Thu, 19 Apr 2012 19:18:11 +0200 |
haftmann |
dropped dead code
|
changeset |
files
|
Thu, 19 Apr 2012 18:24:40 +0200 |
kuncar |
rename no_code to no_abs_code - more appropriate name
|
changeset |
files
|
Thu, 19 Apr 2012 17:31:34 +0200 |
kuncar |
use tnames for bound variables in rsp thms
|
changeset |
files
|
Thu, 19 Apr 2012 17:49:08 +0200 |
blanchet |
true delayed evaluation of "SPASS_VERSION" environment variable
|
changeset |
files
|
Thu, 19 Apr 2012 17:49:02 +0200 |
blanchet |
merged
|
changeset |
files
|
Thu, 19 Apr 2012 11:14:57 +0200 |
blanchet |
use latest Z3
|
changeset |
files
|
Thu, 19 Apr 2012 17:32:35 +0200 |
nipkow |
merged
|
changeset |
files
|
Thu, 19 Apr 2012 17:32:30 +0200 |
nipkow |
reorganised IMP
|
changeset |
files
|
Thu, 19 Apr 2012 11:55:30 +0200 |
hoelzl |
use real :: float => real as lifting-morphism so we can directlry use the rep_eq theorems
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:22 +0200 |
hoelzl |
use lifting to introduce floating point numbers
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:21 +0200 |
hoelzl |
replace the float datatype by a type with unique representation
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:20 +0200 |
hoelzl |
add lemmas to remove real conversions when compared to power of numerals
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:20 +0200 |
hoelzl |
add simp rules to rewrite comparisons of 1 and real
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:19 +0200 |
hoelzl |
add lemma to equate floor and div
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:18 +0200 |
hoelzl |
add powr_inj
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:17 +0200 |
hoelzl |
add lemmas to rewrite powr to power
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:16 +0200 |
hoelzl |
add lemmas to compare log with 0 and 1
|
changeset |
files
|
Wed, 18 Apr 2012 14:29:05 +0200 |
hoelzl |
add ceiling_diff_floor_le_1
|
changeset |
files
|
Thu, 19 Apr 2012 23:15:58 +0200 |
wenzelm |
display Java 7 only code for now (cf. b9e2ed4b1579);
|
changeset |
files
|
Thu, 19 Apr 2012 21:53:24 +0200 |
wenzelm |
some sidekick options for more advanced completion;
|
changeset |
files
|
Thu, 19 Apr 2012 21:47:50 +0200 |
wenzelm |
custom ListCellRenderer with text area font ensures that symbols are displayed reliably;
|
changeset |
files
|
Thu, 19 Apr 2012 21:42:24 +0200 |
wenzelm |
tuned imports;
|
changeset |
files
|
Thu, 19 Apr 2012 19:54:48 +0200 |
wenzelm |
more robust wrt. exceptions;
|
changeset |
files
|
Thu, 19 Apr 2012 15:47:32 +0200 |
wenzelm |
accomodate digits within Isar command names, notably 'try0';
|
changeset |
files
|
Thu, 19 Apr 2012 15:02:13 +0200 |
wenzelm |
more robust Sledgehammer in Prover IDE;
|
changeset |
files
|
Thu, 19 Apr 2012 14:59:17 +0200 |
wenzelm |
test with jdk-7u3 that is also bundled;
|
changeset |
files
|
Thu, 19 Apr 2012 12:28:10 +0200 |
kuncar |
create thm names correctly
|
changeset |
files
|
Thu, 19 Apr 2012 13:19:57 +0200 |
wenzelm |
updated components according to tentative bundle;
|
changeset |
files
|
Thu, 19 Apr 2012 13:15:06 +0200 |
wenzelm |
back to isatest with official polyml-5.4.1 (cf. ffa6e10df091);
|
changeset |
files
|
Thu, 19 Apr 2012 11:52:07 +0200 |
huffman |
use simpler method for preserving bound variable names in transfer tactic
|
changeset |
files
|
Thu, 19 Apr 2012 10:49:47 +0200 |
huffman |
tuned lemmas (v)image_id;
|
changeset |
files
|
Thu, 19 Apr 2012 11:10:03 +0200 |
blanchet |
use latest SPASS
|
changeset |
files
|
Thu, 19 Apr 2012 11:00:12 +0200 |
blanchet |
doc update
|
changeset |
files
|
Thu, 19 Apr 2012 10:16:51 +0200 |
haftmann |
dropped dead code;
|
changeset |
files
|
Thu, 19 Apr 2012 08:45:13 +0200 |
huffman |
generate abs_induct rules for quotient types
|
changeset |
files
|