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.
treat underscore as in IsarRef;
2011-05-03, by wenzelm
reactivated codegen example based on Lambda.thy;
2011-05-03, by wenzelm
formal Base theory;
2011-05-03, by wenzelm
reintroduce this idea of running "metisFT" after a failed "metis" -- I took it out in e85ce10cef1a because I couldn't think of a reasonable use case, but now that ATPs use sound encodings and include dangerous facts (e.g. True_or_False) it makes more sense than ever to run "metisFT" after "metis"
2011-05-03, by blanchet
whitespace tuning
2011-05-03, by blanchet
make SML/NJ happiest
2011-05-03, by blanchet
no need to generate fact numbers for polymorphic type systems -- this confuses the TPTP exporter
2011-05-03, by blanchet
replaced some Unsynchronized.refs with Config.Ts
2011-05-03, by blanchet
do not declare TPTP built-ins, e.g. $true
2011-05-02, by blanchet
SNARK workaround
2011-05-02, by blanchet
better default type systems for SNARK and ToFoF
2011-05-02, by blanchet
tuning
2011-05-02, by blanchet
recognize simplification rules even if they look a bit different from the theorems in the theories (meta equality, variable numbers)
2011-05-02, by blanchet
generate tags for simps, intros, and elims in TPTP poblems on demand
2011-05-02, by blanchet
proper default for TPTP source filed
2011-05-02, by blanchet
have each ATP filter out dangerous facts for themselves, based on their type system
2011-05-02, by blanchet
eliminated old CVS Ids;
2011-05-02, by wenzelm
no use of package rail;
2011-05-02, by wenzelm
obsolete;
2011-05-02, by wenzelm
removed rail garbage;
2011-05-02, by wenzelm
NEWS;
2011-05-02, by wenzelm
just one railsetup.sty which is shipped with the official distribution to accompany @{rail} in Pure;
2011-05-02, by wenzelm
proper treatment of underscore in rail diagrams;
2011-05-02, by wenzelm
simplified rail setup, using plain defaults (NB: \small is incompatible with \isabellestyle used here);
2011-05-02, by wenzelm
eliminated external rail executable;
2011-05-02, by wenzelm
removed obsolete rail diagrams (which were about old-style theory syntax);
2011-05-02, by wenzelm
moved material about old codegen to isar-ref manual;
2011-05-02, by wenzelm
eliminated some duplicate "def" positions;
2011-05-02, by wenzelm
'axiomatization' is global;
2011-05-02, by wenzelm
discontinued old version of old HOL manual;
2011-05-02, by wenzelm
merged
2011-05-02, by wenzelm
removed obsolete rail setup;
2011-05-02, by wenzelm
uniform content markup;
2011-05-02, by wenzelm
eliminated obsolete rail macros;
2011-05-02, by wenzelm
removed obsolete rail diagram (which was about old-style theory syntax);
2011-05-02, by wenzelm
eliminated separate rail/latex phase;
2011-05-02, by wenzelm
more precise rail diagrams;
2011-05-02, by wenzelm
added Attrib.setup_config_XXX conveniences, with implicit setup of the background theory;
2011-05-02, by wenzelm
make SML/NJ happier
2011-05-02, by blanchet
make "debug" more verbose and "verbose" less verbose
2011-05-02, by blanchet
use strings to encode type systems in ATP module, to reduce the amount of out-of-place information and also to make it easier to print the type system used
2011-05-02, by blanchet
cosmetics
2011-05-02, by blanchet
supply type-system defaults for major ATPs
2011-05-02, by blanchet
make sure that "file" annotations are read correctly in SInE-E and E proofs
2011-05-02, by blanchet
fixed random number invocation
2011-05-02, by blanchet
make sure E type information constants are given a weight, even if they don't appear anywhere else
2011-05-02, by blanchet
fix ROOT.ML and handle "readable_names" reference slightly more cleanly
2011-05-02, by blanchet
show sorts not just types in Isar proofs + tuning
2011-05-02, by blanchet
Vampire sometimes generates formulas with ~ (not) followed by a quantified subformula, without parentheses -- parse these correctly
2011-05-02, by blanchet
tuning
2011-05-02, by blanchet
make SML/NJ happy
2011-05-02, by blanchet
added TPTP exporter facility -- useful to do experiments with machine learning
2011-05-02, by blanchet
renamed theory to make its purpose clearer
2011-05-02, by blanchet
fixing typo
2011-05-02, by bulwahn
improving naming of fresh variables in OCaml serializer
2011-05-02, by bulwahn
adding code generation setup for String.implode and String.explode in OCaml (contributed by Andreas Lochbihler)
2011-05-02, by bulwahn
merged;
2011-05-02, by wenzelm
modernized rail diagrams using @{rail} antiquotation;
2011-05-02, by wenzelm
tuning
2011-05-02, by blanchet
fixed parsing of multiple negations (e.g. ~~~p) found in Vampire proofs
2011-05-02, by blanchet
use "metis", not "metisFT", to reconstruct proofs found in fully-typed mode -- "metisFT" is just too slow...
2011-05-01, by blanchet
beware of polymorphic types in typed translation symbol declarations -- match alpha-equivalent types and, more importantly, prevent unsoundnesses by generating type constraints on the arguments of a polymorphic symbols (otherwise "hAPP" can be given any result type)
2011-05-01, by blanchet
minor doc fixes
2011-05-01, by blanchet
adapt to new type system names
2011-05-01, by blanchet
restructured type systems some more -- the old naming schemes had "argshg diff |less" and "tagshg diff |less" as equivalent and didn't support a monomorphic version of "tags"
2011-05-01, by blanchet
take "partial_types" option with a grain of salt
2011-05-01, by blanchet
fixed SPASS fact offset calculation and report unexpected unsound proofs with so-called sound encodings
2011-05-01, by blanchet
close formula universally, to make SPASS happy
2011-05-01, by blanchet
fixed embarrassing bug where conjecture and fact offsets were swapped
2011-05-01, by blanchet
pick up GaveUp error on SystemOnTPTP
2011-05-01, by blanchet
avoid trailing digits for SNARK (type) names -- grr...
2011-05-01, by blanchet
document new type system syntax
2011-05-01, by blanchet
use ! for mildly unsound and !! for very unsound encodings
2011-05-01, by blanchet
use new type system syntax
2011-05-01, by blanchet
implement the new ATP type system in Sledgehammer
2011-05-01, by blanchet
define type system in ATP module so that ATPs can suggest a type system
2011-05-01, by blanchet
made the format (TFF or FOF) of the TPTP problem a global argument of the problem again and have the ATPs report which formats they support
2011-05-01, by blanchet
merge symbol declarations that are type-instances of each other -- useful for type system "Args true" with monomorphization turned off
2011-05-01, by blanchet
drop even more bound types in symbol declarations -- useful in particular for type system "Args true"
2011-05-01, by blanchet
tuning
2011-05-01, by blanchet
got rid of one "sym_table" in "prepare_atp_problem" now that proxies are always handled first, and tuned accordingly
2011-05-01, by blanchet
drop "fequal" type args for unmangled type systems
2011-05-01, by blanchet
recognize more SystemOnTPTP errors
2011-05-01, by blanchet
cleanup proxification/unproxification and make sure that "num_atp_type_args" is called on the proxy in the reconstruction code, since "c_fequal" has one type arg but the unproxified equal has 0
2011-05-01, by blanchet
make sure that fequal keeps its type arguments for mangled type systems
2011-05-01, by blanchet
no needless "fequal" proxies if "explicit_apply" is set + always have readable names
2011-05-01, by blanchet
shorten readable names -- they can get really long with monomorphization, which actually slows down the ATPs
2011-05-01, by blanchet
avoid Type.TYPE_MATCH exception for "True_or_False" for "If"
2011-05-01, by blanchet
proper handling of partially applied proxy symbols
2011-05-01, by blanchet
make the problems a bit lighter by getting rid of bound quantifiers for monomorphized constants, since these always have the same return type
2011-05-01, by blanchet
improve helper type instantiation code
2011-05-01, by blanchet
killed needless datatype "combtyp" in Metis
2011-05-01, by blanchet
have properly type-instantiated helper facts (combinators and If)
2011-05-01, by blanchet
don't destroy sym table entry for special symbols such as "hAPP" if "explicit_apply" is set
2011-05-01, by blanchet
better known failure recognition for ToFoF-E
2011-05-01, by blanchet
cleaned up "explicit_apply" so that it shares most of its code path with the default mode of operation
2011-05-01, by blanchet
fixed min-arity computation when "explicit_apply" is specified
2011-05-01, by blanchet
fixed "tags" type encoding after latest round of changes
2011-05-01, by blanchet
more higher-order tests for Sledgehammer/ATP
2011-05-01, by blanchet
added friendly hint when Isar proof is missing
2011-05-01, by blanchet
fix handling of proxies after recent drastic changes to the type encodings
2011-05-01, by blanchet
added a hint to Metis errors suggesting metisFT -- it sometimes work
2011-05-01, by blanchet
reconstruct TFF type predicates correctly for ToFoF
2011-05-01, by blanchet
fixed parsing of not in ATP proofs (e.g. ~x | y is (~x) | y, not ~(x | y))
2011-05-01, by blanchet
handle special constants correctly in Isar proof reconstruction code, especially type predicates
2011-05-01, by blanchet
make sure the minimizer monomorphizes when it should
2011-05-01, by blanchet
fixed arity of special constants if "explicit_apply" is set
2011-05-01, by blanchet
make sure typing fact names are unique (needed e.g. by SNARK)
2011-05-01, by blanchet
minor cleanup
2011-05-01, by blanchet
reimplemented the hAPP introduction code so that it's done earlier, when the types are still available
2011-05-01, by blanchet
declare TFF types so that SNARK can be used with types
2011-05-01, by blanchet
perform constant mangling and/or removal of its type args in an earlier phase, so that the rest of the code doesn't need to worry about it
2011-05-01, by blanchet
move type declarations to the front, for TFF-compliance
2011-05-01, by blanchet
use postfix syntax for mangled types, for consistency with unmangled
2011-05-01, by blanchet
generate typing for "hBOOL" in "Many_Typed" mode + tuning
2011-05-01, by blanchet
generate pure TFF problems -- ToFoF doesn't like mixtures of FOF and TFF, even when the two logics coincide (e.g. for ground formulas)
2011-05-01, by blanchet
improve version handling -- prefer versions of ToFoF, SInE, and SNARK that are known to work
2011-05-01, by blanchet
unprefix evil "fof_" prefix inserted by ToFoF
2011-05-01, by blanchet
added support for ToFoF prover for experimenting with the TPTP TFF (typed first-order) format
2011-05-01, by blanchet
fake type declarations for full-type args and mangled type encodings, so that type assumptions can be discharged
2011-05-01, by blanchet
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip