Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
fix newly introduced bug w.r.t. conditional equations
2010-08-03, by blanchet
document something I explained in an email to a poweruser
2010-08-03, by blanchet
make Nitpick more flexible when parsing (p)simp rules
2010-08-03, by blanchet
fix soundness bug w.r.t. "Suc" with "binary_ints"
2010-08-03, by blanchet
handle free variables even more gracefully;
2010-08-03, by blanchet
optimize local "def"s by treating them as definitions
2010-08-03, by blanchet
careful about which linear inductive predicates should be starred
2010-08-02, by blanchet
help Nitpick
2010-08-02, by blanchet
fix Skolemizer -- last week's optimizations resulted in UnequalLengths errors
2010-08-02, by blanchet
prevent generation of needless specialized constants etc.
2010-08-02, by blanchet
optimize generated Kodkod formula
2010-08-02, by blanchet
prefer implication to equality, to be more SAT solver friendly
2010-08-02, by blanchet
minor symmetry breaking for codatatypes like llist
2010-08-02, by blanchet
fix bug with mutually recursive and nested codatatypes
2010-08-02, by blanchet
fix minor bug in sym breaking
2010-08-01, by blanchet
modernized specifications;
2010-08-06, by wenzelm
Document_Model: include token marker here;
2010-08-05, by wenzelm
tuned;
2010-08-05, by wenzelm
misc tuning -- produce reverse_edits at most once (note that foldRight produces a reversed list internally, while recursion is infisible due to small stack vs. large stack frames on JVM);
2010-08-05, by wenzelm
editor mode;
2010-08-05, by wenzelm
Text_Edit.convert/revert;
2010-08-05, by wenzelm
renamed to_current to convert, and from_current to revert;
2010-08-05, by wenzelm
Change.Snapshot: include from_current/to_current here, with precomputed changes;
2010-08-05, by wenzelm
explicit Change.Snapshot and Document.Node;
2010-08-05, by wenzelm
simplified/refined document model: collection of named nodes, without proper dependencies yet;
2010-08-05, by wenzelm
somewhat uniform Thy_Header.split_thy_path in ML and Scala;
2010-08-05, by wenzelm
uniform naming of imports (source specification) vs. parents (thy node names) vs. parent_thys (theory values);
2010-08-04, by wenzelm
load_thy/after_load: explicit check of parent theories, which might have failed to join proofs -- avoid uninformative crash via Graph.UNDEF;
2010-08-04, by wenzelm
export use_thys_wrt;
2010-08-04, by wenzelm
more precise CRITICAL sections, using NAMED_CRITICAL uniformly;
2010-08-04, by wenzelm
updated to Netbeans 6.9;
2010-08-04, by wenzelm
schedule_futures: discontinued special treatment of non-parallel proofs, which might have affected memory usage at some point, but does not seem to make a difference with as little as 2GB RAM;
2010-08-04, by wenzelm
more precise CRITICAL sections;
2010-08-03, by wenzelm
removed unused Update_Time data (cf. ac94ff28e9e1);
2010-08-03, by wenzelm
modernized specifications;
2010-08-03, by wenzelm
eliminated Thy_Info.thy_ord, which is not really stable in interactive mode, since it depends on the somewhat accidental load order;
2010-08-03, by wenzelm
find_and_undo: no need to kill_thy again -- Thy_Info.toplevel_begin_theory does that initially (cf. 3ceccd415145);
2010-08-03, by wenzelm
renamed funny Library ROOT files back to default ROOT.ML -- ML files are no longer located via implicit load path (cf. 2b9bfa0b44f1);
2010-08-03, by wenzelm
tuned headers -- more precise load path;
2010-08-03, by wenzelm
theory loading: only the master source file is looked-up in the implicit load path;
2010-08-03, by wenzelm
load_thy: refer to physical master directory (not accumulated source import directory) and enable loading files relatively to that;
2010-08-03, by wenzelm
simplified/clarified Thy_Load path: search for master only, lookup other files relative to that;
2010-08-03, by wenzelm
only test prolog code examples if environment variable is set
2010-08-03, by bulwahn
Revised proof of long division contributed by Jesus Aransay.
2010-08-02, by ballarin
fix bug with Kodkodi < 1.2.14
2010-08-01, by blanchet
merged
2010-08-01, by blanchet
document new Nitpick options
2010-08-01, by blanchet
tweak datatype sym break code
2010-08-01, by blanchet
added manual symmetry breaking for datatypes
2010-08-01, by blanchet
change the order of the SAT solvers, from fastest to slowest
2010-07-31, by blanchet
started implementation of custom sym break
2010-07-31, by blanchet
clarify Nitpick's output in case of a potential counterexample
2010-07-31, by blanchet
added support for CryptoMiniSat
2010-07-31, by blanchet
gracefully handle the case where no integers occur in the formula and the "max" option is used
2010-07-30, by blanchet
merged
2010-08-01, by bulwahn
adding Code_Prolog theory to IsaMakefile and HOL-Library root file
2010-08-01, by bulwahn
inductive_simps learns to have more tool compliance
2010-08-01, by bulwahn
setting up Code_Prolog_Examples
2010-08-01, by bulwahn
adding queens and symbolic derivation example for prolog code generation
2010-08-01, by bulwahn
adding parsing of numbers; improving output of solution without free variables in prolog code generation
2010-08-01, by bulwahn
adding preprocessing of introduction rules to replace the constant Predicate.eq in the prolog code generation
2010-08-01, by bulwahn
adding basic arithmetic support for prolog code generation
2010-08-01, by bulwahn
adding numbers as basic term in prolog code generation
2010-08-01, by bulwahn
More consistent naming of locale api functions.
2010-07-31, by ballarin
Documentation of 'interpret' updated.
2010-07-31, by ballarin
print_interps shows interpretations in proofs.
2010-07-31, by ballarin
Interpretation in proofs supports mixins.
2010-07-31, by ballarin
Make registrations generic data.
2010-07-31, by ballarin
merged
2010-07-30, by blanchet
don't choke on synonyms when parsing SPASS's Flotter output + renamings;
2010-07-30, by blanchet
fix Mirabelle timeout
2010-07-29, by blanchet
make Mirabelle happy
2010-07-29, by blanchet
fix bug in the newly introduced "bound concealing" code
2010-07-29, by blanchet
handle division by zero gracefully (used to raise Unordered later on)
2010-07-29, by blanchet
use "explicit_apply" in the minimizer whenever it might make a difference to prevent freak failures;
2010-07-29, by blanchet
fix Meson's definition of first-orderness to prevent errors later on elsewhere (e.g. in Metis)
2010-07-29, by blanchet
handle schematic vars the same way in Sledgehammer as in Metis, to avoid unreplayable proofs
2010-07-29, by blanchet
revert exception throwing in FOL_SOLVE, since they're not caught anyway
2010-07-29, by blanchet
avoid "ATP Error: Error: blah" style messages
2010-07-29, by blanchet
avoid "_def_raw" theorems
2010-07-29, by blanchet
better error and minimizer output
2010-07-29, by blanchet
deal with chained facts more gracefully
2010-07-29, by blanchet
speed up the minimizer by using the time taken for the first iteration as a timeout for the following iterations, and fix a subtle bug in "string_for_failure"
2010-07-29, by blanchet
work around atomization failures
2010-07-29, by blanchet
fiddle with the fudge factors, to get similar results as before
2010-07-29, by blanchet
perform the presimplification done by Metis.make_nnf in Sledgehammer again, to deal with "If" and similar constructs
2010-07-29, by blanchet
fix bug with "=" vs. "fequal" introduced by last change (dddb8ba3a1ce)
2010-07-29, by blanchet
generate correct names for "$true" and "$false";
2010-07-29, by blanchet
don't assume canonical rule format
2010-07-29, by blanchet
avoid "clause" and "cnf" terminology where it no longer makes sense
2010-07-29, by blanchet
"axiom_clauses" -> "axioms" (these are no longer clauses)
2010-07-29, by blanchet
remove the "extra_clauses" business introduced in 19a5f1c8a844;
2010-07-29, by blanchet
adapting output for first solution
2010-07-29, by bulwahn
removing pointless type information in internal prolog terms
2010-07-29, by bulwahn
cleaning example file; more natural ordering of variable names
2010-07-29, by bulwahn
improving translation to prolog; restoring terms from prolog output; adding tracing support
2010-07-29, by bulwahn
working on parser for prolog reponse
2010-07-29, by bulwahn
querying for multiple solutions in values command for prolog execution
2010-07-29, by bulwahn
correcting scanning
2010-07-29, by bulwahn
adding values command and parsing prolog output
2010-07-29, by bulwahn
adding example file for prolog code generation; adding prolog code generation example to IsaMakefile
2010-07-29, by bulwahn
adding a mockup version for prolog code generation
2010-07-29, by bulwahn
exporting retrieval function for graph of introduction rules in the predicate compiler core
2010-07-29, by bulwahn
merged
2010-07-29, by haftmann
rebinding ref is illegal
2010-07-29, by haftmann
tuned example
2010-07-29, by haftmann
intermediate operation avoids invariance problem in Scala
2010-07-29, by haftmann
merged
2010-07-29, by blanchet
kill polymorphic "val"s
2010-07-29, by blanchet
improved ATP error handling some more
2010-07-29, by blanchet
shorter URL
2010-07-29, by blanchet
mention version numbers
2010-07-28, by blanchet
fiddled with usage text
2010-07-28, by blanchet
handle Perl and "libwww-perl" failures more gracefully, giving the user some clues about what goes on
2010-07-28, by blanchet
merged
2010-07-29, by haftmann
tuned printing of applications and let cascades
2010-07-29, by haftmann
checking Scala_imp
2010-07-29, by haftmann
proper unit type in transformed program
2010-07-29, by haftmann
merged
2010-07-29, by haftmann
merged
2010-07-28, by haftmann
tuned; added pretty numerals for code generation
2010-07-28, by haftmann
may use `int` in Isabelle runtime environment
2010-07-28, by haftmann
dropped dead code
2010-07-28, by haftmann
merged
2010-07-28, by blanchet
make Mirabelle happy
2010-07-28, by blanchet
renamed environment variable
2010-07-28, by blanchet
updated component name
2010-07-28, by blanchet
consequence of directory renaming
2010-07-28, by blanchet
rename directory
2010-07-28, by blanchet
minor refactoring
2010-07-28, by blanchet
minor refactoring
2010-07-28, by blanchet
updated Sledgehammer docs
2010-07-28, by blanchet
remove needless "-x" option, now that (1) we can't handle remote SPASS anymore; and (2) we can a priori parse the SPASS syntax in "Sledgehammer_Proof_Reconstruct" anyway
2010-07-28, by blanchet
remove "remote_spass" because there's no way to find out which clauses come from which facts + rename scripts
2010-07-28, by blanchet
fix bug in the SPASS Flotter hack, when a conjecture FOF is translated to several CNF clauses
2010-07-28, by blanchet
revive "e" and "remote_e"'s fact extraction so that it works with E 1.2 as well;
2010-07-28, by blanchet
more robust proof reconstruction
2010-07-28, by blanchet
adapt to new (?) TPTP output
2010-07-28, by blanchet
fix remote_vampire's proof reconstruction
2010-07-28, by blanchet
fix proof reconstruction for latest Vampire
2010-07-28, by blanchet
renaming
2010-07-28, by blanchet
support latest version of Vampire (1.0) locally
2010-07-28, by blanchet
improve detection of installed SPASS
2010-07-28, by blanchet
merged
2010-07-28, by wenzelm
merge
2010-07-27, by blanchet
compile
2010-07-27, by blanchet
minor refactoring
2010-07-27, by blanchet
standardize "Author" tags
2010-07-27, by blanchet
remove unused fun
2010-07-27, by blanchet
reorder ML files in theory
2010-07-27, by blanchet
get rid of "FOLClause" (obsoleted by FOF-enabled "FOLFormula")
2010-07-27, by blanchet
more refactoring
2010-07-27, by blanchet
kill needless tracing
2010-07-27, by blanchet
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip