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.
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
add notsqsubseteq syntax
2010-12-15, by huffman
show: display goal refinement rule as "state", to avoid odd Output.urgent_message and make its association with the goal more explicit;
2010-12-15, by wenzelm
make sure errors generated in a thread don't vanish in cyberspace (e.g., when invoking Sledgehammer with unknown facts)
2010-12-15, by blanchet
merged
2010-12-15, by bulwahn
adding postprocessing for maps in term construction of quickcheck; fixed check_all_option definition
2010-12-15, by bulwahn
added enum_term_of to correct present nested functions
2010-12-15, by bulwahn
adding postprocessing for sets in term construction of quickcheck
2010-12-15, by bulwahn
merged
2010-12-15, by boehmes
fixed trigger inference: testing if a theorem already has a trigger was too strict;
2010-12-15, by boehmes
fixed checking and translation of weights (previously, weights occurring in terms were rejected, and weight numbers were unintended translated into Vars)
2010-12-15, by boehmes
the functions term_of and prop_of are also needed in earlier stages, not only for Z3 proof reconstruction, so they really belong in SMT_Utils
2010-12-15, by boehmes
facilitate debugging
2010-12-15, by blanchet
merged
2010-12-15, by wenzelm
clean up fudge factors a little bit
2010-12-15, by blanchet
added weights to SMT problems
2010-12-15, by blanchet
move facts supplied with "add:" to the front, so that they get a better weight (SMT)
2010-12-15, by blanchet
beautify MacLaurin proofs; make better use of DERIV_intros
2010-12-15, by hoelzl
workaround for bug in weight handling -- sometimes numerals got replaced by Vars and this confused the weight extractor
2010-12-15, by blanchet
avoid ML structure aliases (especially single-letter abbreviations);
2010-12-15, by wenzelm
eliminated dead code;
2010-12-15, by wenzelm
more correct ML snippets that are unchecked;
2010-12-15, by wenzelm
merged
2010-12-15, by paulson
Added two theorems about the concept of range. Tidied up the comments.
2010-12-15, by paulson
honor "overlord" option for SMT solvers as well and don't pass "ext" to them
2010-12-15, by blanchet
make Sledgehammer's relevance filter include the "ext" rule when appropriate
2010-12-15, by blanchet
tuning
2010-12-15, by blanchet
tuning
2010-12-15, by blanchet
added support for "type_sys" option to Mirabelle
2010-12-15, by blanchet
honor "metisFT" in Mirabelle
2010-12-15, by blanchet
make "full_types" take precedence over "type_sys"
2010-12-15, by blanchet
crank up Metis's timeout for SMT solvers, since users love Metis
2010-12-15, by blanchet
generate a "using [[smt_solver = ...]]" command if a proof is found by another SMT solver than the current one, to ensure it's also used for reconstruction
2010-12-15, by blanchet
make sure first-order occurrences of "False" and "True" are handled correctly -- this broke when adding proper support for higher-order occurrences
2010-12-15, by blanchet
consider "finite" overloaded in "precise_overloaded_args" mode
2010-12-15, by blanchet
added timeout max for remote server invocation
2010-12-15, by blanchet
fix translation of higher-order equality ("fequal") if "precise_overloaded_args" is "true"
2010-12-15, by blanchet
fix Vampire parsing problem
2010-12-15, by blanchet
improve partially tagged encoding by adding a helper fact that coalesces consecutive "ti" tags
2010-12-15, by blanchet
example tuning
2010-12-15, by blanchet
remove at most one double negation -- any other double negations are part of some higher-order reasoning and should be left alone, cf. "HO_Reas.thy"
2010-12-15, by blanchet
weaken the "expect" flag so that it doesn't trigger errors if a prover is not installed
2010-12-15, by blanchet
added example to exercise higher-order reasoning with Sledgehammer and Metis
2010-12-15, by blanchet
added Sledgehammer support for higher-order propositional reasoning
2010-12-15, by blanchet
add Metis support for higher-order propositional reasoning
2010-12-15, by blanchet
implemented partially-typed "tags" type encoding
2010-12-15, by blanchet
implemented "no_types" encoding, which is too unsound to be useful but can come in handy for evaluations
2010-12-15, by blanchet
implemented new type system encoding "overload_args", which is more lightweight than "const_args" (the unsound default) and hopefully almost as sound
2010-12-15, by blanchet
tuning: unused var
2010-12-15, by blanchet
added "type_sys" option to Sledgehammer
2010-12-15, by blanchet
merged
2010-12-15, by boehmes
updated SMT certificates
2010-12-15, by boehmes
fixed proof reconstruction for lambda-lifted problems (which broke when the lambda-lifting code was changed to operate on terms instead of on theorems)
2010-12-15, by boehmes
adapted the Z3 proof parser to recent changes in Z3's proof format;
2010-12-15, by boehmes
also show function definitions for higher-order free variables in Z3 models
2010-12-15, by boehmes
always add pair rules and function update rules automatically (Boogie provides pairs and function update as built-in concepts and does not generate background axioms for them)
2010-12-15, by boehmes
re-implemented eta-expansion, lambda-lifting, and explicit application on terms (exploiting the control over the term structure);
2010-12-15, by boehmes
re-ordered SMT normalization code (eta-normalization, lambda abstractions and partial functions will be dealt with on the term level);
2010-12-15, by boehmes
added option to enable trigger inference;
2010-12-15, by boehmes
moved SMT classes and dictionary functions to SMT_Utils
2010-12-15, by boehmes
tuned
2010-12-15, by boehmes
rewrite Z3 model equations one-by-one (the previous approach led to loss of information)
2010-12-15, by boehmes
added option to modify the random seed of SMT solvers
2010-12-15, by boehmes
adding an Isar version of the MacLaurin theorem from some students' work in 2005
2010-12-15, by bulwahn
Admin/contributed_components tries to formalize compatibility with external components (for use e.g. by testing tools), guessing from the content of TUM contrib_devel directory
2010-12-14, by krauss
separated dictionary weakning into separate type
2010-12-13, by haftmann
eliminated dest_all_all_ctx
2010-12-13, by krauss
private term variant of Variable.focus
2010-12-13, by krauss
adding an executable THE operator on finite types
2010-12-13, by bulwahn
tuned headers
2010-12-12, by krauss
added signature;
2010-12-12, by krauss
add HOLCF library theories with cpo/predomain instances for HOL types
2010-12-11, by huffman
xsymbol notation for powerdomain types
2010-12-11, by huffman
new powerdomain lemmas
2010-12-11, by huffman
made smlnj happy
2010-12-11, by krauss
merged
2010-12-10, by haftmann
moved most fundamental lemmas upwards
2010-12-10, by haftmann
setting finite_type_size to 1 in mutabelle_extra
2010-12-10, by bulwahn
adding check_all instances for a few more finite types in smallcheck
2010-12-10, by bulwahn
removing unneccassary sort constraints
2010-12-10, by bulwahn
made smlnj happy
2010-12-10, by krauss
merged
2010-12-09, by haftmann
tuned names
2010-12-09, by haftmann
dictionary constants must permit explicit weakening of classes;
2010-12-09, by haftmann
tracing of term to be evaluated
2010-12-09, by haftmann
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
+30000
tip