Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-224
+224
+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.
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
generate TFF type declarations in typed mode
2011-05-01, by blanchet
no point in keeping indices in Sledgehammer readable var names, since these are disambiguated anyway
2011-05-01, by blanchet
added more rudimentary type support to Sledgehammer's ATP encoding
2011-05-01, by blanchet
fixed type of ATP quantifier types (sic)
2011-05-01, by blanchet
added "useful_info" argument to ATP formulas -- this will probably be useful later to specify intro, simp, elim to SPASS
2011-05-01, by blanchet
added support for TFF type declarations
2011-05-01, by blanchet
reintroduced constructor for formulas, and automatically detect which logic to use (TFF or FOF) to avoid clutter
2011-05-01, by blanchet
added room for types in ATP quantifiers
2011-05-01, by blanchet
distinguish FOF and TFF (typed first-order) in ATP abstract syntax tree
2011-05-01, by blanchet
remove experimental feature ("risky overload")
2011-05-01, by blanchet
added (without implementation yet) new type encodings for Sledgehammer/ATP
2011-05-01, by blanchet
close ATP formulas universally earlier, so that we can add type predicates
2011-05-01, by blanchet
get rid of "explicit_forall" prover-specific option, even if that means some clutter -- foralls will be necessary to attach types to variables
2011-05-01, by blanchet
renamings
2011-05-01, by blanchet
tuned;
2011-05-01, by wenzelm
include static rail files for old manuals, to make standard make job independent of the "rail" executable;
2011-05-01, by wenzelm
simplified keyword markup (without formal checking);
2011-05-01, by wenzelm
treat @ as separate keyword;
2011-05-01, by wenzelm
default rail fonts via isabellestyle;
2011-05-01, by wenzelm
localized \isabellestyle;
2011-05-01, by wenzelm
misc cleanup;
2011-05-01, by wenzelm
misc cleanup -- no need to copy style files;
2011-05-01, by wenzelm
eliminated copies of isabelle style files;
2011-05-01, by wenzelm
use @{rail} antiquotation (with some nested markup);
2011-05-01, by wenzelm
updated Variable.focus;
2011-04-30, by wenzelm
allow nested @{antiq} (nonterminal) and @@{antiq} terminal;
2011-04-30, by wenzelm
tuned;
2011-04-30, by wenzelm
more robust error handling (NB: Source.source requires total scanner or recover);
2011-04-30, by wenzelm
removed old rail.ML;
2011-04-30, by wenzelm
railroad diagrams in LaTeX as document antiquotation;
2011-04-30, by wenzelm
more uniform variations of scan_string;
2011-04-30, by wenzelm
literal facts `prop` may contain dummy patterns;
2011-04-28, by wenzelm
eliminated slightly odd Proof_Context.bind_fixes;
2011-04-28, by wenzelm
merged
2011-04-28, by berghofe
Properly treat proof functions with no arguments.
2011-04-27, by berghofe
merged
2011-04-27, by wenzelm
inlined Function_Lib.replace_frees, which is used only once
2011-04-27, by krauss
more precise positions via binding;
2011-04-27, by wenzelm
clarified Variable.focus vs. Variable.focus_cterm -- eliminated clone;
2011-04-27, by wenzelm
tuned signature -- eliminated odd comment;
2011-04-27, by wenzelm
more informative markup for fixed variables (via name space entry);
2011-04-27, by wenzelm
discontinued obsolete markup;
2011-04-27, by wenzelm
more precise position information via Variable.add_fixes_binding;
2011-04-27, by wenzelm
more formal treatment of parameters, avoiding slightly odd Variable.intern_fixed;
2011-04-27, by wenzelm
some adhoc renaming, to accomodate more strict checks of fixes (cf. 4638622bcaa1);
2011-04-27, by wenzelm
reorganized fixes as specialized (global) name space;
2011-04-27, by wenzelm
export Name_Space.entry_ord;
2011-04-27, by wenzelm
direct use of Variable.is_fixed;
2011-04-27, by wenzelm
tuned;
2011-04-27, by wenzelm
predefined LaTeX macros for \<bind> and \<then>;
2011-04-27, by wenzelm
eliminated obsolete Function_Lib.frees_in_term;
2011-04-27, by wenzelm
more uniform Variable.add_frees/add_fixed etc.;
2011-04-27, by wenzelm
structure Cla as defined in FOL;
2011-04-26, by wenzelm
proper antiquotations;
2011-04-26, by wenzelm
tuned;
2011-04-26, by wenzelm
modernized Clasimp setup;
2011-04-26, by wenzelm
simplified Blast setup;
2011-04-26, by wenzelm
clarified auxiliary structure Lexicon.Syntax;
2011-04-26, by wenzelm
simplified/modernized method setup;
2011-04-26, by wenzelm
simplified/modernized method setup;
2011-04-26, by wenzelm
mark thm tag "kind" as legacy;
2011-04-26, by wenzelm
mutabelle reports: parse results out of log file
2011-04-26, by krauss
hardwired mapping "_" -> "Pure.asm_rl" avoids legacy binding;
2011-04-23, by wenzelm
more precise error positions;
2011-04-23, by wenzelm
clarified Consts.read_const;
2011-04-23, by wenzelm
clarified Type.the_decl;
2011-04-23, by wenzelm
more reports and error positions;
2011-04-23, by wenzelm
added Name_Space.check/get convenience;
2011-04-23, by wenzelm
clarified check_simproc (with report) vs. the_simproc;
2011-04-23, by wenzelm
proper binding/report of defined simprocs;
2011-04-23, by wenzelm
modernized specifications;
2011-04-23, by wenzelm
tuned signature;
2011-04-22, by wenzelm
stats for mac-poly-M2;
2011-04-22, by wenzelm
simplified Data signature;
2011-04-22, by wenzelm
misc tuning and simplification;
2011-04-22, by wenzelm
misc tuning;
2011-04-22, by wenzelm
do not open ML structures;
2011-04-22, by wenzelm
proper context for Quantifier1 simprocs (avoid bad ProofContext.init_global from abc655166d61);
2011-04-22, by wenzelm
modernized Quantifier1 simproc setup;
2011-04-22, by wenzelm
tuned signature;
2011-04-22, by wenzelm
clarified simpset setup;
2011-04-22, by wenzelm
iterate the unsound-fact-set removal process to recover even more unsound proofs
2011-04-22, by blanchet
automatically remove offending facts when faced with an unsound proof -- instead of using the highly inefficient "full_types" option
2011-04-22, by blanchet
automatically retry with full-types upon unsound proof
2011-04-21, by blanchet
detect some unsound proofs before showing them to the user
2011-04-21, by blanchet
tuning -- local semicolon consistency
2011-04-21, by blanchet
tuning
2011-04-21, by blanchet
rewording
2011-04-21, by blanchet
fixed interaction between monomorphization and slicing for ATPs
2011-04-21, by blanchet
cleanup: get rid of "may_slice" arguments without changing semantics
2011-04-21, by blanchet
implemented general slicing for ATPs, especially E 1.2w and above
2011-04-21, by blanchet
fixed typo in documentation
2011-04-21, by blanchet
more robust scanning of iterated comments, such as "(* (**) (**) *)";
2011-04-21, by wenzelm
discontinuend obsolete Thm.definitionK, which was hardly ever well-defined;
2011-04-21, by wenzelm
eliminated Display.string_of_thm_without_context;
2011-04-20, by wenzelm
merged;
2011-04-20, by wenzelm
merged
2011-04-20, by blanchet
worked around Kodkodi limitation with parsing {}, where it cannot easily deduce its arity -- without this workaround, Kodkod sometimes generates arity errors in conjunction with the "need" option since change 614ff13dc5d2
2011-04-20, by blanchet
adding two further code-generator internal constants to the blacklist of Mutabelle
2011-04-20, by bulwahn
adding examples for Quickcheck used within locales
2011-04-20, by bulwahn
handling the case where quickcheck is used in a locale with no known interpretation user-friendly
2011-04-20, by bulwahn
added template diff against newer mercurials, where the 'ago' duplication has been fixed
2011-04-20, by krauss
use unified diff format (diff -Naur), which is much more robust and generally preferred -- previous patch failed to apply even in simple situations
2011-04-20, by krauss
hg template diff: renamed to reflect the base version (which silently changed in caf19101073d, by accident?)
2011-04-20, by krauss
standardized some ML aliases;
2011-04-20, by wenzelm
avoid Display.string_of_thm_without_context;
2011-04-20, by wenzelm
eliminated global references / critical sections via context data;
2011-04-20, by wenzelm
explicit context for Codegen.eval_term etc.;
2011-04-20, by wenzelm
added Theory.nodes_of convenience;
2011-04-20, by wenzelm
updated reference machines;
2011-04-20, by wenzelm
migrated macbroy6 to macbroy30, which is the new "mobile" server (2 cores, 4 GB, Mac OS 10.5);
2011-04-20, by wenzelm
merged
2011-04-20, by wenzelm
increase "auto"'s timeout in example to help SML/NJ
2011-04-20, by blanchet
making the evaluation of HOL.implies lazy even in strict languages by mapping it to an if statement
2011-04-20, by bulwahn
merged
2011-04-19, by blanchet
avoid relying on "Thm.definitionK" to pick up definitions -- this was an old hack related to locales (to avoid expanding locale constants to their low-level definition) that is no longer necessary
2011-04-19, by blanchet
merged
2011-04-19, by berghofe
- renamed enum type class to spark_enum, to avoid confusion with
2011-04-19, by berghofe
use "Spec_Rules" for finding axioms -- more reliable and cleaner
2011-04-19, by blanchet
optimize trivial equalities early in Nitpick -- it shouldn't be the job of the peephole optimizer
2011-04-19, by blanchet
remove a few Nitpick calls in examples -- another step toward making them run faster
2011-04-19, by blanchet
check arity of bound variables to avoid generating too large Kodkod problems -- an issue that arose in the context of TPTP/CASC
2011-04-19, by blanchet
eliminated Codegen.mode in favour of explicit argument;
2011-04-19, by wenzelm
less bulky "_position", for improved readability of parse trees;
2011-04-19, by wenzelm
added more elementary Skip_Proof.make_thm_cterm;
2011-04-19, by wenzelm
explicit markup for loose bounds;
2011-04-19, by wenzelm
prefer internal types, via Simple_Syntax.read_typ;
2011-04-19, by wenzelm
eliminated obsolete Proof_Syntax.strip_sorts_consttypes;
2011-04-19, by wenzelm
split Type_Infer into early and late part, after Proof_Context;
2011-04-19, by wenzelm
minor tuning and modernization;
2011-04-19, by wenzelm
slightly more special eq_list/eq_set, with shortcut involving pointer_eq;
2011-04-19, by wenzelm
simplified check/uncheck interfaces: result comparison is hardwired by default;
2011-04-19, by wenzelm
updated some theory primitives, which now depend on auxiliary context;
2011-04-19, by wenzelm
more precise treatment of existing type inference parameters;
2011-04-19, by wenzelm
pretty_abbrev: read abbreviation more directly;
2011-04-18, by wenzelm
tuned signature;
2011-04-18, by wenzelm
raised timeouts further, for SML/NJ!
2011-04-18, by krauss
Package prefix is now taken into account when looking up user-defined
2011-04-18, by berghofe
merged
2011-04-18, by wenzelm
recovered Theory.check_def: full name needs to be determined from background thy, not auxiliary ctxt (broken in 774df7c59508, caused Nitpick.all_axioms_of to produce bad results);
2011-04-18, by wenzelm
scheduler for Mutabelle regression
2011-04-18, by krauss
tool for importing nightly isatest logs
2011-04-18, by krauss
adding bounded_forall tester
2011-04-18, by bulwahn
creating generic test_term function; corrected instantiate_exhaustive_datatype; tuned
2011-04-18, by bulwahn
pass plain Proof.context for pretty printing;
2011-04-18, by wenzelm
standardized aliases of operations on tsig;
2011-04-18, by wenzelm
pass plain Proof.context for pretty printing;
2011-04-18, by wenzelm
tuned;
2011-04-18, by wenzelm
simplified Sorts.class_error: plain Proof.context;
2011-04-18, by wenzelm
pass plain Proof.context for pretty printing;
2011-04-18, by wenzelm
simplified pretty printing context, which is only required for certain kernel operations;
2011-04-18, by wenzelm
provide structure Syntax early (before structure Type), back-patch check/uncheck later;
2011-04-17, by wenzelm
added Binding.print convenience, which includes quote already;
2011-04-17, by wenzelm
markup attributes/methods via name space;
2011-04-17, by wenzelm
tuned signature;
2011-04-17, by wenzelm
markup facts via name space;
2011-04-17, by wenzelm
tuned -- order in memory according to variance;
2011-04-17, by wenzelm
eliminated obsolete markup -- superseded by generic "entity" markup;
2011-04-17, by wenzelm
report Name_Space.declare/define, relatively to context;
2011-04-17, by wenzelm
clarified pretty_parsetree: suppress literal tokens;
2011-04-17, by wenzelm
PARALLEL_GOALS for simplification within auto_tac;
2011-04-16, by wenzelm
PARALLEL_GOALS for method "simp_all";
2011-04-16, by wenzelm
enable PARALLEL_GOALS more liberally, unlike forked proofs (cf. 34b9652b2f45);
2011-04-16, by wenzelm
refined PARALLEL_GOALS;
2011-04-16, by wenzelm
tuned blast: navigate to subgoal only once;
2011-04-16, by wenzelm
proper subgoal addressing via SUBGOAL/CSUBGOAL -- assuming these tactics did not handle Subscript in any special way;
2011-04-16, by wenzelm
more direct Thm.cprem_of (with exception THM instead of Subscript);
2011-04-16, by wenzelm
more direct Thm.cprem_of (with exception THM instead of Subscript);
2011-04-16, by wenzelm
more direct Logic.dest_implies (with exception TERM instead of Subscript);
2011-04-16, by wenzelm
eliminated old List.nth;
2011-04-16, by wenzelm
do not open ML structures;
2011-04-16, by wenzelm
observe firm naming convention ctxt: Proof.context;
2011-04-16, by wenzelm
modernized structure Proof_Context;
2011-04-16, by wenzelm
modernized structure Proof_Context;
2011-04-16, by wenzelm
prefer local name spaces;
2011-04-16, by wenzelm
Name_Space: proper configuration options long_names, short_names, unique_names instead of former unsynchronized references;
2011-04-16, by wenzelm
tuned signature, disentangled dependencies;
2011-04-16, by wenzelm
Added command for associating user-defined types with SPARK types.
2011-04-15, by berghofe
turn YXML.parse_file into a fold
2011-04-14, by noschinl
nicer error message from Metis for know failure that isn't the user's fault
2011-04-14, by blanchet
correctly handle TFrees that occur in (local) facts -- Metis did the right thing here but Sledgehammer was incorrectly generating spurious preconditions such as "dense_linorder(t_a)"
2011-04-14, by blanchet
tuning
2011-04-14, by blanchet
remove needless export
2011-04-14, by blanchet
more clausification tests
2011-04-14, by blanchet
less
more
|
(0)
-30000
-10000
-3000
-1000
-224
+224
+1000
+3000
+10000
+30000
tip