Wed, 11 Feb 2009 13:47:28 +0100 |
blanchet |
merged
|
changeset |
files
|
Tue, 10 Feb 2009 18:57:02 +0100 |
blanchet |
Added serial_string to SAT solver input and output files, to prevent multithreading chaos.
|
changeset |
files
|
Tue, 10 Feb 2009 14:58:15 +0100 |
blanchet |
Added nitpick_const_simp attribute to recdef and record packages.
|
changeset |
files
|
Tue, 10 Feb 2009 14:20:47 +0100 |
blanchet |
Added nitpick_const_simp attribute to 'simps' produced by the old primrec package.
|
changeset |
files
|
Tue, 10 Feb 2009 14:02:45 +0100 |
blanchet |
Renamed descriptions of Nitpick (and ATP) attributes, so that they fit well with the rest of the sentence in ProofGeneral.
|
changeset |
files
|
Mon, 09 Feb 2009 12:31:36 +0100 |
blanchet |
Reintroduced nitpick_ind_intro attribute.
|
changeset |
files
|
Mon, 09 Feb 2009 10:39:57 +0100 |
blanchet |
merged
|
changeset |
files
|
Mon, 09 Feb 2009 10:37:59 +0100 |
blanchet |
Added Nitpick_Const_Psimp attribute, dropped the 's' in Nitpick_Const_Simps, and killed the Nitpick_Ind_Intros attribute.
|
changeset |
files
|
Fri, 06 Feb 2009 16:00:05 +0100 |
blanchet |
merged
|
changeset |
files
|
Fri, 06 Feb 2009 15:59:49 +0100 |
blanchet |
Merged.
|
changeset |
files
|
Fri, 06 Feb 2009 15:57:47 +0100 |
blanchet |
Added "nitpick_const_simps" and "nitpick_ind_intros" attributes for theorems;
|
changeset |
files
|
Wed, 11 Feb 2009 23:07:50 +1100 |
kleing |
fixed typo
|
changeset |
files
|
Wed, 11 Feb 2009 23:05:58 +1100 |
kleing |
updated NEWS etc with "solves" criterion and auto_solves
|
changeset |
files
|
Wed, 11 Feb 2009 10:51:31 +0100 |
nipkow |
merged
|
changeset |
files
|
Wed, 11 Feb 2009 10:51:07 +0100 |
nipkow |
Moved Order_Relation into Library and moved some of it into Relation.
|
changeset |
files
|
Wed, 11 Feb 2009 16:03:10 +1100 |
kleing |
Autosolve feature for detecting duplicate theorems; patch by Timothy Bourke
|
changeset |
files
|
Wed, 11 Feb 2009 14:48:14 +1100 |
kleing |
FindTheorems: add solves feature; tidy up const name subsettin; patch by Timothy Bourke
|
changeset |
files
|
Tue, 10 Feb 2009 17:53:51 -0800 |
huffman |
const_name antiquotations
|
changeset |
files
|
Tue, 10 Feb 2009 10:25:09 +0000 |
paulson |
Repaired a proof that did, after all, refer to the theorem nat_induct2.
|
changeset |
files
|
Tue, 10 Feb 2009 09:58:58 +0000 |
paulson |
merged
|
changeset |
files
|
Tue, 10 Feb 2009 09:51:23 +0000 |
paulson |
Strengthened the induction rule nat_induct2.
|
changeset |
files
|
Tue, 10 Feb 2009 09:46:11 +0000 |
paulson |
Deleted the induction rule nat_induct2, which was too weak and not used even once.
|
changeset |
files
|
Mon, 09 Feb 2009 22:15:37 +0100 |
nipkow |
merged
|
changeset |
files
|
Mon, 09 Feb 2009 22:14:33 +0100 |
nipkow |
fix to [arith]
|
changeset |
files
|
Mon, 09 Feb 2009 18:50:10 +0100 |
nipkow |
new attribute "arith" for facts supplied to arith.
|
changeset |
files
|
Mon, 09 Feb 2009 17:25:07 +1100 |
Timothy Bourke |
Nicer names in FindTheorems.
|
changeset |
files
|
Mon, 09 Feb 2009 17:21:46 +0000 |
chaieb |
added Determinants to Library
|
changeset |
files
|
Mon, 09 Feb 2009 17:21:19 +0000 |
chaieb |
Traces, Determinant of square matrices and some properties
|
changeset |
files
|
Mon, 09 Feb 2009 17:09:18 +0000 |
chaieb |
added Euclidean_Space and Glbs to Library
|
changeset |
files
|
Mon, 09 Feb 2009 17:08:49 +0000 |
chaieb |
fixed proof -- removed unnecessary sorry
|
changeset |
files
|
Mon, 09 Feb 2009 16:57:10 +0000 |
chaieb |
Fixed theorem reference
|
changeset |
files
|
Mon, 09 Feb 2009 16:54:03 +0000 |
chaieb |
(Real) Vectors in Euclidean space, and elementary linear algebra.
|
changeset |
files
|
Mon, 09 Feb 2009 16:43:52 +0000 |
chaieb |
A generic decision procedure for linear rea arithmetic and normed vector spaces
|
changeset |
files
|
Mon, 09 Feb 2009 16:42:15 +0000 |
chaieb |
Permutations, both general and specifically on finite sets.
|
changeset |
files
|
Mon, 09 Feb 2009 16:20:24 +0000 |
chaieb |
Imports Main in order to avoid the typerep problem
|
changeset |
files
|
Mon, 09 Feb 2009 16:19:46 +0000 |
chaieb |
A theory of greatest lower bounds
|
changeset |
files
|
Mon, 09 Feb 2009 15:38:26 +0000 |
chaieb |
Now imports Fact as suggested by Florian in order to avoid the typerep problem
|
changeset |
files
|
Mon, 09 Feb 2009 11:15:13 +0000 |
chaieb |
Added HOL/Library/Finite_Cartesian_Product.thy to Library
|
changeset |
files
|
Mon, 09 Feb 2009 11:07:17 +0000 |
chaieb |
A formalization of finite cartesian product types
|
changeset |
files
|
Mon, 09 Feb 2009 11:19:44 +0100 |
hoelzl |
Proof method 'reify' is now reentrant.
|
changeset |
files
|
Sun, 08 Feb 2009 11:59:26 +0100 |
nipkow |
added noatps
|
changeset |
files
|
Sat, 07 Feb 2009 10:56:44 +0100 |
haftmann |
check for destination directory, do not allocate it gratuitously
|
changeset |
files
|
Sat, 07 Feb 2009 10:03:09 +0100 |
haftmann |
Isar proof
|
changeset |
files
|
Sat, 07 Feb 2009 09:58:24 +0100 |
haftmann |
merged
|
changeset |
files
|
Sat, 07 Feb 2009 09:57:07 +0100 |
haftmann |
code theorems for nth, list_update
|
changeset |
files
|
Sat, 07 Feb 2009 09:57:03 +0100 |
haftmann |
added bulkload
|
changeset |
files
|
Sat, 07 Feb 2009 08:37:43 +0100 |
haftmann |
code theorems for nth, list_update
|
changeset |
files
|
Sat, 07 Feb 2009 08:37:42 +0100 |
haftmann |
added bulkload
|
changeset |
files
|
Sat, 07 Feb 2009 09:25:59 +0100 |
haftmann |
added Decision_Procs.thy
|
changeset |
files
|
Fri, 06 Feb 2009 15:15:46 +0100 |
haftmann |
merged
|
changeset |
files
|
Fri, 06 Feb 2009 15:15:32 +0100 |
haftmann |
session Reflecion renamed to Decision_Procs, moved Dense_Linear_Order there
|
changeset |
files
|
Fri, 06 Feb 2009 15:15:27 +0100 |
haftmann |
authentic syntax for List.nth
|
changeset |
files
|
Fri, 06 Feb 2009 14:36:58 +0100 |
berghofe |
Merged.
|
changeset |
files
|
Fri, 06 Feb 2009 13:43:19 +0100 |
blanchet |
Rearrange Refute/SAT theory dependencies so as to use even more antiquotations in refute.ML +
|
changeset |
files
|
Fri, 06 Feb 2009 08:23:15 +0000 |
chaieb |
Automated merge with ssh://chaieb@atbroy100.informatik.tu-muenchen.de//home/isabelle-repository/repos/isabelle
|
changeset |
files
|
Fri, 06 Feb 2009 08:22:32 +0000 |
chaieb |
fixed import
|
changeset |
files
|
Fri, 06 Feb 2009 09:06:17 +0100 |
haftmann |
merged
|
changeset |
files
|
Fri, 06 Feb 2009 09:05:20 +0100 |
haftmann |
more robust failure in error situations
|
changeset |
files
|
Fri, 06 Feb 2009 09:05:19 +0100 |
haftmann |
mandatory prefix for index conversion operations
|
changeset |
files
|
Fri, 06 Feb 2009 09:05:19 +0100 |
haftmann |
added replace operation
|
changeset |
files
|