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.
rename "ATP_Manager" ML module to "Sledgehammer";
2010-07-27, by blanchet
rename
2010-07-27, by blanchet
complete renaming of "Sledgehammer_TPTP_Format" to "ATP_Problem"
2010-07-27, by blanchet
renamed file
2010-07-27, by blanchet
move Sledgehammer-specific code out of "Sledgehammer_TPTP_Format"
2010-07-27, by blanchet
get rid of more dead wood
2010-07-27, by blanchet
implemented "sublinear" minimization algorithm
2010-07-27, by blanchet
extract sort constraints from FOFs properly;
2010-07-27, by blanchet
merged
2010-07-27, by haftmann
delete structure Basic_Record; avoid `record` in names in structure Record
2010-07-27, by haftmann
no polymorphic "var"
2010-07-27, by blanchet
merged
2010-07-27, by blanchet
shrink the "max_new_relevant_facts_per_iter" fudge factors, now that we count formulas and not clauses
2010-07-27, by blanchet
negate tfree conjecture
2010-07-27, by blanchet
handle Vampire's equality proxy axiom correctly
2010-07-27, by blanchet
simplify code
2010-07-27, by blanchet
prevent schematic variable clash in combinator-introduction code, when invoked from Sledgehammer (another consequence of the CNF -> FOF transition)
2010-07-26, by blanchet
remove obsolete field in record
2010-07-26, by blanchet
simplify code
2010-07-26, by blanchet
get rid of obsolete "axiom ID" component, since it's now always 0
2010-07-26, by blanchet
reintroduced more preprocessing steps to Sledgehammer, adapted to the new FOF setting
2010-07-26, by blanchet
added extensionalization to Sledgehammer, mimicking what the Clausifier used to do
2010-07-26, by blanchet
simplify code
2010-07-26, by blanchet
remove more Skolemization-aware code
2010-07-26, by blanchet
kill Skolem handling in Sledgehammer
2010-07-26, by blanchet
simplify "conjecture_shape" business, as a result of using FOF instead of CNF
2010-07-26, by blanchet
generate full first-order formulas (FOF) in Sledgehammer
2010-07-26, by blanchet
make TPTP generator accept full first-order formulas
2010-07-26, by blanchet
generate close formulas for SPASS, but not for the others (to avoid clutter)
2010-07-26, by blanchet
renamed internal function
2010-07-26, by blanchet
proof reconstruction for full FOF terms
2010-07-26, by blanchet
remove confusing line in SPASS output (because the axiom names are off -- bug in SPASS)
2010-07-26, by blanchet
reorder SPASS conjectures correctly, based on Flotter output
2010-07-26, by blanchet
Deleted an obsolete file
2010-07-27, by paulson
explicit Keyword.control markup for various control commands -- to prevent them from occurring in proof documents;
2010-07-28, by wenzelm
use file names relative to master directory of theory source -- Proof General can now handle that due to the ThyLoad.add_path deception (cf. 3ceccd415145);
2010-07-28, by wenzelm
simplified handling of update_time -- do not store within deps;
2010-07-27, by wenzelm
clarified register_thy: clean slate via kill_thy, more precise CRITICAL section;
2010-07-27, by wenzelm
updated keywords;
2010-07-27, by wenzelm
updated manual concerning theory loader;
2010-07-27, by wenzelm
theory loader: removed obsolete touch/outdate operations (require_thy no longer changes the database implicitly);
2010-07-27, by wenzelm
avoid repeated File.read for theory text (as before);
2010-07-27, by wenzelm
tuned messages and comments;
2010-07-27, by wenzelm
simplified Thy_Header.read -- include Source.of_string_limited here;
2010-07-27, by wenzelm
simplified/clarified theory loader: more explicit task management, kill old versions at start, commit results only in the very end, non-optional master dependency, do not store text in deps;
2010-07-27, by wenzelm
more precise stats;
2010-07-27, by wenzelm
merged
2010-07-26, by wenzelm
quickcheck images of goals under registration morphisms
2010-07-26, by haftmann
get_registrations interface
2010-07-26, by haftmann
restored unusual snd-biased merge/join policy -- required due to non-conservative code setups
2010-07-26, by haftmann
merged
2010-07-26, by haftmann
reactivated Scala check
2010-07-26, by haftmann
corrected range check once more
2010-07-26, by haftmann
added Code_Natural.thy
2010-07-26, by haftmann
reactivated Scala check; tuned import order
2010-07-26, by haftmann
reactivated Scala check
2010-07-26, by haftmann
modified namespace policy
2010-07-26, by haftmann
use Natural as index type for Haskell and Scala
2010-07-26, by haftmann
merged
2010-07-25, by blanchet
keep track of clause numbers for SPASS now that we generate FOF rather than CNF problems;
2010-07-23, by blanchet
first step in using "fof" rather than "cnf" in TPTP problems
2010-07-23, by blanchet
fix polymorphic "val"
2010-07-23, by blanchet
temporarily deactivating check for Scala
2010-07-24, by haftmann
another refinement chapter in the neverending numeral story
2010-07-24, by haftmann
inductive_cases: crude parallelization via Par_List.map;
2010-07-26, by wenzelm
modernized/unified some specifications;
2010-07-26, by wenzelm
Thy_Info.loaded_files: Thy_Load.loaded_files depends on master -- i.e. no files for finished theory;
2010-07-26, by wenzelm
simplified/clarified register_thy: more precise treatment of new dependencies, remove descendants;
2010-07-25, by wenzelm
simplified handling of theory begin/end wrt. toplevel and theory loader;
2010-07-25, by wenzelm
Thy_Load.check_loaded via Theory.at_end;
2010-07-25, by wenzelm
tuned;
2010-07-24, by wenzelm
moved basic thy file name operations from Thy_Load to Thy_Header;
2010-07-24, by wenzelm
moved management of auxiliary theory source files to Thy_Load -- as theory data instead of accidental loader state;
2010-07-24, by wenzelm
merged
2010-07-23, by wenzelm
avoid unreliable Haskell Int type
2010-07-23, by haftmann
proper subclass instead of sublocale
2010-07-23, by haftmann
repaired tool invocation
2010-07-23, by haftmann
observe standard conventions for doc-strings;
2010-07-23, by wenzelm
tuned message;
2010-07-22, by wenzelm
eliminated some unused Thy_Info operations;
2010-07-22, by wenzelm
refrain from generating <hr/> and from "hiding" it in isabelle.css -- the latter might be used in other situations as well;
2010-07-22, by wenzelm
generic external source files -- nothing special about ML here;
2010-07-22, by wenzelm
discontinued special treatment of ML files -- no longer complete extensions on demand;
2010-07-22, by wenzelm
eliminated obsolete/unused with_path(s) -- hardly usable because of CRITICAL;
2010-07-22, by wenzelm
tuned signature;
2010-07-22, by wenzelm
updated some headers;
2010-07-22, by wenzelm
merged
2010-07-22, by haftmann
dedicated exec ... syntax for open state monad (partly already introduces in d00a3f47b607)
2010-07-22, by haftmann
merged
2010-07-22, by wenzelm
more generous memory settings for scala check
2010-07-22, by haftmann
no polymorphic "var"s
2010-07-22, by blanchet
merged
2010-07-22, by bulwahn
adding checking of expected result for the tool quickcheck; annotated a few quickcheck examples
2010-07-21, by bulwahn
do a better job at Skolemizing in Nitpick, for TPTP FOF
2010-07-21, by blanchet
revert code that was submitted by mistake
2010-07-21, by blanchet
renamings + only need second component of name pool to reconstruct proofs
2010-07-21, by blanchet
rename "classrel" to "class_rel"
2010-07-21, by blanchet
rename "combtyp" constructors
2010-07-21, by blanchet
renamed "Literal" to "FOLLiteral"
2010-07-21, by blanchet
renamed "HOLClause" to "FOLClause" -- it's really a FOL clause with combinators
2010-07-21, by blanchet
merged
2010-07-21, by bulwahn
fixing quickcheck invocation in HOL-Mirabelle
2010-07-21, by bulwahn
hiding constants in Quickcheck_Types
2010-07-21, by bulwahn
adding a type for flat complete lattice to Quickcheck_Types
2010-07-21, by bulwahn
added new theories to IsaMakefile and ROOT.ML
2010-07-21, by bulwahn
adding Quickcheck examples for other quickcheck default types
2010-07-21, by bulwahn
adding Library theory for other quickcheck default types
2010-07-21, by bulwahn
removing obsolete ID in Quickcheck_Examples
2010-07-21, by bulwahn
correcting wellsortedness check and improving error message
2010-07-21, by bulwahn
using multiple default types in quickcheck
2010-07-21, by bulwahn
correcting merging of default_types
2010-07-21, by bulwahn
reordering quickcheck signature; exporting test_params and inspection function
2010-07-21, by bulwahn
changed default types to a list of types; extended quickcheck parameters to be a list of values to parse a list of default types
2010-07-21, by bulwahn
putting proof in the right context; adding if rewriting; tuned
2010-07-21, by bulwahn
load_thy: parallel parsing of units, which consist of statement/proof each;
2010-07-22, by wenzelm
eliminated some unreferenced identifiers;
2010-07-22, by wenzelm
tuned;
2010-07-22, by wenzelm
tuned comments;
2010-07-22, by wenzelm
replaced Source.of_list_limited by slightly more economic Source.of_string_limited;
2010-07-21, by wenzelm
deps_thy/load_thy: store compact text to reduce space by factor 12;
2010-07-21, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip