Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
fix typo
2010-12-19, by huffman
merged
2010-12-19, by huffman
use deflations over type 'udom u' to represent predomains;
2010-12-19, by huffman
add lemma u_map_oo
2010-12-19, by huffman
replace foo_approx functions with foo_emb, foo_prj functions for universal domain embeddings
2010-12-19, by huffman
minimize imports; move domain class instances for powerdomain types into Powerdomains.thy
2010-12-19, by huffman
powerdomain theories require class 'bifinite' instead of 'domain'
2010-12-19, by huffman
type 'defl' takes a type parameter again (cf. b525988432e9)
2010-12-19, by huffman
reintroduce 'bifinite' class, now with existentially-quantified approx function (cf. b525988432e9)
2010-12-19, by huffman
renamed Bifinite.thy to Representable.thy
2010-12-19, by huffman
renamed CompactBasis.thy to Compact_Basis.thy
2010-12-17, by huffman
merged
2010-12-19, by boehmes
updated SMT certificates
2010-12-19, by boehmes
removed odd decoration of built-in symbols as Vars (instead provide built-in desctructor functions along with their inverse functions);
2010-12-19, by boehmes
only linear occurrences of multiplication are treated as built-in (SMT solvers only support linear arithmetic in general);
2010-12-19, by boehmes
escape backticks in altstrings
2010-12-19, by blanchet
added a timestamp to Nitpick in verbose mode for debugging purposes;
2010-12-19, by blanchet
reduce the minimizer slack and add verbose information
2010-12-19, by blanchet
two layers of timeouts seem to be less reliable than a single layer
2010-12-18, by blanchet
move relevance filter into hard timeout
2010-12-18, by blanchet
handle timeouts in Mirabelle more gracefully
2010-12-18, by blanchet
made the relevance filter treat unatomizable facts like "atomize_all" properly (these result in problems that get E spinning seemingly forever);
2010-12-18, by blanchet
Add mixins to locale dependencies.
2010-12-18, by ballarin
Enable show_hyps, which appears to be set in batch mode but in an interactive session.
2010-12-18, by ballarin
Add mixins to sublocale command.
2010-12-18, by ballarin
tuning
2010-12-18, by blanchet
higher hard timeout
2010-12-18, by blanchet
lower threshold where the binary algorithm kick in and use the same value for automatic minimization
2010-12-18, by blanchet
compile
2010-12-18, by blanchet
let each prover minimizes its own stuff (rather than taking the first prover of the list to minimize every prover's stuff)
2010-12-18, by blanchet
use minimizing prover in Mirabelle
2010-12-18, by blanchet
renamed function to run prover with minimizer and changed signature to clarify its semantics and make it a drop in replacement for "get_prover"
2010-12-18, by blanchet
factored out running a prover with (optionally) an implicit minimizer phrase
2010-12-18, by blanchet
merged;
2010-12-17, by wenzelm
remove option that doesn't work in Mirabelle anyway (Mirabelle uses Sledgehammer_Provers, not Sledgehammer_Run)
2010-12-17, by blanchet
more precise error messages in "verbose" (or "debug") mode, following this morning's permission debacle
2010-12-17, by blanchet
convenient syntax for setting provers -- useful for debugging, not for general consumption and hence not documented
2010-12-17, by blanchet
merged
2010-12-17, by blanchet
put the SMT weights back where they belong, so that they're also used by Mirabelle
2010-12-17, by blanchet
added debugging option to find out how good the relevance filter was at identifying relevant facts
2010-12-17, by blanchet
extra checking of name bindings for classes, types, consts;
2010-12-17, by wenzelm
more explicit references to structure Raw_Simplifier;
2010-12-17, by wenzelm
merged
2010-12-17, by wenzelm
merged
2010-12-17, by wenzelm
merged
2010-12-17, by wenzelm
Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
2010-12-17, by wenzelm
dropped slightly odd Conv.tap_thy
2010-12-17, by haftmann
avoid slightly odd Conv.tap_thy
2010-12-17, by haftmann
allocate intermediate directories in module hierarchy
2010-12-17, by haftmann
export experimental options
2010-12-17, by blanchet
merged
2010-12-17, by blanchet
compile
2010-12-17, by blanchet
run the SMT relevance filter only once, then run the normalization/monomorphization code once _per class_ of SMT solvers
2010-12-17, by blanchet
make timeout part of the SMT filter's tail
2010-12-17, by blanchet
merge
2010-12-17, by blanchet
split "smt_filter" into head and tail
2010-12-17, by blanchet
fewer facts to SInE-E
2010-12-17, by blanchet
Z3 sometimes reports two errors, with the first one referring to line 1 for some strange reason -- but it makes no sense to kill line 1, so we traverse the errors in reverse and consider only the last error
2010-12-17, by blanchet
trap one more Z3 error
2010-12-17, by blanchet
fixed the command-line syntax for setting Yices' random seed
2010-12-17, by boehmes
merged
2010-12-17, by boehmes
updated SMT certificates
2010-12-17, by boehmes
fixed lambda-lifting: shift indices of bound variables correctly (after locking the required bound variables) and apply bound variables to the new function symbol in the right order;
2010-12-17, by boehmes
adding exhaustive tester instances for numeric types: code_numeral, nat, rat and real
2010-12-17, by bulwahn
updated generated file;
2010-12-17, by wenzelm
replaced command 'nonterminals' by slightly modernized version 'nonterminal';
2010-12-17, by wenzelm
renamed structure MetaSimplifier to raw_Simplifer, to emphasize its meaning;
2010-12-17, by wenzelm
tuned signature;
2010-12-17, by wenzelm
clarified exports of structure Simplifier;
2010-12-17, by wenzelm
refer to regular structure Simplifier;
2010-12-17, by wenzelm
tuned;
2010-12-17, by wenzelm
updated SMT certificates
2010-12-17, by boehmes
more precise/correct SMT error handling
2010-12-17, by blanchet
fixed off-by-one and return proper error code -- never underestimate the number of oddities in Perl
2010-12-17, by blanchet
discriminate SMT errors a bit better
2010-12-16, by blanchet
keep track of errors in Z3 input file for debugging purposes
2010-12-16, by blanchet
better propagation of stdout in case of failure + comply with strict/warnings
2010-12-16, by blanchet
merge
2010-12-16, by blanchet
cleaner handling of temporary files
2010-12-16, by blanchet
merged
2010-12-16, by paulson
made sml/nj happy
2010-12-16, by paulson
added self-correcting wrapper for Z3 -- see comment in the file for details
2010-12-16, by blanchet
impose a limit on the breadth of monomorphization (in addition to on the depth) to prevent an explosion of the number of monomorphic instances
2010-12-16, by blanchet
no need to do a super-duper atomization if Metis fails afterwards anyway
2010-12-16, by blanchet
removed unused variable
2010-12-16, by blanchet
robustly handle SMT exceptions in Sledgehammer
2010-12-16, by blanchet
make "debug" imply "blocking", since in blocking mode the exceptions flow through and are more instructive
2010-12-16, by blanchet
reintroduce the higher penalty for skolems
2010-12-16, by blanchet
tuning
2010-12-16, by blanchet
comment tuning
2010-12-16, by blanchet
get rid of experimental feature of term patterns in relevance filter -- doesn't work well unless we take into consideration the equality theory entailed by the relevant facts
2010-12-16, by blanchet
fixed more issues with the Vampire output parser, and added support for Vampire's TSTP output (--proof tptp)
2010-12-16, by blanchet
make it more likely that induction rules are picked up by Sledgehammer
2010-12-16, by blanchet
generalize the Vampire parser some more to cope with things like "{2, 3\}" seen in some proofs
2010-12-16, by blanchet
add the current theory's constant to the goal to make theorems from the current theory more relevant on the first iteration already
2010-12-16, by blanchet
instantiate induction rules automatically
2010-12-16, by blanchet
merged
2010-12-16, by boehmes
fix lambda-lifting: take level of bound variables into account and also apply bound variables from outer scope
2010-12-16, by boehmes
fixed introduction of explicit application function: bound variables always need explicit application if they are applied to some term
2010-12-16, by boehmes
fixed eta-expansion: introduce a couple of abstractions at once
2010-12-16, by boehmes
merged
2010-12-16, by paulson
made sml/nj happy
2010-12-16, by paulson
removing file refute_isar.ML that was missed in 4006f5c3f421
2010-12-16, by bulwahn
added nitpick to mutabelle script
2010-12-16, by bulwahn
reactivating nitpick in Mutabelle
2010-12-16, by bulwahn
more appropriate closures for static evaluation
2010-12-16, by haftmann
more uniform naming
2010-12-16, by haftmann
merged
2010-12-16, by haftmann
merged
2010-12-15, by haftmann
updated generated files
2010-12-15, by haftmann
simplified evaluation function names
2010-12-15, by haftmann
turned simp_trace_depth_limit into a configuration option
2010-12-16, by boehmes
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
+30000
tip