Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
revert junk submitted by mistake
2010-08-22, by blanchet
make sure minimizer facts go through "transform_elim_theorems"
2010-08-20, by blanchet
use a smaller simpset in order to not solve refl-instances
2010-08-22, by Christian Urban
allow for pre-simplification of lifted theorems
2010-08-22, by Christian Urban
changed to a more convenient argument order
2010-08-22, by Christian Urban
merged
2010-08-20, by haftmann
split and enriched theory SetsAndFunctions
2010-08-20, by haftmann
more concise characterization of of_nat operation and class semiring_char_0
2010-08-20, by haftmann
inj_comp and inj_fun
2010-08-20, by haftmann
tuned: less formal noise in Named_Target, more coherence in Class
2010-08-20, by haftmann
remove trivial facts
2010-08-20, by blanchet
unbreak "only" option of Sledgehammer
2010-08-20, by blanchet
merged
2010-08-20, by blanchet
improve "x = A | x = B | x = C"-style axiom detection
2010-08-20, by blanchet
temporarily disable "fequal" handling in Metis;
2010-08-20, by blanchet
use "hypothesis" rather than "conjecture" for hypotheses in TPTP format;
2010-08-20, by blanchet
merged
2010-08-20, by blanchet
improve "x = A | x = B | x = C"-style fact discovery
2010-08-20, by blanchet
transform elim theorems before filtering "bool" and "prop" variables out;
2010-08-20, by blanchet
more fiddling with Sledgehammer's "add:" option
2010-08-20, by blanchet
beta eta contract the Sledgehammer conjecture (and also the axioms, although this might not be needed), just like Metis does (implicitly);
2010-08-20, by blanchet
generalize the "too general equality" code to handle facts like "x ~= A ==> x = B"
2010-08-19, by blanchet
encode "fequal" reasoning rules in Metis problem, just as is done for Sledgehammer -- otherwise any proof that relies on "fequal" found by Sledgehammer can't be reconstructed
2010-08-19, by blanchet
fix atomize
2010-08-19, by blanchet
improve atomization
2010-08-19, by blanchet
fix SInE's error handling + run "vampire" locally if either SPASS or E is missing
2010-08-19, by blanchet
added entries
2010-08-19, by blanchet
update docs
2010-08-19, by blanchet
tuning
2010-08-19, by blanchet
parse SNARK proofs
2010-08-19, by blanchet
added remote SInE and remote SNARK
2010-08-19, by blanchet
no spurious trailing "\n" at the end of Sledgehammer's output
2010-08-19, by blanchet
don't get confused by wrong slice
2010-08-18, by blanchet
make sure that "add:" doesn't influence the relevance filter too much
2010-08-18, by blanchet
tuning of relevance filter
2010-08-18, by blanchet
minor cleanup
2010-08-18, by blanchet
bound variables can be just as evil as schematic variables and lead to unsound proofs (e.g. "all_bool_eq")
2010-08-18, by blanchet
update docs
2010-08-18, by blanchet
get rid of "minimize_timeout", now that there's an automatic adaptive timeout mechanism in "minimize"
2010-08-18, by blanchet
added "max_relevant_per_iter" option to Sledgehammer
2010-08-18, by blanchet
thank Andrei instead of Tanya
2010-08-18, by blanchet
fix the relevance filter so that it ignores If, Ex1, Ball, Bex
2010-08-18, by blanchet
tuning
2010-08-18, by blanchet
reactivated -segprot options, just to make double-sure;
2010-08-20, by wenzelm
tuned Markup_Tree.+ : slightly more expensive version to rebuild rest avoids crash of RedBlack.scala:120 (version Scala 2.8.0), e.g. on the following input:
2010-08-22, by wenzelm
tuned;
2010-08-22, by wenzelm
tuned signature;
2010-08-22, by wenzelm
simplified Command.status again, reverting most of e5eed57913d0 (note that more complex information can be represented with full markup reports);
2010-08-22, by wenzelm
proper range for hyperlinks and tooltips, using original markup information;
2010-08-22, by wenzelm
tuned signature;
2010-08-22, by wenzelm
misc tuning and simplification;
2010-08-22, by wenzelm
renamed Markup_Tree.Node to Text.Info;
2010-08-22, by wenzelm
removed obsolete Markup_Tree.flatten/filter;
2010-08-22, by wenzelm
Isabelle_Hyperlinks: select relevant information directly from Markup_Tree, without intermediate RefInfo;
2010-08-22, by wenzelm
Document_View.text_area_extension: select relevant information directly from Markup_Tree, without intermediate TypeInfo;
2010-08-22, by wenzelm
tuned signatures;
2010-08-22, by wenzelm
Command.State: accumulate markup reports uniformly;
2010-08-22, by wenzelm
Markup_Tree.select: misc simplification, proper restriction of parent in subtree;
2010-08-20, by wenzelm
added Text.Range.- convenience;
2010-08-20, by wenzelm
tuned signatures;
2010-08-20, by wenzelm
alternative constructor for Range singularities;
2010-08-20, by wenzelm
concentrate protocol message formats in Isar_Document;
2010-08-20, by wenzelm
Branches.overlapping: proper treatment of stop_range that overlaps with end;
2010-08-20, by wenzelm
further clarification/unification of Position.Range and Text.Range concerning singularities: start offset is always included;
2010-08-20, by wenzelm
parameterized type Markup_Tree.Node;
2010-08-19, by wenzelm
added toString methods;
2010-08-19, by wenzelm
misc tuning and simplification;
2010-08-19, by wenzelm
updated some isatest settings;
2010-08-19, by wenzelm
added generated file;
2010-08-19, by wenzelm
merged
2010-08-19, by wenzelm
tuned quotes
2010-08-19, by haftmann
more antiquotations
2010-08-19, by haftmann
deglobalized named HOL constants
2010-08-19, by haftmann
deglobalized named HOL constants
2010-08-19, by haftmann
corrected some long-overseen misperceptions in recdef
2010-08-19, by haftmann
use HOLogic.boolT and @{typ bool} more pervasively
2010-08-19, by haftmann
tuned
2010-08-19, by haftmann
some more antiquotations
2010-08-19, by haftmann
tuned
2010-08-19, by haftmann
use antiquotations for remaining unqualified constants in HOL
2010-08-19, by haftmann
tuned
2010-08-19, by haftmann
tuned declaration order
2010-08-19, by haftmann
merged
2010-08-18, by haftmann
NEWS
2010-08-18, by haftmann
re-added instantiation of type class random for records
2010-08-18, by haftmann
tuned signature and code
2010-08-18, by haftmann
adjusted to restored naming convention of logical record types
2010-08-18, by haftmann
robustified proof
2010-08-18, by haftmann
adjusted to changed naming convention of logical record types
2010-08-18, by haftmann
removed separate quickcheck_record module
2010-08-18, by haftmann
liberal instantiation of class eq; tuned naming scheme
2010-08-18, by haftmann
more helpful NEWS entry
2010-08-18, by haftmann
dropped SML typedef_codegen: does not fit to code equations for record operations any longer
2010-08-17, by haftmann
preemptive NEWS
2010-08-17, by haftmann
tuned code
2010-08-17, by haftmann
use extension constant as formal constructor of logical record type
2010-08-17, by haftmann
deleted typecopy package
2010-08-17, by haftmann
authentic syntax allows simplification of type names
2010-08-17, by haftmann
dropped make_/dest_ naming convention
2010-08-17, by haftmann
formally integrated typecopy layer into record package
2010-08-17, by haftmann
eliminated typecopy interpretation
2010-08-17, by haftmann
moved spurious auxiliary lemma here
2010-08-18, by haftmann
tuned proof
2010-08-18, by haftmann
qualified constants Let and If
2010-08-18, by haftmann
NEWS
2010-08-18, by haftmann
merged
2010-08-18, by haftmann
deglobalization
2010-08-18, by haftmann
merged
2010-08-18, by blanchet
merged
2010-08-18, by blanchet
rename enum values
2010-08-18, by blanchet
handle bound name conflicts gracefully in FOF translation
2010-08-18, by blanchet
with Kodkodi 1.2.15, Java 1.5 is fine
2010-08-18, by blanchet
gracefully handle the case where the JVM is too old in Nitpick
2010-08-18, by blanchet
improve SPASS clause numbering hack
2010-08-18, by blanchet
deglobalization
2010-08-18, by haftmann
more antiquotations
2010-08-18, by haftmann
added equality instantiation
2010-08-18, by haftmann
use command_def more consciously
2010-08-18, by haftmann
stub for evaluation chapter
2010-08-18, by haftmann
updated generated document
2010-08-18, by haftmann
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip