Fri, 11 Nov 2011 14:24:38 +0100 |
wenzelm |
prefer statically typed Text.Markup;
|
changeset |
files
|
Fri, 11 Nov 2011 14:07:20 +0100 |
wenzelm |
discontinued entity text color, notably historic red for classes;
|
changeset |
files
|
Fri, 11 Nov 2011 12:52:57 +0100 |
wenzelm |
more scalable Proof_Context.prepare_sorts;
|
changeset |
files
|
Fri, 11 Nov 2011 10:40:36 +0100 |
bulwahn |
increasing values_timeout to avoid failures of isatest with HOL-IMP
|
changeset |
files
|
Fri, 11 Nov 2011 08:32:48 +0100 |
bulwahn |
renaming example invocations: tester predicate_compile is renamed to smart_exhaustive
|
changeset |
files
|
Fri, 11 Nov 2011 08:32:45 +0100 |
bulwahn |
adding CPS compilation to predicate compiler;
|
changeset |
files
|
Fri, 11 Nov 2011 08:32:44 +0100 |
bulwahn |
adding option allow_function_inversion to quickcheck options
|
changeset |
files
|
Thu, 10 Nov 2011 23:30:50 +0100 |
wenzelm |
more efficient prepare_sorts -- bypass encoded positions;
|
changeset |
files
|
Thu, 10 Nov 2011 22:54:15 +0100 |
wenzelm |
suppress irrelevant positions;
|
changeset |
files
|
Thu, 10 Nov 2011 22:39:32 +0100 |
wenzelm |
more generous margin;
|
changeset |
files
|
Thu, 10 Nov 2011 22:32:10 +0100 |
wenzelm |
pass term positions into check phase, where resulting types are reported accordingly, and eventually shown as tooltips;
|
changeset |
files
|
Thu, 10 Nov 2011 17:47:25 +0100 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 10 Nov 2011 17:41:36 +0100 |
wenzelm |
discontinued unused Thm.compress (again);
|
changeset |
files
|
Thu, 10 Nov 2011 17:28:02 +0100 |
bulwahn |
renewed prolog-quickcheck
|
changeset |
files
|
Thu, 10 Nov 2011 17:26:17 +0100 |
bulwahn |
adding some test cases for preprocessing and narrowing
|
changeset |
files
|
Thu, 10 Nov 2011 17:26:15 +0100 |
bulwahn |
adding a minimalistic preprocessing rewriting common boolean operators; tuned
|
changeset |
files
|
Thu, 10 Nov 2011 14:46:38 +0100 |
huffman |
merged
|
changeset |
files
|
Wed, 09 Nov 2011 15:33:34 +0100 |
huffman |
merged
|
changeset |
files
|
Wed, 09 Nov 2011 15:33:24 +0100 |
huffman |
tune post-processing of simproc-generated rules so they won't produce Numeral0 or Numeral1
|
changeset |
files
|
Wed, 09 Nov 2011 11:44:42 +0100 |
huffman |
use simproc_setup for some nat_numeral simprocs; add simproc tests
|
changeset |
files
|
Wed, 09 Nov 2011 10:58:08 +0100 |
huffman |
add ring_char_0 class constraints to several simprocs (internal proofs of #n ~= 0 fail for type
|
changeset |
files
|
Thu, 10 Nov 2011 11:02:06 +0100 |
wenzelm |
simultaneous check;
|
changeset |
files
|
Wed, 09 Nov 2011 23:16:47 +0100 |
wenzelm |
avoid separate typ_check phases, integrate into main term_check 0 instead (cf. its Syntax.check_typs in Type_Infer_Context.prepare);
|
changeset |
files
|
Wed, 09 Nov 2011 22:43:14 +0100 |
wenzelm |
clarified singleton_fixate: intersection with supersort is identity, only replace actual type inference parameters;
|
changeset |
files
|
Wed, 09 Nov 2011 21:44:06 +0100 |
wenzelm |
misc tuning and simplification;
|
changeset |
files
|
Wed, 09 Nov 2011 21:36:18 +0100 |
wenzelm |
misc tuning;
|
changeset |
files
|
Wed, 09 Nov 2011 20:47:11 +0100 |
wenzelm |
tuned signature;
|
changeset |
files
|
Wed, 09 Nov 2011 19:01:50 +0100 |
bulwahn |
quickcheck invocations in mutabelle must not catch codegenerator errors internally
|
changeset |
files
|
Wed, 09 Nov 2011 17:57:42 +0100 |
wenzelm |
sort assignment before simultaneous term_check, not isolated parse_term;
|
changeset |
files
|
Wed, 09 Nov 2011 17:12:26 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Wed, 09 Nov 2011 17:08:40 +0100 |
wenzelm |
avoid inconsistent sort constraints;
|
changeset |
files
|
Wed, 09 Nov 2011 15:18:39 +0100 |
wenzelm |
localized Record.decode_type: use standard Proof_Context.get_sort;
|
changeset |
files
|
Wed, 09 Nov 2011 14:58:48 +0100 |
wenzelm |
tuned signature -- emphasize internal role of these operations;
|
changeset |
files
|
Wed, 09 Nov 2011 14:30:03 +0100 |
wenzelm |
proper configuration option;
|
changeset |
files
|
Wed, 09 Nov 2011 14:15:44 +0100 |
wenzelm |
tuned layout;
|
changeset |
files
|
Wed, 09 Nov 2011 11:35:09 +0100 |
bulwahn |
more precise messages with the tester's name in quickcheck; tuned
|
changeset |
files
|
Wed, 09 Nov 2011 11:34:59 +0100 |
bulwahn |
quickcheck fails with code generator errors only if one tester is invoked
|
changeset |
files
|
Wed, 09 Nov 2011 11:34:57 +0100 |
bulwahn |
removing extra arguments
|
changeset |
files
|
Wed, 09 Nov 2011 11:34:55 +0100 |
bulwahn |
removing deactivated timeout handling; catching compilation errors and only outputing an urgent message to enable parallel sucessful quickcheck compilations and runs to present their result
|
changeset |
files
|
Wed, 09 Nov 2011 11:34:53 +0100 |
bulwahn |
tuned
|
changeset |
files
|
Wed, 09 Nov 2011 14:47:38 +1100 |
kleing |
more fragments to export, removed the one from Com
|
changeset |
files
|
Tue, 08 Nov 2011 22:38:56 +0100 |
wenzelm |
updated functor Named_Thms;
|
changeset |
files
|
Tue, 08 Nov 2011 22:22:59 +0100 |
wenzelm |
disabled Thm.compress (again) -- costs for building tables tend to be higher than potential benefit;
|
changeset |
files
|
Tue, 08 Nov 2011 21:09:35 +0100 |
wenzelm |
entity markup for bound variables;
|
changeset |
files
|
Tue, 08 Nov 2011 17:47:22 +0100 |
wenzelm |
merged
|
changeset |
files
|
Tue, 08 Nov 2011 14:29:24 +0100 |
boehmes |
made SML/NJ happy
|
changeset |
files
|
Tue, 08 Nov 2011 10:48:58 +0100 |
bulwahn |
adding some documentation about the values command to the isar reference
|
changeset |
files
|
Tue, 08 Nov 2011 10:33:30 +0100 |
bulwahn |
adding a minimal documentation about the code_pred command to the isar reference
|
changeset |
files
|
Tue, 08 Nov 2011 15:03:11 +0100 |
wenzelm |
more specific treatment of defines/assumes -- avoid normalizing defs by themselves (NB: locale specifications and Local_Theory.define may lead to arbitrary mixture);
|
changeset |
files
|
Tue, 08 Nov 2011 12:20:26 +0100 |
wenzelm |
clarified Local_Defs.export: avoid costly still_fixed test, return all defs;
|
changeset |
files
|
Tue, 08 Nov 2011 12:03:51 +0100 |
wenzelm |
eliminated obsolete tuning (NB: Thm.eta_conversion/Envir.eta_contract based on Same.operation);
|
changeset |
files
|
Tue, 08 Nov 2011 11:56:41 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Tue, 08 Nov 2011 11:44:37 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Tue, 08 Nov 2011 08:56:24 +0100 |
blanchet |
tweaked comment
|
changeset |
files
|
Tue, 08 Nov 2011 08:56:23 +0100 |
blanchet |
made SML/NJ happy
|
changeset |
files
|
Tue, 08 Nov 2011 00:02:30 +0100 |
wenzelm |
merged;
|
changeset |
files
|
Mon, 07 Nov 2011 22:59:24 +0100 |
blanchet |
added FIXME comment
|
changeset |
files
|
Mon, 07 Nov 2011 22:22:01 +0100 |
blanchet |
avoid infinite recursion in peephole optimizer function -- this had a debilitating effect on rationals and reals
|
changeset |
files
|
Mon, 07 Nov 2011 22:21:57 +0100 |
blanchet |
revived Refute in Mutabelle
|
changeset |
files
|
Mon, 07 Nov 2011 23:03:52 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 07 Nov 2011 21:34:11 +0100 |
wenzelm |
more scalable zero_var_indexes, depending on canonical order within table;
|
changeset |
files
|
Mon, 07 Nov 2011 21:32:59 +0100 |
wenzelm |
more benchmarks;
|
changeset |
files
|
Mon, 07 Nov 2011 17:54:38 +0100 |
boehmes |
try different alternatives in discharging extra assumptions when schematic theorems obtained from lambda-lifting can be instantiated in different ways
|
changeset |
files
|
Mon, 07 Nov 2011 17:54:35 +0100 |
boehmes |
replace higher-order matching against schematic theorem with dedicated reconstruction method
|
changeset |
files
|
Mon, 07 Nov 2011 17:24:57 +0100 |
wenzelm |
merged
|
changeset |
files
|
Mon, 07 Nov 2011 17:00:23 +0100 |
wenzelm |
tuned signature -- avoid spurious Thm.mixed_attribute;
|
changeset |
files
|
Mon, 07 Nov 2011 16:41:16 +0100 |
wenzelm |
discontinued numbered structure indexes (legacy feature);
|
changeset |
files
|
Mon, 07 Nov 2011 16:39:14 +0100 |
wenzelm |
tuned proofs;
|
changeset |
files
|
Mon, 07 Nov 2011 14:16:01 +0100 |
blanchet |
return outcome code, so that it can be picked up by Mutabelle
|
changeset |
files
|
Mon, 07 Nov 2011 14:16:01 +0100 |
blanchet |
align columns in output and keep error log around
|
changeset |
files
|
Mon, 07 Nov 2011 14:59:58 +0100 |
wenzelm |
offline build of java_ext_dirs.jar, to avoid runtime dependency on javac/jar executables;
|
changeset |
files
|
Mon, 07 Nov 2011 14:23:50 +0100 |
wenzelm |
clarified attribute "mono_set": pure declaration, proper export in ML;
|
changeset |
files
|
Mon, 07 Nov 2011 14:14:20 +0100 |
wenzelm |
misc tuning;
|
changeset |
files
|
Mon, 07 Nov 2011 12:08:22 +0100 |
wenzelm |
made SML/NJ happy;
|
changeset |
files
|
Sun, 06 Nov 2011 22:18:54 +0100 |
blanchet |
more millisecond cleanup
|
changeset |
files
|
Sun, 06 Nov 2011 22:18:54 +0100 |
blanchet |
updated documentation
|
changeset |
files
|
Sun, 06 Nov 2011 22:18:54 +0100 |
blanchet |
try "smt" as a fallback for ATPs if "metis" fails/times out
|
changeset |
files
|
Sun, 06 Nov 2011 22:18:54 +0100 |
blanchet |
more detailed preplay output
|
changeset |
files
|
Sun, 06 Nov 2011 22:18:54 +0100 |
blanchet |
tuning
|
changeset |
files
|
Sun, 06 Nov 2011 22:18:54 +0100 |
blanchet |
tuning
|
changeset |
files
|
Sun, 06 Nov 2011 21:51:46 +0100 |
wenzelm |
more explicit representation of rule_attribute vs. declaration_attribute vs. mixed_attribute;
|
changeset |
files
|
Sun, 06 Nov 2011 21:17:45 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Sun, 06 Nov 2011 18:42:17 +0100 |
wenzelm |
merged
|
changeset |
files
|
Sun, 06 Nov 2011 14:23:04 +0100 |
blanchet |
cascading timeouts in minimizer, part 2
|
changeset |
files
|
Sun, 06 Nov 2011 14:05:57 +0100 |
blanchet |
tuning
|
changeset |
files
|
Sun, 06 Nov 2011 13:57:17 +0100 |
blanchet |
use "Time.time" rather than milliseconds internally
|
changeset |
files
|
Sun, 06 Nov 2011 13:46:26 +0100 |
blanchet |
tune: no need for option
|
changeset |
files
|
Sun, 06 Nov 2011 13:37:49 +0100 |
blanchet |
cascading timeouts in minimizer
|
changeset |
files
|
Sun, 06 Nov 2011 13:32:13 +0100 |
blanchet |
shortcut binary minimization algorithm
|
changeset |
files
|
Sun, 06 Nov 2011 11:51:35 +0100 |
blanchet |
speed up binary minimizer in practice by preferring the first half of the used facts (which are likelier to be relevant) to the second half
|
changeset |
files
|
Sun, 06 Nov 2011 11:16:37 +0100 |
blanchet |
renamed experimental systems
|
changeset |
files
|
Sun, 06 Nov 2011 11:13:47 +0100 |
blanchet |
repaired quantification over type variables for non-TFF1/THF encodings
|
changeset |
files
|
Sun, 06 Nov 2011 18:42:15 +0100 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
Sun, 06 Nov 2011 17:53:32 +0100 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
Sun, 06 Nov 2011 17:05:45 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Sun, 06 Nov 2011 17:00:05 +0100 |
wenzelm |
some statespace benchmarks;
|
changeset |
files
|
Sun, 06 Nov 2011 16:41:53 +0100 |
wenzelm |
write changed .prv files only, to avoid writing into src file-space by default;
|
changeset |
files
|
Sun, 06 Nov 2011 16:29:22 +0100 |
wenzelm |
tuned document;
|
changeset |
files
|
Sun, 06 Nov 2011 16:22:26 +0100 |
wenzelm |
more precise dependencies;
|
changeset |
files
|
Sun, 06 Nov 2011 14:20:41 +0100 |
wenzelm |
inlined antiquotations;
|
changeset |
files
|
Sun, 06 Nov 2011 14:09:24 +0100 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
Sun, 06 Nov 2011 13:25:41 +0100 |
wenzelm |
optional timing, to avoid redundant allocation of mutable cells;
|
changeset |
files
|
Sat, 05 Nov 2011 22:41:25 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Sat, 05 Nov 2011 22:01:19 +0100 |
wenzelm |
misc tuning;
|
changeset |
files
|
Sat, 05 Nov 2011 21:36:56 +0100 |
wenzelm |
merged
|
changeset |
files
|
Sat, 05 Nov 2011 12:01:21 +0000 |
Christian Urban |
more use of global operations (see 98ec8b51af9c)
|
changeset |
files
|
Sat, 05 Nov 2011 20:40:30 +0100 |
wenzelm |
more uniform instT_subst vs. inst_subst: compare variable names only;
|
changeset |
files
|
Sat, 05 Nov 2011 20:32:12 +0100 |
wenzelm |
tuned cterm_instantiate: avoid somewhat expensive Term.map_types and cterm_of;
|
changeset |
files
|
Sat, 05 Nov 2011 20:07:38 +0100 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
Sat, 05 Nov 2011 19:47:22 +0100 |
wenzelm |
some performance tuning via Term_Subst/Same.operation;
|
changeset |
files
|
Sat, 05 Nov 2011 18:58:40 +0100 |
wenzelm |
pruned signature;
|
changeset |
files
|
Sat, 05 Nov 2011 15:00:49 +0100 |
wenzelm |
added Logic.varify_types_global/unvarify_types_global, which avoids somewhat expensive Term.map_types;
|
changeset |
files
|
Sat, 05 Nov 2011 10:59:11 +0100 |
wenzelm |
more conventional syntax const;
|
changeset |
files
|
Fri, 04 Nov 2011 20:16:42 +0100 |
wenzelm |
proper syntactic category for abstraction syntax, to avoid low-level exception for malformed "\<integral> x y. f \<partial>M", for example;
|
changeset |
files
|
Fri, 04 Nov 2011 17:34:51 +0100 |
wenzelm |
merged
|
changeset |
files
|
Fri, 04 Nov 2011 17:19:33 +0100 |
wenzelm |
prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);
|
changeset |
files
|
Fri, 04 Nov 2011 15:05:59 +0000 |
blanchet |
document new experimental provers
|
changeset |
files
|
Fri, 04 Nov 2011 15:05:58 +0000 |
blanchet |
added remote iProver(-Eq) for experimentation
|
changeset |
files
|
Fri, 04 Nov 2011 13:52:19 +0100 |
wenzelm |
merged
|
changeset |
files
|
Fri, 04 Nov 2011 08:19:24 +0100 |
huffman |
ex/Tree23.thy: automate proof of gfull_add
|
changeset |
files
|
Fri, 04 Nov 2011 08:00:48 +0100 |
huffman |
ex/Tree23.thy: simplify proof of bal_del0
|
changeset |
files
|
Fri, 04 Nov 2011 07:37:37 +0100 |
huffman |
ex/Tree23.thy: simplify proof of bal_add0
|
changeset |
files
|
Fri, 04 Nov 2011 07:04:34 +0100 |
huffman |
ex/Tree23.thy: simpler definition of ordered-ness predicate
|
changeset |
files
|
Thu, 03 Nov 2011 17:40:50 +0100 |
huffman |
ex/Tree23.thy: prove that deletion preserves balance
|
changeset |
files
|
Fri, 04 Nov 2011 00:07:45 +0100 |
wenzelm |
more liberal Parse.fixes, to avoid overlap of mixfix with is-pattern (notably in 'obtain' syntax);
|
changeset |
files
|
Thu, 03 Nov 2011 23:55:53 +0100 |
wenzelm |
more general Proof_Context.bind_propp, which allows outer parameters;
|
changeset |
files
|
Thu, 03 Nov 2011 23:32:31 +0100 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
Thu, 03 Nov 2011 22:51:37 +0100 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 03 Nov 2011 22:23:41 +0100 |
wenzelm |
tuned signature -- canonical argument order;
|
changeset |
files
|
Thu, 03 Nov 2011 22:15:47 +0100 |
wenzelm |
tuned -- Variable.declare_term is already part of Variable.auto_fixes;
|
changeset |
files
|
Thu, 03 Nov 2011 11:18:06 +0100 |
huffman |
ex/Tree23.thy: prove that insertion preserves tree balance and order
|
changeset |
files
|
Thu, 03 Nov 2011 18:10:47 +1100 |
kleing |
more IMP fragments
|
changeset |
files
|
Thu, 03 Nov 2011 18:10:13 +1100 |
kleing |
string -> vname
|
changeset |
files
|
Thu, 03 Nov 2011 16:22:29 +1100 |
kleing |
JMPF(LESS|GE) -> JMP(LESS|GE) because jumps are int now.
|
changeset |
files
|
Thu, 03 Nov 2011 15:54:19 +1100 |
kleing |
more IMP text fragments
|
changeset |
files
|
Thu, 03 Nov 2011 10:29:05 +1100 |
kleing |
moved latex generation for HOL-IMP out of distribution
|
changeset |
files
|
Tue, 01 Nov 2011 10:05:28 +0100 |
bulwahn |
renaming Quotient_Set and List_Quotient_Set to Quotient_Cset and List_Quotient_Cset to avoid name clash with existing Quotient_Set (again, cf. 66823a0066db)
|
changeset |
files
|
Mon, 31 Oct 2011 19:12:41 +0100 |
bulwahn |
merged
|
changeset |
files
|
Mon, 31 Oct 2011 18:29:25 +0100 |
bulwahn |
more robust, declarative and unsurprising computation of types in the quotient type definition
|
changeset |
files
|
Mon, 31 Oct 2011 17:51:01 +0100 |
blanchet |
improve handling of bound type variables (esp. for TFF1)
|
changeset |
files
|
Mon, 31 Oct 2011 17:51:01 +0100 |
blanchet |
improved TFF1 output
|
changeset |
files
|
Mon, 31 Oct 2011 08:50:35 +0100 |
bulwahn |
clarified signature
|
changeset |
files
|
Mon, 31 Oct 2011 08:43:21 +0100 |
bulwahn |
tuned
|
changeset |
files
|
Mon, 31 Oct 2011 08:22:56 +0100 |
bulwahn |
tuned
|
changeset |
files
|
Sun, 30 Oct 2011 22:35:18 +0100 |
wenzelm |
even more uniform Local_Theory.declaration for locales (cf. 57def0b39696, aa35859c8741);
|
changeset |
files
|
Sun, 30 Oct 2011 22:20:45 +0100 |
wenzelm |
removed obsolete argument (cf. aa35859c8741);
|
changeset |
files
|
Sun, 30 Oct 2011 09:42:13 +0100 |
huffman |
removed ad-hoc simp rules sin_cos_eq[symmetric], minus_sin_cos_eq[symmetric], cos_sin_eq[symmetric]
|
changeset |
files
|
Sun, 30 Oct 2011 09:07:02 +0100 |
huffman |
extend cancellation simproc patterns to cover terms like '- (2 * pi) < pi'
|
changeset |
files
|
Sun, 30 Oct 2011 07:08:33 +0100 |
huffman |
merged
|
changeset |
files
|
Sat, 29 Oct 2011 10:00:35 +0200 |
huffman |
remove unused function
|
changeset |
files
|
Sat, 29 Oct 2011 13:51:35 +0200 |
blanchet |
also export DFG formats
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
always use DFG format to talk to SPASS -- since that's what we'll need to use anyway to benefit from sorts and other extensions
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
added DFG unsorted support (like in the old days)
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
gracefully do nothing if the SPASS input file is already in DFG format
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
added sorted DFG output for coming version of SPASS
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
specify proof output level 1 (i.e. no detailed, potentially huge E proofs) to LEO-II; requires version 1.2.9
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
check "sound" flag before doing something unsound...
|
changeset |
files
|
Sat, 29 Oct 2011 12:57:43 +0200 |
wenzelm |
uniform treatment of syntax declaration wrt. aux. context (NB: notation avoids duplicate mixfix internally);
|
changeset |
files
|
Sat, 29 Oct 2011 12:55:34 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 28 Oct 2011 16:49:15 +0200 |
huffman |
more accurate class constraints on cancellation simproc patterns
|
changeset |
files
|
Sat, 29 Oct 2011 00:23:58 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 28 Oct 2011 23:41:16 +0200 |
wenzelm |
tuned Named_Thms: proper binding;
|
changeset |
files
|
Fri, 28 Oct 2011 23:16:50 +0200 |
wenzelm |
refined Local_Theory.declaration {syntax = false, pervasive} semantics: update is applied to auxiliary context as well;
|
changeset |
files
|
Fri, 28 Oct 2011 23:10:44 +0200 |
wenzelm |
more robust data storage (NB: the morphism can change the shape of qconst, and in the auxiliary context it is not even a constant yet);
|
changeset |
files
|
Fri, 28 Oct 2011 22:17:30 +0200 |
wenzelm |
uniform Local_Theory.declaration with explicit params;
|
changeset |
files
|
Fri, 28 Oct 2011 17:15:52 +0200 |
wenzelm |
tuned signature -- refined terminology;
|
changeset |
files
|
Fri, 28 Oct 2011 15:38:41 +0200 |
wenzelm |
slightly more explicit/syntactic modelling of morphisms;
|
changeset |
files
|
Fri, 28 Oct 2011 14:10:19 +0200 |
hoelzl |
correct import path
|
changeset |
files
|
Fri, 28 Oct 2011 14:06:06 +0200 |
hoelzl |
allow to build Probability and MV-Analysis with one ROOT.ML
|
changeset |
files
|
Fri, 28 Oct 2011 12:37:18 +0200 |
bulwahn |
removing dead code
|
changeset |
files
|
Fri, 28 Oct 2011 10:33:23 +0200 |
huffman |
ex/Simproc_Tests.thy: remove duplicate simprocs
|
changeset |
files
|
Fri, 28 Oct 2011 11:02:27 +0200 |
huffman |
use simproc_setup for cancellation simprocs, to get proper name bindings
|
changeset |
files
|
Thu, 27 Oct 2011 22:37:19 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Thu, 27 Oct 2011 22:20:55 +0200 |
wenzelm |
eliminated aliases of standard functions;
|
changeset |
files
|
Thu, 27 Oct 2011 21:52:57 +0200 |
wenzelm |
more standard attribute setup;
|
changeset |
files
|
Thu, 27 Oct 2011 21:02:10 +0200 |
wenzelm |
localized quotient data;
|
changeset |
files
|
Thu, 27 Oct 2011 20:26:38 +0200 |
wenzelm |
simplified/standardized signatures;
|
changeset |
files
|
Thu, 27 Oct 2011 19:41:08 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 27 Oct 2011 16:28:34 +0200 |
nipkow |
uses IMP and hence requires its tex setup
|
changeset |
files
|
Thu, 27 Oct 2011 15:59:33 +0200 |
nipkow |
merged
|
changeset |
files
|
Thu, 27 Oct 2011 15:59:25 +0200 |
nipkow |
tuned text
|
changeset |
files
|
Thu, 27 Oct 2011 13:52:31 +0200 |
bulwahn |
respecting isabelle's programming style in the quotient package by simplifying qconsts_lookup function for data access; removing odd NotFound exception
|
changeset |
files
|
Thu, 27 Oct 2011 13:50:55 +0200 |
bulwahn |
respecting isabelle's programming style in the quotient package by simplifying map_lookup function for data access
|
changeset |
files
|
Thu, 27 Oct 2011 13:50:54 +0200 |
bulwahn |
respecting isabelle's programming style in the quotient package by simplifying quotdata_lookup function for data access
|
changeset |
files
|
Thu, 27 Oct 2011 07:48:07 +0200 |
huffman |
merged
|
changeset |
files
|
Thu, 27 Oct 2011 07:46:57 +0200 |
huffman |
fix bug in cancel_factor simprocs so they will work on goals like 'x * y < x * z' where the common term is already on the left
|
changeset |
files
|
Wed, 26 Oct 2011 22:51:06 +0200 |
wenzelm |
more robust ML pretty printing (cf. b6c527c64789);
|
changeset |
files
|
Wed, 26 Oct 2011 22:50:40 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Tue, 25 Oct 2011 16:37:11 +0200 |
bulwahn |
renaming Cset and List_Cset in Quotient_Examples to Quotient_Set and List_Quotient_Set to avoid a name clash of theory names with the ones in HOL-Library
|
changeset |
files
|
Tue, 25 Oct 2011 16:09:02 +0200 |
nipkow |
tuned text
|
changeset |
files
|
Tue, 25 Oct 2011 15:59:15 +0200 |
nipkow |
tuned names to avoid shadowing
|
changeset |
files
|
Tue, 25 Oct 2011 12:00:52 +0200 |
huffman |
merge Gcd/GCD and Lcm/LCM
|
changeset |
files
|
Tue, 25 Oct 2011 08:48:36 +0200 |
boehmes |
clarify types of terms: use proper set type
|
changeset |
files
|
Mon, 24 Oct 2011 16:47:24 +0200 |
huffman |
instance bool :: linorder
|
changeset |
files
|
Mon, 24 Oct 2011 12:26:05 +0200 |
bulwahn |
removing poor man's dictionary construction which were only for the ancient code generator with no support of type classes
|
changeset |
files
|
Mon, 24 Oct 2011 11:40:31 +0200 |
bulwahn |
fixed typo
|
changeset |
files
|
Mon, 24 Oct 2011 10:45:54 +0200 |
nipkow |
latex output not needed because errors manifest themselves earlier
|
changeset |
files
|
Sun, 23 Oct 2011 23:11:53 +0200 |
wenzelm |
some text on inner-syntax;
|
changeset |
files
|
Sun, 23 Oct 2011 16:03:59 +0200 |
nipkow |
renamed in ASM
|
changeset |
files
|
Sun, 23 Oct 2011 14:15:24 +0200 |
nipkow |
tuned order of eqns
|
changeset |
files
|
Sun, 23 Oct 2011 14:03:37 +0200 |
nipkow |
tuned
|
changeset |
files
|
Sun, 23 Oct 2011 17:37:21 +1100 |
kleing |
script for exporting filtered IMP files as tar.gz
|
changeset |
files
|
Sun, 23 Oct 2011 17:12:14 +1100 |
kleing |
removed Norbert's email from isatest (bounces)
|
changeset |
files
|
Sat, 22 Oct 2011 23:43:01 +0200 |
wenzelm |
class Lexicon as abstract datatype;
|
changeset |
files
|
Sat, 22 Oct 2011 23:30:02 +0200 |
wenzelm |
more private stuff;
|
changeset |
files
|
Sat, 22 Oct 2011 23:29:44 +0200 |
wenzelm |
class Text.Edit as abstract datatype;
|
changeset |
files
|
Sat, 22 Oct 2011 23:29:11 +0200 |
wenzelm |
class Time as abstract datatype;
|
changeset |
files
|
Sat, 22 Oct 2011 23:28:24 +0200 |
wenzelm |
class Volatile as abstract datatype;
|
changeset |
files
|
Sat, 22 Oct 2011 20:18:01 +0200 |
nipkow |
merged
|
changeset |
files
|
Sat, 22 Oct 2011 20:17:50 +0200 |
nipkow |
added isaverbatimwrite that allows to cut out snippets of thy files in their latex form and dump them in a file
|
changeset |
files
|
Sat, 22 Oct 2011 19:22:13 +0200 |
wenzelm |
experimental support for Scala 2.9.1.final;
|
changeset |
files
|
Sat, 22 Oct 2011 19:15:32 +0200 |
wenzelm |
class Path as abstract datatype;
|
changeset |
files
|
Sat, 22 Oct 2011 19:00:03 +0200 |
wenzelm |
class Counter as abstract datatype;
|
changeset |
files
|
Sat, 22 Oct 2011 16:57:24 +0200 |
wenzelm |
discontinued redundant ASCII syntax;
|
changeset |
files
|
Sat, 22 Oct 2011 16:44:34 +0200 |
wenzelm |
modernized specifications;
|
changeset |
files
|
Fri, 21 Oct 2011 22:44:55 +0200 |
wenzelm |
proper normal form for Perspective.ranges (overlapping ranges could be joined in wrong order, crashing multiple editor views);
|
changeset |
files
|
Fri, 21 Oct 2011 17:39:07 +0200 |
nipkow |
merged
|
changeset |
files
|
Fri, 21 Oct 2011 17:39:00 +0200 |
nipkow |
tuned
|
changeset |
files
|
Fri, 21 Oct 2011 16:21:12 +0200 |
wenzelm |
merged
|
changeset |
files
|
Fri, 21 Oct 2011 14:25:38 +0200 |
bulwahn |
replacing metis proofs with facts xt1 by new proof with more readable names
|
changeset |
files
|
Fri, 21 Oct 2011 14:06:15 +0200 |
blanchet |
more robust parsing of TSTP sources -- Vampire has nonstandard "introduced()" tags and Waldmeister(OnTPTP) has weird "theory(...)" dependencies
|
changeset |
files
|
Fri, 21 Oct 2011 12:44:20 +0200 |
blanchet |
disable Vampire's BDD optimization, which sometimes yields so huge proofs that this causes problems for reconstruction
|
changeset |
files
|
Fri, 21 Oct 2011 11:17:16 +0200 |
bulwahn |
NEWS
|
changeset |
files
|
Fri, 21 Oct 2011 11:17:15 +0200 |
bulwahn |
updating documentation: code_inline -> code_unfold; added documentation about attribute code_unfold_post
|
changeset |
files
|
Fri, 21 Oct 2011 11:17:14 +0200 |
bulwahn |
replacing code_inline by code_unfold, removing obsolete code_unfold, code_inline del now that the ancient code generator is removed
|
changeset |
files
|
Fri, 21 Oct 2011 11:17:12 +0200 |
bulwahn |
removing redundant attribute code_inline in the code generator
|
changeset |
files
|
Fri, 21 Oct 2011 11:27:21 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 21 Oct 2011 11:26:14 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 21 Oct 2011 10:37:03 +0200 |
bulwahn |
improving mutabelle script again after missing some changes in f4896c792316
|
changeset |
files
|
Fri, 21 Oct 2011 10:32:42 +0200 |
bulwahn |
correcting code_prolog
|
changeset |
files
|
Fri, 21 Oct 2011 09:51:45 +0200 |
huffman |
merged
|
changeset |
files
|
Fri, 21 Oct 2011 08:42:11 +0200 |
huffman |
add HOL/ex/Simproc_Tests.thy: testing for Tools/numeral_simprocs.ML
|
changeset |
files
|
Fri, 21 Oct 2011 08:25:04 +0200 |
nipkow |
merged
|
changeset |
files
|
Fri, 21 Oct 2011 08:24:57 +0200 |
nipkow |
tuned
|
changeset |
files
|
Thu, 20 Oct 2011 22:26:02 +0200 |
blanchet |
mark "xt..." rules as "no_atp", since they are easy consequences of other better named properties
|
changeset |
files
|
Thu, 20 Oct 2011 22:02:49 +0200 |
huffman |
merged
|
changeset |
files
|
Thu, 20 Oct 2011 17:27:14 +0200 |
huffman |
removed mult_Bit1 from int_arith_rules (cf. 882403378a41 and 3078fd2eec7b, where mult_num1 erroneously replaced mult_1)
|
changeset |
files
|
Thu, 20 Oct 2011 12:30:43 -0400 |
kleing |
removed [trans] concept from basic material
|
changeset |
files
|
Thu, 20 Oct 2011 10:44:00 +0200 |
nipkow |
merged
|
changeset |
files
|
Thu, 20 Oct 2011 10:43:47 +0200 |
nipkow |
tuned
|
changeset |
files
|
Thu, 20 Oct 2011 09:59:12 +0200 |
bulwahn |
merged
|
changeset |
files
|
Thu, 20 Oct 2011 09:11:13 +0200 |
bulwahn |
modernizing predicate_compile_quickcheck
|
changeset |
files
|
Thu, 20 Oct 2011 08:20:35 +0200 |
bulwahn |
adding depth as an quickcheck configuration
|
changeset |
files
|
Thu, 20 Oct 2011 09:48:00 +0200 |
nipkow |
renamed name -> vname
|
changeset |
files
|
Wed, 19 Oct 2011 23:07:48 +0200 |
haftmann |
removed some remaining artefacts of ancient SML code generator
|
changeset |
files
|
Wed, 19 Oct 2011 22:54:26 +0200 |
haftmann |
NEWS
|
changeset |
files
|
Wed, 19 Oct 2011 21:40:32 +0200 |
blanchet |
cleaner LEO-II extensionality step detection
|
changeset |
files
|
Wed, 19 Oct 2011 21:40:32 +0200 |
blanchet |
marginally cleaner proof parsing, that doesn't stumble upon LEO-II's E-step proofs
|
changeset |
files
|
Wed, 19 Oct 2011 21:40:32 +0200 |
blanchet |
one more LEO-II failure
|
changeset |
files
|
Wed, 19 Oct 2011 19:45:19 +0200 |
wenzelm |
merged
|
changeset |
files
|
Wed, 19 Oct 2011 17:45:25 +0200 |
huffman |
merged
|
changeset |
files
|
Tue, 18 Oct 2011 15:19:06 +0200 |
huffman |
hide typedef-generated constants Product_Type.prod and Sum_Type.sum
|
changeset |
files
|
Wed, 19 Oct 2011 16:36:13 +0200 |
blanchet |
more uniform SZS status handling
|
changeset |
files
|
Wed, 19 Oct 2011 16:36:13 +0200 |
blanchet |
avoid generating too meta theorems -- this sometimes leads to type errors, e.g. when "pp" is applied to a "prop" instead of a "bool"
|
changeset |
files
|
Wed, 19 Oct 2011 16:32:30 +0200 |
nipkow |
merged
|
changeset |
files
|
Wed, 19 Oct 2011 16:32:12 +0200 |
nipkow |
renamed B to Bc
|
changeset |
files
|
Wed, 19 Oct 2011 17:04:43 +0200 |
wenzelm |
tuned comment;
|
changeset |
files
|
Wed, 19 Oct 2011 17:03:07 +0200 |
wenzelm |
proper source positions for @{lemma};
|
changeset |
files
|
Wed, 19 Oct 2011 16:45:46 +0200 |
wenzelm |
more robust toplevel_error reporting (NB: Context.proof_of on a stale theory crashes ungracefully);
|
changeset |
files
|
Wed, 19 Oct 2011 15:42:43 +0200 |
wenzelm |
inlined @{thms} (ML compile-time) allows to get rid of legacy zadd_ac as well (cf. 49e305100097);
|
changeset |
files
|
Wed, 19 Oct 2011 15:41:12 +0200 |
wenzelm |
tuned legacy signature;
|
changeset |
files
|
Wed, 19 Oct 2011 14:40:49 +0200 |
wenzelm |
further cleanup of stats (cf. 97e81a8aa277);
|
changeset |
files
|
Wed, 19 Oct 2011 14:22:06 +0200 |
wenzelm |
updated keywords;
|
changeset |
files
|
Wed, 19 Oct 2011 14:21:29 +0200 |
wenzelm |
really document just one code generator;
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:21 +0200 |
bulwahn |
NEWS
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:20 +0200 |
bulwahn |
removing old code generator
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:19 +0200 |
bulwahn |
removing declaration of code_unfold to address the old code generator
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:18 +0200 |
bulwahn |
removing dependency of the generic code generator to old code generator functions thyname_of_type and thyname_of_const
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:18 +0200 |
bulwahn |
removing documentation about the old code generator
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:16 +0200 |
bulwahn |
removing old code generator setup for executable sets
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:15 +0200 |
bulwahn |
removing old code generator setup for efficient natural numbers; cleaned typo
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:14 +0200 |
bulwahn |
removing old code generator setup for real numbers; tuned
|
changeset |
files
|
Wed, 19 Oct 2011 09:11:14 +0200 |
bulwahn |
removing old code generator setup for rational numbers; tuned
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:29 +0200 |
bulwahn |
removing old code generator setup for strings
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:27 +0200 |
bulwahn |
removing old code generator setup for lists
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:26 +0200 |
bulwahn |
removing old code generator setup for integers
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:25 +0200 |
bulwahn |
removing old code generator for inductive predicates
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:24 +0200 |
bulwahn |
removing quickcheck tester SML-inductive based on the old code generator
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:23 +0200 |
bulwahn |
removing old code generator setup for inductive sets in the inductive set package
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:22 +0200 |
bulwahn |
removing old code generator setup of inductive predicates
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:21 +0200 |
bulwahn |
removing old code generator setup for product types
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:20 +0200 |
bulwahn |
removing old code generator setup for function types
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:19 +0200 |
bulwahn |
removing old code generator setup for datatypes
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:17 +0200 |
bulwahn |
removing old code generator for recursive functions
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:16 +0200 |
bulwahn |
removing old code generator setup in the HOL theory
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:15 +0200 |
bulwahn |
removing invocations of the evaluation method based on the old code generator
|
changeset |
files
|
Wed, 19 Oct 2011 08:37:14 +0200 |
bulwahn |
removing invocations of the old code generator
|
changeset |
files
|
Tue, 18 Oct 2011 15:40:59 +0200 |
blanchet |
freeze conjecture schematics before applying lambda-translation, which sometimes calls "close_form" and ruins it for freezing
|
changeset |
files
|
Tue, 18 Oct 2011 15:40:58 +0200 |
blanchet |
gracefully handle quantifiers of the form "All $ t" where "t" is not a lambda-abstraction in higher-order translations
|
changeset |
files
|
Tue, 18 Oct 2011 15:27:18 +0200 |
bulwahn |
tuned
|
changeset |
files
|
Tue, 18 Oct 2011 15:27:17 +0200 |
bulwahn |
adding testing of quickcheck narrowing with finite types to mutabelle script; modified is_executable in mutabelle_extra
|
changeset |
files
|
Tue, 18 Oct 2011 11:59:03 +0200 |
krauss |
mira: collect size of heap images
|
changeset |
files
|
Mon, 17 Oct 2011 21:37:38 +0200 |
blanchet |
updated doc related to Satallax
|
changeset |
files
|
Mon, 17 Oct 2011 21:37:37 +0200 |
blanchet |
parse Satallax unsat cores
|
changeset |
files
|
Mon, 17 Oct 2011 18:05:14 +0200 |
wenzelm |
merged
|
changeset |
files
|
Mon, 17 Oct 2011 14:22:14 +0200 |
noschinl |
(old) NEWS
|
changeset |
files
|
Mon, 17 Oct 2011 10:19:01 +0200 |
bulwahn |
moving some common functions from quickcheck to the more HOL-specific quickcheck_common; renamed inductive_SML's configurations to more canonical names; adds automatically left and right hand sides of equations as evaluation terms
|
changeset |
files
|
Mon, 17 Oct 2011 11:24:22 +0200 |
wenzelm |
always use sockets on Windows/Cygwin;
|
changeset |
files
|
Sun, 16 Oct 2011 21:49:47 +0200 |
krauss |
mira configuration: use official polyml 5.4.1 on lxbroy10
|
changeset |
files
|
Sun, 16 Oct 2011 18:48:30 +0200 |
wenzelm |
added Term.dummy_pattern conveniences;
|
changeset |
files
|
Sun, 16 Oct 2011 16:56:01 +0200 |
wenzelm |
slightly more standard-conformant XML parsing (see also 94033767ef9b);
|
changeset |
files
|
Sun, 16 Oct 2011 14:48:01 +0200 |
haftmann |
tuned proof
|
changeset |
files
|
Sun, 16 Oct 2011 14:48:00 +0200 |
haftmann |
tuned type annnotation
|
changeset |
files
|
Sun, 16 Oct 2011 14:48:00 +0200 |
haftmann |
hide not_member as also member
|
changeset |
files
|
Sat, 15 Oct 2011 20:40:13 +0200 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
Sat, 15 Oct 2011 18:14:36 +0200 |
wenzelm |
updated to Scala 2.8.2.final;
|
changeset |
files
|
Sat, 15 Oct 2011 17:00:17 +0200 |
wenzelm |
prefer recent polyml-5.4.1, but retain potentially fragile polyml-5.2.1 as experimental test;
|
changeset |
files
|
Sat, 15 Oct 2011 16:58:37 +0200 |
wenzelm |
updated to polyml-5.4.1;
|
changeset |
files
|
Sat, 15 Oct 2011 15:55:10 +0200 |
wenzelm |
updated to polyml-5.4.1;
|
changeset |
files
|
Sat, 15 Oct 2011 00:18:00 +0200 |
haftmann |
merged
|
changeset |
files
|
Fri, 14 Oct 2011 22:42:56 +0200 |
haftmann |
monadic bind
|
changeset |
files
|
Fri, 14 Oct 2011 18:55:59 +0200 |
haftmann |
moved sublists to More_List.thy
|
changeset |
files
|
Fri, 14 Oct 2011 18:55:29 +0200 |
haftmann |
NEWS
|
changeset |
files
|
Fri, 14 Oct 2011 11:34:30 +0200 |
wenzelm |
more complete stats, including small sessions which provide some clues on main HOL baseline performance;
|
changeset |
files
|
Thu, 13 Oct 2011 23:35:15 +0200 |
haftmann |
avoid very specific code equation for card; corrected spelling
|
changeset |
files
|
Thu, 13 Oct 2011 23:27:46 +0200 |
haftmann |
bouned transitive closure
|
changeset |
files
|
Thu, 13 Oct 2011 23:02:59 +0200 |
haftmann |
moved acyclic predicate up in hierarchy
|
changeset |
files
|
Thu, 13 Oct 2011 22:56:19 +0200 |
haftmann |
tuned
|
changeset |
files
|
Thu, 13 Oct 2011 22:56:19 +0200 |
haftmann |
modernized definitions
|
changeset |
files
|
Thu, 13 Oct 2011 22:50:35 +0200 |
wenzelm |
static dummy_task (again) to avoid a few extra allocations;
|
changeset |
files
|
Thu, 13 Oct 2011 13:49:55 +0200 |
noschinl |
tuned markup
|
changeset |
files
|
Thu, 13 Oct 2011 11:45:33 +0200 |
wenzelm |
discontinued obsolete 'types' command;
|
changeset |
files
|
Wed, 12 Oct 2011 22:48:23 +0200 |
wenzelm |
modernized structure Induct_Tacs;
|
changeset |
files
|
Wed, 12 Oct 2011 22:21:38 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Wed, 12 Oct 2011 21:39:33 +0200 |
wenzelm |
misc tuning and clarification;
|
changeset |
files
|
Wed, 12 Oct 2011 20:57:40 +0200 |
wenzelm |
tuned ML style;
|
changeset |
files
|
Wed, 12 Oct 2011 20:16:48 +0200 |
wenzelm |
tuned proofs -- eliminated vacuous "induct arbitrary: ..." situations;
|
changeset |
files
|
Wed, 12 Oct 2011 16:21:07 +0200 |
wenzelm |
discontinued obsolete alias structure ProofContext;
|
changeset |
files
|
Wed, 12 Oct 2011 09:16:30 +0200 |
nipkow |
separated monotonicity reasoning and defined narrowing with while_option
|
changeset |
files
|
Mon, 10 Oct 2011 20:14:25 +0200 |
wenzelm |
include no-smlnj targets into library (cf. e54a985daa61);
|
changeset |
files
|
Mon, 10 Oct 2011 16:47:45 +0200 |
bulwahn |
increasing values_timeout to avoid SML_makeall failures on our current tests
|
changeset |
files
|
Mon, 10 Oct 2011 11:12:09 +0200 |
wenzelm |
merged
|
changeset |
files
|
Mon, 10 Oct 2011 11:10:45 +0200 |
wenzelm |
removed obsolete RC tags;
|
changeset |
files
|
Sun, 09 Oct 2011 11:13:53 +0200 |
huffman |
Int.thy: discontinued some legacy theorems
|
changeset |
files
|
Sun, 09 Oct 2011 08:30:48 +0200 |
huffman |
Set.thy: remove redundant [simp] declarations
|
changeset |
files
|
Mon, 03 Oct 2011 22:21:19 +0200 |
bulwahn |
removing code equation for card on finite types when loading the Executable_Set theory; should resolve a code generation issue with CoreC++
|
changeset |
files
|
Mon, 03 Oct 2011 15:39:30 +0200 |
bulwahn |
tune text for document generation
|
changeset |
files
|
Mon, 03 Oct 2011 14:43:15 +0200 |
bulwahn |
adding examples with relations to Quickcheck_Examples to show that quickcheck can actually handle operators on relations as well
|
changeset |
files
|
Mon, 03 Oct 2011 14:43:14 +0200 |
bulwahn |
adding code equations for cardinality and (reflexive) transitive closure on finite types
|
changeset |
files
|
Mon, 03 Oct 2011 14:43:13 +0200 |
bulwahn |
adding lemma about rel_pow in Transitive_Closure for executable equation of the (refl) transitive closure
|
changeset |
files
|
Mon, 03 Oct 2011 14:43:12 +0200 |
bulwahn |
adding lemma to List library for executable equation of the (refl) transitive closure
|
changeset |
files
|
Thu, 29 Sep 2011 21:42:03 +0200 |
Jean Pichon |
fixed typos in IMP
|
changeset |
files
|
Wed, 28 Sep 2011 10:35:56 +0200 |
nipkow |
added nice interval syntax
|
changeset |
files
|
Wed, 28 Sep 2011 09:59:55 +0200 |
nipkow |
Added dependecies
|
changeset |
files
|
Wed, 28 Sep 2011 09:55:11 +0200 |
nipkow |
Added Hoare-like Abstract Interpretation
|
changeset |
files
|
Wed, 28 Sep 2011 08:51:55 +0200 |
nipkow |
moved IMP/AbsInt stuff into subdirectory Abs_Int_Den
|
changeset |
files
|
Mon, 26 Sep 2011 21:13:26 +0200 |
wenzelm |
back to post-release mode;
|
changeset |
files
|
Sun, 09 Oct 2011 17:06:19 +0200 |
wenzelm |
Added tag Isabelle2011-1 for changeset 76fef3e57004
|
changeset |
files
|
Sun, 09 Oct 2011 16:47:58 +0200 |
wenzelm |
tuned;
Isabelle2011-1
|
changeset |
files
|
Sun, 09 Oct 2011 15:46:06 +0200 |
wenzelm |
updated ISABELLE_HOME_USER;
|
changeset |
files
|
Tue, 04 Oct 2011 14:51:51 +0200 |
wenzelm |
more explicit check of Java executable -- relevant for Linux x86/x86_64 mismatch and absence on Mac OS Lion;
|
changeset |
files
|
Mon, 03 Oct 2011 11:16:51 +0200 |
wenzelm |
Added tag Isabelle2011-1-RC2 for changeset a45121ffcfcb
|
changeset |
files
|
Mon, 03 Oct 2011 11:14:19 +0200 |
wenzelm |
some amendments due to Jean Pichon;
|
changeset |
files
|
Thu, 29 Sep 2011 09:37:59 +0200 |
traytel |
correct coercion generation in case of unknown map functions
|
changeset |
files
|
Wed, 28 Sep 2011 13:52:14 +0200 |
wenzelm |
proper platform_file_url for Windows UNC paths (server shares);
|
changeset |
files
|
Tue, 27 Sep 2011 22:35:57 +0200 |
wenzelm |
proper platform_file_url;
|
changeset |
files
|
Tue, 27 Sep 2011 22:14:15 +0200 |
wenzelm |
observe base URL of rendered document;
|
changeset |
files
|
Tue, 27 Sep 2011 21:39:55 +0200 |
wenzelm |
more README;
|
changeset |
files
|
Tue, 27 Sep 2011 20:45:15 +0200 |
wenzelm |
tuned README.html;
|
changeset |
files
|
Tue, 27 Sep 2011 20:25:15 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Tue, 27 Sep 2011 14:17:40 +0200 |
wenzelm |
retain output, which is required for non-existent JRE, for example (cf. b455e4f42c04);
|
changeset |
files
|
Tue, 27 Sep 2011 00:03:11 +0200 |
wenzelm |
tuned message, which is displayed after termination of Isabelle.app on Mac OS;
|
changeset |
files
|
Mon, 26 Sep 2011 23:51:59 +0200 |
wenzelm |
keep top-level "Isabelle" executable -- now an alias for "isabelle jedit";
|
changeset |
files
|
Mon, 26 Sep 2011 23:43:52 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 26 Sep 2011 21:41:39 +0200 |
wenzelm |
ensure Isabelle env;
|
changeset |
files
|
Mon, 26 Sep 2011 21:17:25 +0200 |
wenzelm |
Added tag Isabelle2011-1-RC1 for changeset 24ad77c3a147
|
changeset |
files
|
Mon, 26 Sep 2011 21:09:28 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Mon, 26 Sep 2011 20:53:53 +0200 |
wenzelm |
misc tuning for release;
|
changeset |
files
|
Mon, 26 Sep 2011 20:39:18 +0200 |
wenzelm |
reverted 09cdc4209d25 for formal reasons: it did not say what was "broken" nor "fixed", but broke IsaMakefile dependencies;
|
changeset |
files
|
Mon, 26 Sep 2011 20:31:41 +0200 |
wenzelm |
makedist for release;
|
changeset |
files
|
Mon, 26 Sep 2011 14:03:43 +0200 |
blanchet |
put MiniSat back first -- Torlak's eval seemed to suggest that Crypto and Lingeling were better, but Crypto is slower on "Nitpick_Examples" and Crypto crashes
|
changeset |
files
|
Mon, 26 Sep 2011 11:41:52 +0200 |
blanchet |
require Java 1.6 in the Nitpick documentation -- technically 1.5 will also work with Kodkodi 1.2.16, but it won't work with Kodkodi 1.5.0
|
changeset |
files
|
Mon, 26 Sep 2011 11:41:52 +0200 |
blanchet |
put CryptoMiniSat first and remove warning about unsoundness now that it has been fixed in Kodkod
|
changeset |
files
|
Mon, 26 Sep 2011 10:57:20 +0200 |
bulwahn |
adding an example with inductive predicates to quickcheck narrowing examples
|
changeset |
files
|
Mon, 26 Sep 2011 10:30:37 +0200 |
bulwahn |
importing the Generated_Code module qualified to reduce the probability of name clashes between the static code and the generated code in the narrowing-based Quickcheck
|
changeset |
files
|
Sun, 25 Sep 2011 19:34:20 +0200 |
blanchet |
clarify platforms
|
changeset |
files
|
Sun, 25 Sep 2011 18:43:25 +0200 |
blanchet |
killed JNI version of zChaff, since Kodkod 1.5 does not support it anymore
|
changeset |
files
|
Sun, 25 Sep 2011 18:43:25 +0200 |
blanchet |
updated Nitpick SAT Solver doc
|
changeset |
files
|
Sun, 25 Sep 2011 18:43:25 +0200 |
blanchet |
update list of SAT solvers reflecting Kodkod 1.5
|
changeset |
files
|
Sun, 25 Sep 2011 17:25:34 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Sun, 25 Sep 2011 13:48:59 +0200 |
wenzelm |
more uniform defaults;
|
changeset |
files
|
Sun, 25 Sep 2011 09:37:33 +0200 |
haftmann |
Quotient_Set.thy is part of library
|
changeset |
files
|
Sun, 25 Sep 2011 00:32:49 +0200 |
nipkow |
fixed typo
|
changeset |
files
|
Sat, 24 Sep 2011 17:18:39 +0200 |
wenzelm |
standardize drive letters -- important for proper document node identification;
|
changeset |
files
|