2011-11-06 |
blanchet |
tune: no need for option
|
changeset |
files
|
2011-11-06 |
blanchet |
cascading timeouts in minimizer
|
changeset |
files
|
2011-11-06 |
blanchet |
shortcut binary minimization algorithm
|
changeset |
files
|
2011-11-06 |
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
|
2011-11-06 |
blanchet |
renamed experimental systems
|
changeset |
files
|
2011-11-06 |
blanchet |
repaired quantification over type variables for non-TFF1/THF encodings
|
changeset |
files
|
2011-11-06 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
2011-11-06 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
2011-11-06 |
wenzelm |
tuned;
|
changeset |
files
|
2011-11-06 |
wenzelm |
some statespace benchmarks;
|
changeset |
files
|
2011-11-06 |
wenzelm |
write changed .prv files only, to avoid writing into src file-space by default;
|
changeset |
files
|
2011-11-06 |
wenzelm |
tuned document;
|
changeset |
files
|
2011-11-06 |
wenzelm |
more precise dependencies;
|
changeset |
files
|
2011-11-06 |
wenzelm |
inlined antiquotations;
|
changeset |
files
|
2011-11-06 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
2011-11-06 |
wenzelm |
optional timing, to avoid redundant allocation of mutable cells;
|
changeset |
files
|
2011-11-05 |
wenzelm |
tuned;
|
changeset |
files
|
2011-11-05 |
wenzelm |
misc tuning;
|
changeset |
files
|
2011-11-05 |
wenzelm |
merged
|
changeset |
files
|
2011-11-05 |
Christian Urban |
more use of global operations (see 98ec8b51af9c)
|
changeset |
files
|
2011-11-05 |
wenzelm |
more uniform instT_subst vs. inst_subst: compare variable names only;
|
changeset |
files
|
2011-11-05 |
wenzelm |
tuned cterm_instantiate: avoid somewhat expensive Term.map_types and cterm_of;
|
changeset |
files
|
2011-11-05 |
wenzelm |
misc tuning and modernization;
|
changeset |
files
|
2011-11-05 |
wenzelm |
some performance tuning via Term_Subst/Same.operation;
|
changeset |
files
|
2011-11-05 |
wenzelm |
pruned signature;
|
changeset |
files
|
2011-11-05 |
wenzelm |
added Logic.varify_types_global/unvarify_types_global, which avoids somewhat expensive Term.map_types;
|
changeset |
files
|
2011-11-05 |
wenzelm |
more conventional syntax const;
|
changeset |
files
|
2011-11-04 |
wenzelm |
proper syntactic category for abstraction syntax, to avoid low-level exception for malformed "\<integral> x y. f \<partial>M", for example;
|
changeset |
files
|
2011-11-04 |
wenzelm |
merged
|
changeset |
files
|
2011-11-04 |
wenzelm |
prefer global Quotient_Info lookup to accomodate Quotient_Term, which is not quite localized yet (cf. 9fd6fce8a230);
|
changeset |
files
|
2011-11-04 |
blanchet |
document new experimental provers
|
changeset |
files
|
2011-11-04 |
blanchet |
added remote iProver(-Eq) for experimentation
|
changeset |
files
|
2011-11-04 |
wenzelm |
merged
|
changeset |
files
|
2011-11-04 |
huffman |
ex/Tree23.thy: automate proof of gfull_add
|
changeset |
files
|
2011-11-04 |
huffman |
ex/Tree23.thy: simplify proof of bal_del0
|
changeset |
files
|
2011-11-04 |
huffman |
ex/Tree23.thy: simplify proof of bal_add0
|
changeset |
files
|
2011-11-04 |
huffman |
ex/Tree23.thy: simpler definition of ordered-ness predicate
|
changeset |
files
|
2011-11-03 |
huffman |
ex/Tree23.thy: prove that deletion preserves balance
|
changeset |
files
|
2011-11-03 |
wenzelm |
more liberal Parse.fixes, to avoid overlap of mixfix with is-pattern (notably in 'obtain' syntax);
|
changeset |
files
|
2011-11-03 |
wenzelm |
more general Proof_Context.bind_propp, which allows outer parameters;
|
changeset |
files
|
2011-11-03 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
2011-11-03 |
wenzelm |
tuned signature;
|
changeset |
files
|
2011-11-03 |
wenzelm |
tuned signature -- canonical argument order;
|
changeset |
files
|
2011-11-03 |
wenzelm |
tuned -- Variable.declare_term is already part of Variable.auto_fixes;
|
changeset |
files
|
2011-11-03 |
huffman |
ex/Tree23.thy: prove that insertion preserves tree balance and order
|
changeset |
files
|
2011-11-03 |
kleing |
more IMP fragments
|
changeset |
files
|
2011-11-03 |
kleing |
string -> vname
|
changeset |
files
|
2011-11-03 |
kleing |
JMPF(LESS|GE) -> JMP(LESS|GE) because jumps are int now.
|
changeset |
files
|
2011-11-03 |
kleing |
more IMP text fragments
|
changeset |
files
|
2011-11-02 |
kleing |
moved latex generation for HOL-IMP out of distribution
|
changeset |
files
|
2011-11-01 |
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
|
2011-10-31 |
bulwahn |
merged
|
changeset |
files
|
2011-10-31 |
bulwahn |
more robust, declarative and unsurprising computation of types in the quotient type definition
|
changeset |
files
|
2011-10-31 |
blanchet |
improve handling of bound type variables (esp. for TFF1)
|
changeset |
files
|
2011-10-31 |
blanchet |
improved TFF1 output
|
changeset |
files
|
2011-10-31 |
bulwahn |
clarified signature
|
changeset |
files
|
2011-10-31 |
bulwahn |
tuned
|
changeset |
files
|
2011-10-31 |
bulwahn |
tuned
|
changeset |
files
|
2011-10-30 |
wenzelm |
even more uniform Local_Theory.declaration for locales (cf. 57def0b39696, aa35859c8741);
|
changeset |
files
|
2011-10-30 |
wenzelm |
removed obsolete argument (cf. aa35859c8741);
|
changeset |
files
|