Sun, 04 Nov 2012 20:11:19 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Sun, 04 Nov 2012 20:11:05 +0100 |
wenzelm |
removed junk;
|
changeset |
files
|
Sun, 04 Nov 2012 20:01:26 +0100 |
wenzelm |
removed pointless historic material;
|
changeset |
files
|
Sun, 04 Nov 2012 19:51:53 +0100 |
wenzelm |
more on Simplifier rules, based on old material;
|
changeset |
files
|
Sun, 04 Nov 2012 19:05:34 +0100 |
wenzelm |
refurbished Simplifier examples;
|
changeset |
files
|
Sat, 03 Nov 2012 21:31:40 +0100 |
wenzelm |
more on the Simplifier, based on old material;
|
changeset |
files
|
Sat, 03 Nov 2012 19:07:07 +0100 |
wenzelm |
more concise/precise documentation;
|
changeset |
files
|
Wed, 14 Nov 2012 14:45:14 +0100 |
nipkow |
tuned text
|
changeset |
files
|
Wed, 14 Nov 2012 14:11:47 +0100 |
nipkow |
replaced relation by function - simplifies development
|
changeset |
files
|
Tue, 13 Nov 2012 12:12:14 +0100 |
traytel |
made SMLNJ happier
|
changeset |
files
|
Tue, 13 Nov 2012 12:06:43 +0100 |
traytel |
import Sublist rather than PrefixOrder to avoid unnecessary class instantiation
|
changeset |
files
|
Tue, 13 Nov 2012 09:08:32 +0100 |
haftmann |
prefer explicit Random.seed
|
changeset |
files
|
Mon, 12 Nov 2012 23:24:40 +0100 |
haftmann |
dropped dead code
|
changeset |
files
|
Mon, 12 Nov 2012 23:24:40 +0100 |
haftmann |
tuned import order
|
changeset |
files
|
Mon, 12 Nov 2012 18:42:49 +0100 |
nipkow |
tuned layout
|
changeset |
files
|
Mon, 12 Nov 2012 14:46:42 +0100 |
blanchet |
fixed detection of tautologies -- things like "a = b" in a structured proof, where a and b are Frees, shouldn't be discarted as tautologies
|
changeset |
files
|
Mon, 12 Nov 2012 14:11:51 +0100 |
blanchet |
create temp directory if not already created
|
changeset |
files
|
Mon, 12 Nov 2012 12:28:19 +0100 |
nipkow |
merged
|
changeset |
files
|
Mon, 12 Nov 2012 12:27:58 +0100 |
nipkow |
new theory IMP/Finite_Reachable
|
changeset |
files
|
Mon, 12 Nov 2012 12:06:56 +0100 |
blanchet |
avoid messing too much with output of "string_of_term", so that it doesn't break the yxml encoding for jEdit
|
changeset |
files
|
Mon, 12 Nov 2012 11:52:37 +0100 |
blanchet |
centralized term printing code
|
changeset |
files
|
Mon, 12 Nov 2012 11:32:22 +0100 |
blanchet |
thread context correctly when printing backquoted facts
|
changeset |
files
|
Sun, 11 Nov 2012 19:56:02 +0100 |
haftmann |
dropped dead code;
|
changeset |
files
|
Sun, 11 Nov 2012 19:24:01 +0100 |
haftmann |
modernized, simplified and compacted oracle and proof method glue code;
|
changeset |
files
|
Fri, 09 Nov 2012 19:21:47 +0100 |
nipkow |
merged
|
changeset |
files
|
Fri, 09 Nov 2012 19:16:31 +0100 |
nipkow |
fixed underscores
|
changeset |
files
|
Fri, 09 Nov 2012 14:31:26 +0100 |
immler |
moved lemmas into projective_family; added header for theory Projective_Family
|
changeset |
files
|
Fri, 09 Nov 2012 14:14:45 +0100 |
immler |
removed redundant/unnecessary assumptions from projective_family
|
changeset |
files
|
Wed, 07 Nov 2012 14:41:49 +0100 |
immler |
assume probability spaces; allow empty index set
|
changeset |
files
|
Wed, 07 Nov 2012 11:33:27 +0100 |
immler |
added projective_family; generalized generator in product_prob_space to projective_family
|
changeset |
files
|
Tue, 06 Nov 2012 11:03:28 +0100 |
immler |
moved lemmas further up
|
changeset |
files
|
Thu, 08 Nov 2012 20:02:41 +0100 |
bulwahn |
tuned proofs
|
changeset |
files
|
Thu, 08 Nov 2012 19:55:37 +0100 |
bulwahn |
using hyp_subst_tac that allows to pass the current simpset to avoid the renamed bound variable warning in the simplifier
|
changeset |
files
|
Thu, 08 Nov 2012 19:55:35 +0100 |
bulwahn |
hyp_subst_tac allows to pass an optional simpset to the internal simplifier call to avoid renamed bound variable warnings in the simplifier call
|
changeset |
files
|
Thu, 08 Nov 2012 19:55:19 +0100 |
bulwahn |
NEWS
|
changeset |
files
|
Thu, 08 Nov 2012 19:55:17 +0100 |
bulwahn |
rewriting with the simpset that is passed to the simproc
|
changeset |
files
|
Thu, 08 Nov 2012 17:11:04 +0100 |
bulwahn |
handling x : S y pattern with the default mechanism instead of raising an exception in the set_comprehension_pointfree simproc
|
changeset |
files
|
Thu, 08 Nov 2012 17:06:59 +0100 |
bulwahn |
tuned
|
changeset |
files
|
Thu, 08 Nov 2012 16:25:26 +0100 |
bulwahn |
syntactic tuning and restructuring of set_comprehension_pointfree simproc
|
changeset |
files
|
Thu, 08 Nov 2012 11:59:50 +0100 |
bulwahn |
using more proper simpset in tactic of set_comprehension_pointfree simproc to avoid renamed bound variable warnings in recursive simplifier calls
|
changeset |
files
|
Thu, 08 Nov 2012 11:59:49 +0100 |
bulwahn |
improving the extension of sets in case of more than one bound variable; rearranging the tactic to prefer simpler steps before more involved ones
|
changeset |
files
|
Thu, 08 Nov 2012 11:59:48 +0100 |
bulwahn |
adjusting proofs as the set_comprehension_pointfree simproc breaks some existing proofs
|
changeset |
files
|
Thu, 08 Nov 2012 11:59:47 +0100 |
bulwahn |
importing term with schematic type variables properly before passing it to the tactic in the set_comprehension_pointfree simproc
|
changeset |
files
|
Thu, 08 Nov 2012 11:59:47 +0100 |
bulwahn |
handling arbitrary terms in the set comprehension and more general merging of patterns possible in the set_comprehension_pointfree simproc
|
changeset |
files
|
Thu, 08 Nov 2012 11:59:46 +0100 |
bulwahn |
simplified structure of patterns in set_comprehension_simproc
|
changeset |
files
|
Thu, 08 Nov 2012 10:02:38 +0100 |
haftmann |
refined stack of library theories implementing int and/or nat by target language numerals
|
changeset |
files
|
Wed, 07 Nov 2012 20:48:04 +0100 |
haftmann |
restored SML code check which got unintentionally broken: must explicitly check for error during compilation;
|
changeset |
files
|
Tue, 06 Nov 2012 19:18:35 +0100 |
hoelzl |
add support for function application to measurability prover
|
changeset |
files
|
Tue, 06 Nov 2012 15:15:33 +0100 |
blanchet |
renamed Sledgehammer option
|
changeset |
files
|
Tue, 06 Nov 2012 15:12:31 +0100 |
blanchet |
always show timing for structured proofs
|
changeset |
files
|
Tue, 06 Nov 2012 14:46:21 +0100 |
blanchet |
use implications rather than disjunctions to improve readability
|
changeset |
files
|
Tue, 06 Nov 2012 13:47:51 +0100 |
blanchet |
avoid name clashes
|
changeset |
files
|
Tue, 06 Nov 2012 13:09:02 +0100 |
blanchet |
fixed more "Trueprop" issues
|
changeset |
files
|
Tue, 06 Nov 2012 12:38:45 +0100 |
blanchet |
removed needless sort
|
changeset |
files
|
Tue, 06 Nov 2012 11:24:48 +0100 |
blanchet |
avoid double "Trueprop"s
|
changeset |
files
|
Tue, 06 Nov 2012 11:20:56 +0100 |
blanchet |
use original formulas for hypotheses and conclusion to avoid mismatches
|
changeset |
files
|
Tue, 06 Nov 2012 11:20:56 +0100 |
blanchet |
track formula roles in proofs and use that to determine whether the conjecture should be negated or not
|
changeset |
files
|
Tue, 06 Nov 2012 11:20:56 +0100 |
blanchet |
correct parsing of E dependencies
|
changeset |
files
|
Tue, 06 Nov 2012 11:20:56 +0100 |
blanchet |
proper handling of assumptions arising from the goal's being expressed in rule format, for Isar proof construction
|
changeset |
files
|
Mon, 05 Nov 2012 11:40:51 +0100 |
nipkow |
tuned
|
changeset |
files
|