blanchet [Tue, 27 Jul 2010 17:15:12 +0200] rev 38016
get rid of more dead wood
blanchet [Tue, 27 Jul 2010 17:04:09 +0200] rev 38015
implemented "sublinear" minimization algorithm
blanchet [Tue, 27 Jul 2010 15:28:23 +0200] rev 38014
extract sort constraints from FOFs properly;
we can't rely on having them as separate literals anymore
haftmann [Tue, 27 Jul 2010 17:10:27 +0200] rev 38013
merged
haftmann [Tue, 27 Jul 2010 17:09:35 +0200] rev 38012
delete structure Basic_Record; avoid `record` in names in structure Record
blanchet [Tue, 27 Jul 2010 14:12:35 +0200] rev 38011
no polymorphic "var"
blanchet [Tue, 27 Jul 2010 14:02:15 +0200] rev 38010
merged
blanchet [Tue, 27 Jul 2010 13:16:37 +0200] rev 38009
shrink the "max_new_relevant_facts_per_iter" fudge factors, now that we count formulas and not clauses
blanchet [Tue, 27 Jul 2010 13:15:58 +0200] rev 38008
negate tfree conjecture
blanchet [Tue, 27 Jul 2010 12:01:02 +0200] rev 38007
handle Vampire's equality proxy axiom correctly
blanchet [Tue, 27 Jul 2010 00:08:05 +0200] rev 38006
simplify code
blanchet [Mon, 26 Jul 2010 23:54:40 +0200] rev 38005
prevent schematic variable clash in combinator-introduction code, when invoked from Sledgehammer (another consequence of the CNF -> FOF transition)
blanchet [Mon, 26 Jul 2010 22:35:25 +0200] rev 38004
remove obsolete field in record
blanchet [Mon, 26 Jul 2010 22:32:37 +0200] rev 38003
simplify code
blanchet [Mon, 26 Jul 2010 22:22:23 +0200] rev 38002
get rid of obsolete "axiom ID" component, since it's now always 0
blanchet [Mon, 26 Jul 2010 20:07:31 +0200] rev 38001
reintroduced more preprocessing steps to Sledgehammer, adapted to the new FOF setting
blanchet [Mon, 26 Jul 2010 17:56:10 +0200] rev 38000
added extensionalization to Sledgehammer, mimicking what the Clausifier used to do
blanchet [Mon, 26 Jul 2010 17:26:02 +0200] rev 37999
simplify code
blanchet [Mon, 26 Jul 2010 17:22:39 +0200] rev 37998
remove more Skolemization-aware code
blanchet [Mon, 26 Jul 2010 17:17:59 +0200] rev 37997
kill Skolem handling in Sledgehammer
blanchet [Mon, 26 Jul 2010 17:09:10 +0200] rev 37996
simplify "conjecture_shape" business, as a result of using FOF instead of CNF
blanchet [Mon, 26 Jul 2010 17:03:21 +0200] rev 37995
generate full first-order formulas (FOF) in Sledgehammer
blanchet [Mon, 26 Jul 2010 14:14:24 +0200] rev 37994
make TPTP generator accept full first-order formulas
blanchet [Mon, 26 Jul 2010 11:26:47 +0200] rev 37993
generate close formulas for SPASS, but not for the others (to avoid clutter)
blanchet [Mon, 26 Jul 2010 11:21:25 +0200] rev 37992
renamed internal function
blanchet [Mon, 26 Jul 2010 11:21:11 +0200] rev 37991
proof reconstruction for full FOF terms
blanchet [Mon, 26 Jul 2010 11:19:57 +0200] rev 37990
remove confusing line in SPASS output (because the axiom names are off -- bug in SPASS)
blanchet [Mon, 26 Jul 2010 11:19:21 +0200] rev 37989
reorder SPASS conjectures correctly, based on Flotter output
paulson [Tue, 27 Jul 2010 12:02:10 +0100] rev 37988
Deleted an obsolete file
wenzelm [Wed, 28 Jul 2010 00:13:26 +0200] rev 37987
explicit Keyword.control markup for various control commands -- to prevent them from occurring in proof documents;
wenzelm [Wed, 28 Jul 2010 00:03:22 +0200] rev 37986
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);
wenzelm [Tue, 27 Jul 2010 23:25:50 +0200] rev 37985
simplified handling of update_time -- do not store within deps;
wenzelm [Tue, 27 Jul 2010 23:15:37 +0200] rev 37984
clarified register_thy: clean slate via kill_thy, more precise CRITICAL section;
tuned;
wenzelm [Tue, 27 Jul 2010 23:04:50 +0200] rev 37983
updated keywords;
wenzelm [Tue, 27 Jul 2010 23:02:45 +0200] rev 37982
updated manual concerning theory loader;
wenzelm [Tue, 27 Jul 2010 23:01:42 +0200] rev 37981
theory loader: removed obsolete touch/outdate operations (require_thy no longer changes the database implicitly);
wenzelm [Tue, 27 Jul 2010 22:42:53 +0200] rev 37980
avoid repeated File.read for theory text (as before);
misc tuning and simplification;
wenzelm [Tue, 27 Jul 2010 22:23:32 +0200] rev 37979
tuned messages and comments;
wenzelm [Tue, 27 Jul 2010 22:15:51 +0200] rev 37978
simplified Thy_Header.read -- include Source.of_string_limited here;
tuned;
wenzelm [Tue, 27 Jul 2010 22:00:26 +0200] rev 37977
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;
explicit Thy_Info.toplevel_begin_theory, which does not maintain theory loader database;
Outer_Syntax.load_thy: modify Toplevel.init for theory loading, and avoid slightly odd implicit batch mode of 'theory' command;
added Thy_Load.begin_theory for clarity;
structure ProofGeneral.ThyLoad.add_path appears to be old ThyLoad.add_path to Proof General, but actually operates on new Thy_Load.master_path instead -- for more precise imitation of theory loader;
moved some basic commands from isar_cmd.ML to isar_syn.ML;
misc tuning and simplification;
wenzelm [Tue, 27 Jul 2010 12:59:22 +0200] rev 37976
more precise stats;
wenzelm [Mon, 26 Jul 2010 18:25:19 +0200] rev 37975
merged
haftmann [Mon, 26 Jul 2010 14:44:07 +0200] rev 37974
quickcheck images of goals under registration morphisms
haftmann [Mon, 26 Jul 2010 14:44:07 +0200] rev 37973
get_registrations interface
haftmann [Mon, 26 Jul 2010 11:15:10 +0200] rev 37972
restored unusual snd-biased merge/join policy -- required due to non-conservative code setups
haftmann [Mon, 26 Jul 2010 11:11:10 +0200] rev 37971
merged
haftmann [Mon, 26 Jul 2010 11:10:57 +0200] rev 37970
reactivated Scala check
haftmann [Mon, 26 Jul 2010 11:10:36 +0200] rev 37969
corrected range check once more
haftmann [Mon, 26 Jul 2010 11:10:35 +0200] rev 37968
added Code_Natural.thy
haftmann [Mon, 26 Jul 2010 11:09:45 +0200] rev 37967
reactivated Scala check; tuned import order
haftmann [Mon, 26 Jul 2010 11:09:45 +0200] rev 37966
reactivated Scala check
haftmann [Mon, 26 Jul 2010 11:09:44 +0200] rev 37965
modified namespace policy
haftmann [Mon, 26 Jul 2010 11:09:44 +0200] rev 37964
use Natural as index type for Haskell and Scala
blanchet [Sun, 25 Jul 2010 15:43:53 +0200] rev 37963
merged
blanchet [Fri, 23 Jul 2010 21:29:29 +0200] rev 37962
keep track of clause numbers for SPASS now that we generate FOF rather than CNF problems;
this is rather involved because the Flotter FOF-to-CNF translator is normally implicit.
We must make this an explicit step and parse the Flotter output to find out which clauses correspond to which formulas.
blanchet [Fri, 23 Jul 2010 15:04:49 +0200] rev 37961
first step in using "fof" rather than "cnf" in TPTP problems
blanchet [Fri, 23 Jul 2010 14:07:35 +0200] rev 37960
fix polymorphic "val"
haftmann [Sat, 24 Jul 2010 18:08:43 +0200] rev 37959
temporarily deactivating check for Scala
haftmann [Sat, 24 Jul 2010 18:08:41 +0200] rev 37958
another refinement chapter in the neverending numeral story
wenzelm [Mon, 26 Jul 2010 17:59:26 +0200] rev 37957
inductive_cases: crude parallelization via Par_List.map;