Mon, 30 Aug 2010 11:11:10 +0200 improve new "sledgehammer_filter" action
blanchet [Mon, 30 Aug 2010 11:11:10 +0200] rev 38894
improve new "sledgehammer_filter" action
Mon, 30 Aug 2010 11:10:44 +0200 remove useless var
blanchet [Mon, 30 Aug 2010 11:10:44 +0200] rev 38893
remove useless var
Mon, 30 Aug 2010 10:26:17 +0200 added evaluation method for relevance filter
blanchet [Mon, 30 Aug 2010 10:26:17 +0200] rev 38892
added evaluation method for relevance filter
Mon, 30 Aug 2010 09:41:59 +0200 remove needless parameter
blanchet [Mon, 30 Aug 2010 09:41:59 +0200] rev 38891
remove needless parameter
Mon, 30 Aug 2010 08:53:27 +0200 bring Sledgehammer's combinators in line with Metis's;
blanchet [Mon, 30 Aug 2010 08:53:27 +0200] rev 38890
bring Sledgehammer's combinators in line with Metis's; cf. email from Larry
Fri, 27 Aug 2010 18:04:49 +0200 fiddle with the relevance filter
blanchet [Fri, 27 Aug 2010 18:04:49 +0200] rev 38889
fiddle with the relevance filter
Tue, 31 Aug 2010 23:46:49 +0200 moved Toplevel.run_command to Pure/PIDE/document.ML;
wenzelm [Tue, 31 Aug 2010 23:46:49 +0200] rev 38888
moved Toplevel.run_command to Pure/PIDE/document.ML; eliminated aliases of exception Toplevel.TERMINATE and Toplevel.EXCURSION_FAIL; tuned signatures;
Tue, 31 Aug 2010 23:28:21 +0200 Command.State: add reported positions to markup tree, according main message position or Markup.binding/entity/report occurrences in body;
wenzelm [Tue, 31 Aug 2010 23:28:21 +0200] rev 38887
Command.State: add reported positions to markup tree, according main message position or Markup.binding/entity/report occurrences in body; Position.Id_Range convenience;
Tue, 31 Aug 2010 22:03:55 +0200 tuned;
wenzelm [Tue, 31 Aug 2010 22:03:55 +0200] rev 38886
tuned;
Tue, 31 Aug 2010 19:55:43 +0200 Node.full_index: allow command spans larger than block_size;
wenzelm [Tue, 31 Aug 2010 19:55:43 +0200] rev 38885
Node.full_index: allow command spans larger than block_size;
Tue, 31 Aug 2010 17:49:45 +0200 Document_View: repaint overview for any command change of this node (again);
wenzelm [Tue, 31 Aug 2010 17:49:45 +0200] rev 38884
Document_View: repaint overview for any command change of this node (again);
Tue, 31 Aug 2010 17:40:32 +0200 refined proper_line_range (again), to make text_area_extension work with soft wwrap;
wenzelm [Tue, 31 Aug 2010 17:40:32 +0200] rev 38883
refined proper_line_range (again), to make text_area_extension work with soft wwrap; NB: text_area.offsetToXY returns null for "invisible" positions;
Tue, 31 Aug 2010 17:35:41 +0200 Document state assignment indicates command change;
wenzelm [Tue, 31 Aug 2010 17:35:41 +0200] rev 38882
Document state assignment indicates command change;
Tue, 31 Aug 2010 16:07:25 +0200 tuned commands_changed_actor: more precise/efficient handling of visible screen lines;
wenzelm [Tue, 31 Aug 2010 16:07:25 +0200] rev 38881
tuned commands_changed_actor: more precise/efficient handling of visible screen lines;
Tue, 31 Aug 2010 13:20:12 +0200 simplified/clarified Document_View.text_area_extension;
wenzelm [Tue, 31 Aug 2010 13:20:12 +0200] rev 38880
simplified/clarified Document_View.text_area_extension; tuned Document.Node.block_size, trading some space for better time;
Tue, 31 Aug 2010 12:49:40 +0200 Document.Node: significant speedup of command_range etc. via lazy full_index;
wenzelm [Tue, 31 Aug 2010 12:49:40 +0200] rev 38879
Document.Node: significant speedup of command_range etc. via lazy full_index;
Mon, 30 Aug 2010 20:12:43 +0200 text_edits/recover_spans: reparse at least until line boundary -- increases chance of recovery for bad ML text, for example;
wenzelm [Mon, 30 Aug 2010 20:12:43 +0200] rev 38878
text_edits/recover_spans: reparse at least until line boundary -- increases chance of recovery for bad ML text, for example;
Mon, 30 Aug 2010 20:11:21 +0200 Command.newlines: account for physical newlines;
wenzelm [Mon, 30 Aug 2010 20:11:21 +0200] rev 38877
Command.newlines: account for physical newlines;
Mon, 30 Aug 2010 16:49:41 +0200 Toplevel.run_command: more careful treatment of interrupts stemming from nested multi-exceptions etc.;
wenzelm [Mon, 30 Aug 2010 16:49:41 +0200] rev 38876
Toplevel.run_command: more careful treatment of interrupts stemming from nested multi-exceptions etc.; simplified Toplevel.error_msg;
Mon, 30 Aug 2010 15:19:39 +0200 tuned messages: discontinued spurious full-stops (messages are occasionally composed unexpectedly);
wenzelm [Mon, 30 Aug 2010 15:19:39 +0200] rev 38875
tuned messages: discontinued spurious full-stops (messages are occasionally composed unexpectedly);
Mon, 30 Aug 2010 15:09:20 +0200 more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
wenzelm [Mon, 30 Aug 2010 15:09:20 +0200] rev 38874
more careful treatment of nested multi-exceptions, collapsing cumulatively empty list to Interrupt;
Mon, 30 Aug 2010 14:56:27 +0200 tuned;
wenzelm [Mon, 30 Aug 2010 14:56:27 +0200] rev 38873
tuned;
Mon, 30 Aug 2010 13:01:32 +0200 Command.results: ordered by serial number;
wenzelm [Mon, 30 Aug 2010 13:01:32 +0200] rev 38872
Command.results: ordered by serial number;
Mon, 30 Aug 2010 11:35:17 +0200 message serial number indicates physical order;
wenzelm [Mon, 30 Aug 2010 11:35:17 +0200] rev 38871
message serial number indicates physical order;
Mon, 30 Aug 2010 11:17:05 +0200 tuned;
wenzelm [Mon, 30 Aug 2010 11:17:05 +0200] rev 38870
tuned;
Mon, 30 Aug 2010 11:09:26 +0200 tuned;
wenzelm [Mon, 30 Aug 2010 11:09:26 +0200] rev 38869
tuned;
Mon, 30 Aug 2010 10:38:28 +0200 merged
wenzelm [Mon, 30 Aug 2010 10:38:28 +0200] rev 38868
merged
Mon, 30 Aug 2010 10:01:25 +0200 what is hidden is hidden
haftmann [Mon, 30 Aug 2010 10:01:25 +0200] rev 38867
what is hidden is hidden
Mon, 30 Aug 2010 09:37:43 +0200 hide all-too-popular constant name eq
haftmann [Mon, 30 Aug 2010 09:37:43 +0200] rev 38866
hide all-too-popular constant name eq
Mon, 30 Aug 2010 09:35:30 +0200 merged
haftmann [Mon, 30 Aug 2010 09:35:30 +0200] rev 38865
merged
Sat, 28 Aug 2010 16:14:32 +0200 formerly unnamed infix equality now named HOL.eq
haftmann [Sat, 28 Aug 2010 16:14:32 +0200] rev 38864
formerly unnamed infix equality now named HOL.eq
Mon, 30 Aug 2010 09:28:02 +0200 code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
haftmann [Mon, 30 Aug 2010 09:28:02 +0200] rev 38863
code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
Mon, 30 Aug 2010 15:52:09 +0900 Quotient Package: dont unfold mem_def, use rsp and prs instead
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 30 Aug 2010 15:52:09 +0900] rev 38862
Quotient Package: dont unfold mem_def, use rsp and prs instead
Mon, 30 Aug 2010 15:44:33 +0900 Quotient Package: added respectfulness and preservation lemmas for mem.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 30 Aug 2010 15:44:33 +0900] rev 38861
Quotient Package: added respectfulness and preservation lemmas for mem.
Sat, 28 Aug 2010 21:17:25 +0800 quotient package: added a list of pre-simplification rules for Ball, Bex and mem
Christian Urban <urbanc@in.tum.de> [Sat, 28 Aug 2010 21:17:25 +0800] rev 38860
quotient package: added a list of pre-simplification rules for Ball, Bex and mem
Sat, 28 Aug 2010 20:24:40 +0800 quotient package: lemmas to be lifted and descended can be pre-simplified
Christian Urban <urbanc@in.tum.de> [Sat, 28 Aug 2010 20:24:40 +0800] rev 38859
quotient package: lemmas to be lifted and descended can be pre-simplified
Sat, 28 Aug 2010 11:42:33 +0200 merged
haftmann [Sat, 28 Aug 2010 11:42:33 +0200] rev 38858
merged
Fri, 27 Aug 2010 19:34:23 +0200 renamed class/constant eq to equal; tuned some instantiations
haftmann [Fri, 27 Aug 2010 19:34:23 +0200] rev 38857
renamed class/constant eq to equal; tuned some instantiations
Fri, 27 Aug 2010 15:36:02 +0200 improved deresolving of implicits
haftmann [Fri, 27 Aug 2010 15:36:02 +0200] rev 38856
improved deresolving of implicits
Mon, 30 Aug 2010 10:36:55 +0200 Document_View.text_area_extension: do not insist in crashing if (weak) assertion is violated;
wenzelm [Mon, 30 Aug 2010 10:36:55 +0200] rev 38855
Document_View.text_area_extension: do not insist in crashing if (weak) assertion is violated;
Sun, 29 Aug 2010 22:47:36 +0200 Isabelle/jEdit property for global tooltip dismiss delay;
wenzelm [Sun, 29 Aug 2010 22:47:36 +0200] rev 38854
Isabelle/jEdit property for global tooltip dismiss delay;
Sun, 29 Aug 2010 21:21:37 +0200 External_Hyperlink: proper error dialog;
wenzelm [Sun, 29 Aug 2010 21:21:37 +0200] rev 38853
External_Hyperlink: proper error dialog;
Sun, 29 Aug 2010 21:02:42 +0200 Document_Mode.Line_Context: proper semantic equality/hash code avoids memory leak due to interning in org.gjt.sp.jedit.syntax.TokenMarker;
wenzelm [Sun, 29 Aug 2010 21:02:42 +0200] rev 38852
Document_Mode.Line_Context: proper semantic equality/hash code avoids memory leak due to interning in org.gjt.sp.jedit.syntax.TokenMarker;
Sun, 29 Aug 2010 20:09:46 +0200 JEDIT_JAVA_OPTIONS: actors.enableForkJoin=false is supposed to enable ResizableThreadPoolScheduler, to avoid starvation of excessive amounts of future tasks etc.;
wenzelm [Sun, 29 Aug 2010 20:09:46 +0200] rev 38851
JEDIT_JAVA_OPTIONS: actors.enableForkJoin=false is supposed to enable ResizableThreadPoolScheduler, to avoid starvation of excessive amounts of future tasks etc.;
Sun, 29 Aug 2010 20:07:59 +0200 session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
wenzelm [Sun, 29 Aug 2010 20:07:59 +0200] rev 38850
session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
Sun, 29 Aug 2010 19:48:35 +0200 session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
wenzelm [Sun, 29 Aug 2010 19:48:35 +0200] rev 38849
session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
Sun, 29 Aug 2010 19:04:29 +0200 use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
wenzelm [Sun, 29 Aug 2010 19:04:29 +0200] rev 38848
use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled; clarified session signalling;
Sun, 29 Aug 2010 18:55:48 +0200 Swing_Thread.now: volatile result to make double-sure;
wenzelm [Sun, 29 Aug 2010 18:55:48 +0200] rev 38847
Swing_Thread.now: volatile result to make double-sure;
Sun, 29 Aug 2010 15:57:18 +0200 Document_Model.token_marker: misc tuning and simplification;
wenzelm [Sun, 29 Aug 2010 15:57:18 +0200] rev 38846
Document_Model.token_marker: misc tuning and simplification;
Sun, 29 Aug 2010 15:09:11 +0200 added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.;
wenzelm [Sun, 29 Aug 2010 15:09:11 +0200] rev 38845
added Document.Snapshot.select_markup, which includes command iteration, range conversion etc.; Markup_Tree.select: plain Iterator; misc tuning and simplification;
Sat, 28 Aug 2010 22:58:24 +0200 XML.Cache: intern property keys once and for all (again);
wenzelm [Sat, 28 Aug 2010 22:58:24 +0200] rev 38844
XML.Cache: intern property keys once and for all (again);
Sat, 28 Aug 2010 20:24:41 +0200 more careful locking of jEdit buffer;
wenzelm [Sat, 28 Aug 2010 20:24:41 +0200] rev 38843
more careful locking of jEdit buffer;
Sat, 28 Aug 2010 17:37:57 +0200 avoid application crash due to wrong requirement -- result is joined, but change not necessarily finished due to extra map;
wenzelm [Sat, 28 Aug 2010 17:37:57 +0200] rev 38842
avoid application crash due to wrong requirement -- result is joined, but change not necessarily finished due to extra map;
Sat, 28 Aug 2010 17:27:38 +0200 include Document.History in Document.State -- just one universal session state maintained by main actor;
wenzelm [Sat, 28 Aug 2010 17:27:38 +0200] rev 38841
include Document.History in Document.State -- just one universal session state maintained by main actor; Session.command_change_buffer: thread actor ensures asynchronous dispatch; misc tuning;
Sat, 28 Aug 2010 17:20:53 +0200 volatile variables (in Scala);
wenzelm [Sat, 28 Aug 2010 17:20:53 +0200] rev 38840
volatile variables (in Scala);
Sat, 28 Aug 2010 15:25:32 +0200 non-critical output primitives -- depending on thread-safe TextIO, while races wrt. flushing should not matter;
wenzelm [Sat, 28 Aug 2010 15:25:32 +0200] rev 38839
non-critical output primitives -- depending on thread-safe TextIO, while races wrt. flushing should not matter;
Fri, 27 Aug 2010 22:30:25 +0200 modernized specifications;
wenzelm [Fri, 27 Aug 2010 22:30:25 +0200] rev 38838
modernized specifications;
Fri, 27 Aug 2010 22:09:51 +0200 discontinued separate Pure-ProofGeneral keywords session -- protocol commands are already defined in Pure;
wenzelm [Fri, 27 Aug 2010 22:09:51 +0200] rev 38837
discontinued separate Pure-ProofGeneral keywords session -- protocol commands are already defined in Pure;
Fri, 27 Aug 2010 21:23:31 +0200 discontinued broken no_warnings_CRITICAL -- global output channels must not be changed after startup initialization;
wenzelm [Fri, 27 Aug 2010 21:23:31 +0200] rev 38836
discontinued broken no_warnings_CRITICAL -- global output channels must not be changed after startup initialization;
Fri, 27 Aug 2010 21:22:07 +0200 eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
wenzelm [Fri, 27 Aug 2010 21:22:07 +0200] rev 38835
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job; modernized attribute setup;
Fri, 27 Aug 2010 21:16:11 +0200 more careful treatment of context visibility flag wrt. spurious warnings;
wenzelm [Fri, 27 Aug 2010 21:16:11 +0200] rev 38834
more careful treatment of context visibility flag wrt. spurious warnings; misc tuning;
Fri, 27 Aug 2010 20:28:58 +0200 eliminated obsolete Output.no_warnings, where no warnings were produced anyway;
wenzelm [Fri, 27 Aug 2010 20:28:58 +0200] rev 38833
eliminated obsolete Output.no_warnings, where no warnings were produced anyway;
Fri, 27 Aug 2010 20:09:36 +0200 eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
wenzelm [Fri, 27 Aug 2010 20:09:36 +0200] rev 38832
eliminated broken Output.no_warnings_CRITICAL -- context visibility does the job;
Fri, 27 Aug 2010 19:43:28 +0200 more careful treatment of context visibility flag wrt. spurious warnings;
wenzelm [Fri, 27 Aug 2010 19:43:28 +0200] rev 38831
more careful treatment of context visibility flag wrt. spurious warnings;
Fri, 27 Aug 2010 18:00:45 +0200 merged
wenzelm [Fri, 27 Aug 2010 18:00:45 +0200] rev 38830
merged
Fri, 27 Aug 2010 16:05:46 +0200 merged
blanchet [Fri, 27 Aug 2010 16:05:46 +0200] rev 38829
merged
Fri, 27 Aug 2010 16:04:15 +0200 turn off experimental feature per default + avoid exception on "theory constant"
blanchet [Fri, 27 Aug 2010 16:04:15 +0200] rev 38828
turn off experimental feature per default + avoid exception on "theory constant"
Fri, 27 Aug 2010 15:39:17 +0200 extended relevance filter with first-order term matching
blanchet [Fri, 27 Aug 2010 15:39:17 +0200] rev 38827
extended relevance filter with first-order term matching
Fri, 27 Aug 2010 15:37:03 +0200 drop chained facts
blanchet [Fri, 27 Aug 2010 15:37:03 +0200] rev 38826
drop chained facts
Fri, 27 Aug 2010 13:27:02 +0200 rename and simplify
blanchet [Fri, 27 Aug 2010 13:27:02 +0200] rev 38825
rename and simplify
Fri, 27 Aug 2010 13:19:48 +0200 cosmetics
blanchet [Fri, 27 Aug 2010 13:19:48 +0200] rev 38824
cosmetics
Fri, 27 Aug 2010 13:12:23 +0200 renaming + treat "TFree" better in "pattern_for_type"
blanchet [Fri, 27 Aug 2010 13:12:23 +0200] rev 38823
renaming + treat "TFree" better in "pattern_for_type"
Fri, 27 Aug 2010 11:27:38 +0200 fix threshold computation + remove "op =" from relevant constants
blanchet [Fri, 27 Aug 2010 11:27:38 +0200] rev 38822
fix threshold computation + remove "op =" from relevant constants
Thu, 26 Aug 2010 17:27:29 +0200 avoid needless "that" fact
blanchet [Thu, 26 Aug 2010 17:27:29 +0200] rev 38821
avoid needless "that" fact
Thu, 26 Aug 2010 16:18:40 +0200 add nameless chained facts to the pool of things known to Sledgehammer
blanchet [Thu, 26 Aug 2010 16:18:40 +0200] rev 38820
add nameless chained facts to the pool of things known to Sledgehammer
Thu, 26 Aug 2010 14:58:45 +0200 if the goal contains no constants or frees, fall back on chained facts, then on local facts, etc., instead of generating a trivial ATP problem
blanchet [Thu, 26 Aug 2010 14:58:45 +0200] rev 38819
if the goal contains no constants or frees, fall back on chained facts, then on local facts, etc., instead of generating a trivial ATP problem
Thu, 26 Aug 2010 14:05:22 +0200 improve SPASS hack, when a clause comes from several facts
blanchet [Thu, 26 Aug 2010 14:05:22 +0200] rev 38818
improve SPASS hack, when a clause comes from several facts
Thu, 26 Aug 2010 13:55:30 +0200 fix Vampire version numbers
blanchet [Thu, 26 Aug 2010 13:55:30 +0200] rev 38817
fix Vampire version numbers
Thu, 26 Aug 2010 11:51:06 +0200 lower penalty for Skolem constants
blanchet [Thu, 26 Aug 2010 11:51:06 +0200] rev 38816
lower penalty for Skolem constants
Fri, 27 Aug 2010 14:25:29 +0200 merged
haftmann [Fri, 27 Aug 2010 14:25:29 +0200] rev 38815
merged
Fri, 27 Aug 2010 14:25:07 +0200 official support for Scala
haftmann [Fri, 27 Aug 2010 14:25:07 +0200] rev 38814
official support for Scala
Fri, 27 Aug 2010 14:24:26 +0200 updated generated files
haftmann [Fri, 27 Aug 2010 14:24:26 +0200] rev 38813
updated generated files
Fri, 27 Aug 2010 14:22:33 +0200 tuned whitespace
haftmann [Fri, 27 Aug 2010 14:22:33 +0200] rev 38812
tuned whitespace
Fri, 27 Aug 2010 14:22:15 +0200 more xsymbols
haftmann [Fri, 27 Aug 2010 14:22:15 +0200] rev 38811
more xsymbols
Fri, 27 Aug 2010 13:55:23 +0200 re-added accidental omission
haftmann [Fri, 27 Aug 2010 13:55:23 +0200] rev 38810
re-added accidental omission
Fri, 27 Aug 2010 13:32:05 +0200 proper namespace administration for hierarchical modules
haftmann [Fri, 27 Aug 2010 13:32:05 +0200] rev 38809
proper namespace administration for hierarchical modules
Fri, 27 Aug 2010 17:59:40 +0200 more antiquotations;
wenzelm [Fri, 27 Aug 2010 17:59:40 +0200] rev 38808
more antiquotations;
Fri, 27 Aug 2010 17:23:57 +0200 eliminated Unsynchronized.ref in favour of configuration option;
wenzelm [Fri, 27 Aug 2010 17:23:57 +0200] rev 38807
eliminated Unsynchronized.ref in favour of configuration option; proper naming of thy: theory vs. ctxt: Proof.context; recovered some Isabelle/ML indendation style;
Fri, 27 Aug 2010 17:11:29 +0200 more appropriate name for configuration option "meson_max_clauses" (cf. output of 'pront_configs');
wenzelm [Fri, 27 Aug 2010 17:11:29 +0200] rev 38806
more appropriate name for configuration option "meson_max_clauses" (cf. output of 'pront_configs');
Fri, 27 Aug 2010 17:09:18 +0200 Sum_Of_Squares: proper configuration options;
wenzelm [Fri, 27 Aug 2010 17:09:18 +0200] rev 38805
Sum_Of_Squares: proper configuration options;
Fri, 27 Aug 2010 17:02:19 +0200 tuned printed type names, according to ML;
wenzelm [Fri, 27 Aug 2010 17:02:19 +0200] rev 38804
tuned printed type names, according to ML;
Fri, 27 Aug 2010 16:32:11 +0200 eliminated unnecessary ref;
wenzelm [Fri, 27 Aug 2010 16:32:11 +0200] rev 38803
eliminated unnecessary ref;
Fri, 27 Aug 2010 16:29:12 +0200 clarified iter_deepen_limit vs meson (cf. 7c5896919eb8) -- eliminated global ref;
wenzelm [Fri, 27 Aug 2010 16:29:12 +0200] rev 38802
clarified iter_deepen_limit vs meson (cf. 7c5896919eb8) -- eliminated global ref;
Fri, 27 Aug 2010 15:46:08 +0200 disposed some old debugging tools;
wenzelm [Fri, 27 Aug 2010 15:46:08 +0200] rev 38801
disposed some old debugging tools;
Fri, 27 Aug 2010 15:07:35 +0200 proper configuration option "show_proofs";
wenzelm [Fri, 27 Aug 2010 15:07:35 +0200] rev 38800
proper configuration option "show_proofs"; modernized syntax translation;
Fri, 27 Aug 2010 14:14:08 +0200 structure Unsynchronized is never opened and set/reset/toggle have been discontinued;
wenzelm [Fri, 27 Aug 2010 14:14:08 +0200] rev 38799
structure Unsynchronized is never opened and set/reset/toggle have been discontinued; retain Unsynchronized.change alias for Proof General;
Fri, 27 Aug 2010 14:07:09 +0200 expanded some aliases from structure Unsynchronized;
wenzelm [Fri, 27 Aug 2010 14:07:09 +0200] rev 38798
expanded some aliases from structure Unsynchronized;
Fri, 27 Aug 2010 12:57:55 +0200 merged, resolving some minor conflicts in src/HOL/Tools/Predicate_Compile/code_prolog.ML;
wenzelm [Fri, 27 Aug 2010 12:57:55 +0200] rev 38797
merged, resolving some minor conflicts in src/HOL/Tools/Predicate_Compile/code_prolog.ML;
Fri, 27 Aug 2010 10:57:32 +0200 merged
haftmann [Fri, 27 Aug 2010 10:57:32 +0200] rev 38796
merged
Fri, 27 Aug 2010 10:56:46 +0200 formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
haftmann [Fri, 27 Aug 2010 10:56:46 +0200] rev 38795
formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
Fri, 27 Aug 2010 10:55:20 +0200 tuned fact reference
haftmann [Fri, 27 Aug 2010 10:55:20 +0200] rev 38794
tuned fact reference
Fri, 27 Aug 2010 09:43:52 +0200 merged
bulwahn [Fri, 27 Aug 2010 09:43:52 +0200] rev 38793
merged
Fri, 27 Aug 2010 09:34:06 +0200 added support for yet another prolog system (yap); generate has only one option ensure_groundness; added one example of yap invocation in example theory
bulwahn [Fri, 27 Aug 2010 09:34:06 +0200] rev 38792
added support for yet another prolog system (yap); generate has only one option ensure_groundness; added one example of yap invocation in example theory
Thu, 26 Aug 2010 14:48:48 +0200 adapted examples; tuned
bulwahn [Thu, 26 Aug 2010 14:48:48 +0200] rev 38791
adapted examples; tuned
Thu, 26 Aug 2010 14:07:11 +0200 moving options; tuned
bulwahn [Thu, 26 Aug 2010 14:07:11 +0200] rev 38790
moving options; tuned
Thu, 26 Aug 2010 13:49:12 +0200 added generation of predicates for size-limited enumeration of values
bulwahn [Thu, 26 Aug 2010 13:49:12 +0200] rev 38789
added generation of predicates for size-limited enumeration of values
Thu, 26 Aug 2010 21:03:14 +0200 NEWS
haftmann [Thu, 26 Aug 2010 21:03:14 +0200] rev 38788
NEWS
Thu, 26 Aug 2010 20:51:29 +0200 merged
haftmann [Thu, 26 Aug 2010 20:51:29 +0200] rev 38787
merged
Thu, 26 Aug 2010 20:51:17 +0200 formerly unnamed infix impliciation now named HOL.implies
haftmann [Thu, 26 Aug 2010 20:51:17 +0200] rev 38786
formerly unnamed infix impliciation now named HOL.implies
Thu, 26 Aug 2010 20:14:39 +0200 merged
haftmann [Thu, 26 Aug 2010 20:14:39 +0200] rev 38785
merged
Thu, 26 Aug 2010 20:14:24 +0200 proper passing of optional module name
haftmann [Thu, 26 Aug 2010 20:14:24 +0200] rev 38784
proper passing of optional module name
Thu, 26 Aug 2010 16:00:54 +0200 For sublocale it is sufficient to reconsider ancestors of the target.
ballarin [Thu, 26 Aug 2010 16:00:54 +0200] rev 38783
For sublocale it is sufficient to reconsider ancestors of the target.
Thu, 26 Aug 2010 14:04:13 +0200 only print qualified implicits
haftmann [Thu, 26 Aug 2010 14:04:13 +0200] rev 38782
only print qualified implicits
Thu, 26 Aug 2010 13:56:35 +0200 merged
haftmann [Thu, 26 Aug 2010 13:56:35 +0200] rev 38781
merged
Thu, 26 Aug 2010 13:54:33 +0200 stub for (later) correct deresolving of class method names
haftmann [Thu, 26 Aug 2010 13:54:33 +0200] rev 38780
stub for (later) correct deresolving of class method names
Thu, 26 Aug 2010 13:50:58 +0200 tuned serializer interface
haftmann [Thu, 26 Aug 2010 13:50:58 +0200] rev 38779
tuned serializer interface
Thu, 26 Aug 2010 12:30:43 +0200 private version of commas, cf. printmode
haftmann [Thu, 26 Aug 2010 12:30:43 +0200] rev 38778
private version of commas, cf. printmode
Thu, 26 Aug 2010 12:20:34 +0200 merged
haftmann [Thu, 26 Aug 2010 12:20:34 +0200] rev 38777
merged
Thu, 26 Aug 2010 13:44:50 +0200 merged
haftmann [Thu, 26 Aug 2010 13:44:50 +0200] rev 38776
merged
Thu, 26 Aug 2010 13:25:14 +0200 re-added accidental omission
haftmann [Thu, 26 Aug 2010 13:25:14 +0200] rev 38775
re-added accidental omission
Thu, 26 Aug 2010 12:19:50 +0200 tuned includes
haftmann [Thu, 26 Aug 2010 12:19:50 +0200] rev 38774
tuned includes
Thu, 26 Aug 2010 12:19:49 +0200 prevent line breaks after Scala symbolic operators
haftmann [Thu, 26 Aug 2010 12:19:49 +0200] rev 38773
prevent line breaks after Scala symbolic operators
Thu, 26 Aug 2010 10:23:25 +0200 corrected semantics of presentation_stmt_names; do not print includes on presentation selection
haftmann [Thu, 26 Aug 2010 10:23:25 +0200] rev 38772
corrected semantics of presentation_stmt_names; do not print includes on presentation selection
Thu, 26 Aug 2010 10:16:22 +0200 code_include Scala: qualify module nmae
haftmann [Thu, 26 Aug 2010 10:16:22 +0200] rev 38771
code_include Scala: qualify module nmae
Wed, 25 Aug 2010 22:47:04 +0200 merged
haftmann [Wed, 25 Aug 2010 22:47:04 +0200] rev 38770
merged
Wed, 25 Aug 2010 16:33:05 +0200 preliminary implementation of hierarchical module name space
haftmann [Wed, 25 Aug 2010 16:33:05 +0200] rev 38769
preliminary implementation of hierarchical module name space
Wed, 25 Aug 2010 16:33:05 +0200 tuned
haftmann [Wed, 25 Aug 2010 16:33:05 +0200] rev 38768
tuned
Fri, 27 Aug 2010 12:40:20 +0200 proper context for various Thy_Output options, via official configuration options in ML and Isar;
wenzelm [Fri, 27 Aug 2010 12:40:20 +0200] rev 38767
proper context for various Thy_Output options, via official configuration options in ML and Isar;
Fri, 27 Aug 2010 00:09:56 +0200 Thy_Output: options based on proper context, although Thy_Output.add_wrapper still allows to maintain old-style wrapper combinators (setmp_CRITICAL etc.);
wenzelm [Fri, 27 Aug 2010 00:09:56 +0200] rev 38766
Thy_Output: options based on proper context, although Thy_Output.add_wrapper still allows to maintain old-style wrapper combinators (setmp_CRITICAL etc.);
Fri, 27 Aug 2010 00:02:32 +0200 eliminated old 'local' command;
wenzelm [Fri, 27 Aug 2010 00:02:32 +0200] rev 38765
eliminated old 'local' command;
Thu, 26 Aug 2010 21:04:22 +0200 more uniform descriptions, which end up in the collective output of 'print_attributes' for example;
wenzelm [Thu, 26 Aug 2010 21:04:22 +0200] rev 38764
more uniform descriptions, which end up in the collective output of 'print_attributes' for example;
Thu, 26 Aug 2010 20:42:09 +0200 Fast_Lin_Arith.number_of: more conventional merge that prefers the left side -- note that former ordering wrt. serial numbers makes it depend on accidental load order;
wenzelm [Thu, 26 Aug 2010 20:42:09 +0200] rev 38763
Fast_Lin_Arith.number_of: more conventional merge that prefers the left side -- note that former ordering wrt. serial numbers makes it depend on accidental load order;
Thu, 26 Aug 2010 17:37:26 +0200 slightly more abstract data handling in Fast_Lin_Arith;
wenzelm [Thu, 26 Aug 2010 17:37:26 +0200] rev 38762
slightly more abstract data handling in Fast_Lin_Arith;
Thu, 26 Aug 2010 17:01:12 +0200 theory data merge: prefer left side uniformly;
wenzelm [Thu, 26 Aug 2010 17:01:12 +0200] rev 38761
theory data merge: prefer left side uniformly;
Thu, 26 Aug 2010 16:56:45 +0200 tuned;
wenzelm [Thu, 26 Aug 2010 16:56:45 +0200] rev 38760
tuned;
Thu, 26 Aug 2010 16:34:10 +0200 simplification/standardization of some theory data;
wenzelm [Thu, 26 Aug 2010 16:34:10 +0200] rev 38759
simplification/standardization of some theory data;
Thu, 26 Aug 2010 16:25:25 +0200 misc tuning and simplification, notably theory data;
wenzelm [Thu, 26 Aug 2010 16:25:25 +0200] rev 38758
misc tuning and simplification, notably theory data;
Thu, 26 Aug 2010 15:48:08 +0200 renamed Local_Theory.theory(_result) to Local_Theory.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
wenzelm [Thu, 26 Aug 2010 15:48:08 +0200] rev 38757
renamed Local_Theory.theory(_result) to Local_Theory.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
Thu, 26 Aug 2010 13:09:12 +0200 renamed ProofContext.theory(_result) to ProofContext.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
wenzelm [Thu, 26 Aug 2010 13:09:12 +0200] rev 38756
renamed ProofContext.theory(_result) to ProofContext.background_theory(_result) to emphasize that this belongs to the infrastructure and is rarely appropriate in user-space tools;
Thu, 26 Aug 2010 12:06:00 +0200 standardized Context.copy_thy to Theory.copy alias, with slightly more direct way of using it;
wenzelm [Thu, 26 Aug 2010 12:06:00 +0200] rev 38755
standardized Context.copy_thy to Theory.copy alias, with slightly more direct way of using it;
Thu, 26 Aug 2010 11:33:36 +0200 merged
wenzelm [Thu, 26 Aug 2010 11:33:36 +0200] rev 38754
merged
Thu, 26 Aug 2010 10:42:22 +0200 merged
blanchet [Thu, 26 Aug 2010 10:42:22 +0200] rev 38753
merged
Thu, 26 Aug 2010 10:42:06 +0200 consider "locality" when assigning weights to facts
blanchet [Thu, 26 Aug 2010 10:42:06 +0200] rev 38752
consider "locality" when assigning weights to facts
Thu, 26 Aug 2010 09:23:21 +0200 add a bonus for chained facts, since they are likely to be relevant;
blanchet [Thu, 26 Aug 2010 09:23:21 +0200] rev 38751
add a bonus for chained facts, since they are likely to be relevant; (especially in a Mirabelle run!) -- chained facts used to be included forcibly, then were treated as any other fact; the current approach seems more flexible
Thu, 26 Aug 2010 09:03:18 +0200 merged
blanchet [Thu, 26 Aug 2010 09:03:18 +0200] rev 38750
merged
Thu, 26 Aug 2010 01:03:08 +0200 add a penalty for lambda-abstractions;
blanchet [Thu, 26 Aug 2010 01:03:08 +0200] rev 38749
add a penalty for lambda-abstractions; the penalty will kick in only when the goal contains no lambdas, in which case Sledgehammer previously totally disallowed any higher-order construct; this was too drastic; lambdas are dangerous because they rapidly lead to unsound proofs; e.g. COMBI_def COMBS_def not_Cons_self2 with explicit_apply
Thu, 26 Aug 2010 00:49:38 +0200 renaming
blanchet [Thu, 26 Aug 2010 00:49:38 +0200] rev 38748
renaming
Thu, 26 Aug 2010 00:49:04 +0200 fiddle with relevance filter
blanchet [Thu, 26 Aug 2010 00:49:04 +0200] rev 38747
fiddle with relevance filter
Wed, 25 Aug 2010 19:47:25 +0200 update docs
blanchet [Wed, 25 Aug 2010 19:47:25 +0200] rev 38746
update docs
Wed, 25 Aug 2010 19:41:18 +0200 reorganize options regarding to the relevance threshold and decay
blanchet [Wed, 25 Aug 2010 19:41:18 +0200] rev 38745
reorganize options regarding to the relevance threshold and decay
Wed, 25 Aug 2010 17:49:52 +0200 make relevance filter work in term of a "max_relevant" option + use Vampire SOS;
blanchet [Wed, 25 Aug 2010 17:49:52 +0200] rev 38744
make relevance filter work in term of a "max_relevant" option + use Vampire SOS; "max_relevant" is more reliable than "max_relevant_per_iter"; also made sure that the option is monotone -- larger values should lead to more axioms -- which wasn't always the case before; SOS for Vampire makes a difference of about 3% (i.e. 3% more proofs are found)
Wed, 25 Aug 2010 09:42:28 +0200 simplify more code
blanchet [Wed, 25 Aug 2010 09:42:28 +0200] rev 38743
simplify more code
Wed, 25 Aug 2010 09:34:28 +0200 cosmetics
blanchet [Wed, 25 Aug 2010 09:34:28 +0200] rev 38742
cosmetics
Wed, 25 Aug 2010 09:32:43 +0200 get rid of "defs_relevant" feature;
blanchet [Wed, 25 Aug 2010 09:32:43 +0200] rev 38741
get rid of "defs_relevant" feature; nobody uses it and it works poorly
Wed, 25 Aug 2010 09:05:22 +0200 make SML/NJ happy
blanchet [Wed, 25 Aug 2010 09:05:22 +0200] rev 38740
make SML/NJ happy
Wed, 25 Aug 2010 09:02:07 +0200 renamed "relevance_convergence" to "relevance_decay"
blanchet [Wed, 25 Aug 2010 09:02:07 +0200] rev 38739
renamed "relevance_convergence" to "relevance_decay"
Tue, 24 Aug 2010 22:57:22 +0200 make sure that "undo_ascii_of" is the inverse of "ascii_of", also for non-printable characters -- and avoid those in ``-style facts
blanchet [Tue, 24 Aug 2010 22:57:22 +0200] rev 38738
make sure that "undo_ascii_of" is the inverse of "ascii_of", also for non-printable characters -- and avoid those in ``-style facts
Tue, 24 Aug 2010 21:40:03 +0200 better workaround for E's off-by-one-second issue
blanchet [Tue, 24 Aug 2010 21:40:03 +0200] rev 38737
better workaround for E's off-by-one-second issue
Thu, 26 Aug 2010 09:12:00 +0200 merged
bulwahn [Thu, 26 Aug 2010 09:12:00 +0200] rev 38736
merged
Wed, 25 Aug 2010 16:59:55 +0200 renaming variables to conform to prolog names
bulwahn [Wed, 25 Aug 2010 16:59:55 +0200] rev 38735
renaming variables to conform to prolog names
Wed, 25 Aug 2010 16:59:53 +0200 changing hotel trace definition; adding simple handling of numerals on natural numbers
bulwahn [Wed, 25 Aug 2010 16:59:53 +0200] rev 38734
changing hotel trace definition; adding simple handling of numerals on natural numbers
Wed, 25 Aug 2010 16:59:51 +0200 added quickcheck generator for prolog generation; first example of counterexample search with prolog for hotel key card system
bulwahn [Wed, 25 Aug 2010 16:59:51 +0200] rev 38733
added quickcheck generator for prolog generation; first example of counterexample search with prolog for hotel key card system
Wed, 25 Aug 2010 16:59:51 +0200 moving preprocessing to values in prolog generation
bulwahn [Wed, 25 Aug 2010 16:59:51 +0200] rev 38732
moving preprocessing to values in prolog generation
Wed, 25 Aug 2010 16:59:50 +0200 invocation of values for prolog execution does not require invocation of code_pred anymore
bulwahn [Wed, 25 Aug 2010 16:59:50 +0200] rev 38731
invocation of values for prolog execution does not require invocation of code_pred anymore
Wed, 25 Aug 2010 16:59:49 +0200 adding hotel keycard example for prolog generation
bulwahn [Wed, 25 Aug 2010 16:59:49 +0200] rev 38730
adding hotel keycard example for prolog generation
Wed, 25 Aug 2010 16:59:48 +0200 improving output of set comprehensions; adding style_check flags
bulwahn [Wed, 25 Aug 2010 16:59:48 +0200] rev 38729
improving output of set comprehensions; adding style_check flags
Wed, 25 Aug 2010 16:59:48 +0200 improving ensure_groundness in prolog generation; added further example
bulwahn [Wed, 25 Aug 2010 16:59:48 +0200] rev 38728
improving ensure_groundness in prolog generation; added further example
Wed, 25 Aug 2010 16:59:46 +0200 adding very basic transformation to ensure groundness before negations
bulwahn [Wed, 25 Aug 2010 16:59:46 +0200] rev 38727
adding very basic transformation to ensure groundness before negations
Thu, 26 Aug 2010 11:31:21 +0200 Markup_Tree.select: uniform treatment of root_range wrt. singularities, yielding empty result stream;
wenzelm [Thu, 26 Aug 2010 11:31:21 +0200] rev 38726
Markup_Tree.select: uniform treatment of root_range wrt. singularities, yielding empty result stream;
Thu, 26 Aug 2010 11:29:43 +0200 tuned signature;
wenzelm [Thu, 26 Aug 2010 11:29:43 +0200] rev 38725
tuned signature;
Wed, 25 Aug 2010 22:57:40 +0200 Pretty: tuned markup objects;
wenzelm [Wed, 25 Aug 2010 22:57:40 +0200] rev 38724
Pretty: tuned markup objects;
Wed, 25 Aug 2010 22:45:24 +0200 tuned;
wenzelm [Wed, 25 Aug 2010 22:45:24 +0200] rev 38723
tuned;
Wed, 25 Aug 2010 22:37:53 +0200 organized markup properties via apply/unapply patterns;
wenzelm [Wed, 25 Aug 2010 22:37:53 +0200] rev 38722
organized markup properties via apply/unapply patterns;
Wed, 25 Aug 2010 21:31:22 +0200 added some proof state markup, notably number of subgoals (e.g. for indentation);
wenzelm [Wed, 25 Aug 2010 21:31:22 +0200] rev 38721
added some proof state markup, notably number of subgoals (e.g. for indentation); tuned;
Wed, 25 Aug 2010 20:43:03 +0200 ML_Context.eval: produce antiquotation environment preferably in invisible context, to avoid displaced report messages from ML_Compiler;
wenzelm [Wed, 25 Aug 2010 20:43:03 +0200] rev 38720
ML_Context.eval: produce antiquotation environment preferably in invisible context, to avoid displaced report messages from ML_Compiler;
Wed, 25 Aug 2010 18:46:22 +0200 merged
wenzelm [Wed, 25 Aug 2010 18:46:22 +0200] rev 38719
merged
Wed, 25 Aug 2010 20:04:49 +0800 tuned code
Christian Urban <urbanc@in.tum.de> [Wed, 25 Aug 2010 20:04:49 +0800] rev 38718
tuned code
Wed, 25 Aug 2010 18:26:58 +0800 quotient package: deal correctly with frees in lifted theorems
Christian Urban <urbanc@in.tum.de> [Wed, 25 Aug 2010 18:26:58 +0800] rev 38717
quotient package: deal correctly with frees in lifted theorems
Wed, 25 Aug 2010 18:38:49 +0200 approximation_oracle: actually match true/false in ML, not arbitrary values;
wenzelm [Wed, 25 Aug 2010 18:38:49 +0200] rev 38716
approximation_oracle: actually match true/false in ML, not arbitrary values;
Wed, 25 Aug 2010 18:36:22 +0200 renamed Simplifier.simproc(_i) to Simplifier.simproc_global(_i) to emphasize that this is not the real thing;
wenzelm [Wed, 25 Aug 2010 18:36:22 +0200] rev 38715
renamed Simplifier.simproc(_i) to Simplifier.simproc_global(_i) to emphasize that this is not the real thing;
Wed, 25 Aug 2010 18:19:04 +0200 more precise Command.State accumulation;
wenzelm [Wed, 25 Aug 2010 18:19:04 +0200] rev 38714
more precise Command.State accumulation;
Wed, 25 Aug 2010 17:45:35 +0200 eliminated some old camel case stuff;
wenzelm [Wed, 25 Aug 2010 17:45:35 +0200] rev 38713
eliminated some old camel case stuff;
Wed, 25 Aug 2010 17:34:10 +0200 some attempts to recover Isabelle/ML style from the depths of time;
wenzelm [Wed, 25 Aug 2010 17:34:10 +0200] rev 38712
some attempts to recover Isabelle/ML style from the depths of time;
Wed, 25 Aug 2010 16:13:55 +0200 keep persistent production tables as immutable vectors -- potential performance improvement on modern hardware;
wenzelm [Wed, 25 Aug 2010 16:13:55 +0200] rev 38711
keep persistent production tables as immutable vectors -- potential performance improvement on modern hardware;
Wed, 25 Aug 2010 15:41:14 +0200 select tangible text ranges here -- more robust against ongoing changes of the markup query model
wenzelm [Wed, 25 Aug 2010 15:41:14 +0200] rev 38710
select tangible text ranges here -- more robust against ongoing changes of the markup query model
Wed, 25 Aug 2010 15:12:49 +0200 structure Thm: less pervasive names;
wenzelm [Wed, 25 Aug 2010 15:12:49 +0200] rev 38709
structure Thm: less pervasive names;
Wed, 25 Aug 2010 14:18:09 +0200 discontinued obsolete 'global' and 'local' commands;
wenzelm [Wed, 25 Aug 2010 14:18:09 +0200] rev 38708
discontinued obsolete 'global' and 'local' commands;
Wed, 25 Aug 2010 11:30:45 +0200 merged
wenzelm [Wed, 25 Aug 2010 11:30:45 +0200] rev 38707
merged
Wed, 25 Aug 2010 11:10:08 +0200 merged
hoelzl [Wed, 25 Aug 2010 11:10:08 +0200] rev 38706
merged
Tue, 24 Aug 2010 14:41:37 +0200 moved generic lemmas in Probability to HOL
hoelzl [Tue, 24 Aug 2010 14:41:37 +0200] rev 38705
moved generic lemmas in Probability to HOL
Wed, 25 Aug 2010 11:13:58 +0200 merged
wenzelm [Wed, 25 Aug 2010 11:13:58 +0200] rev 38704
merged
Wed, 25 Aug 2010 09:44:54 +0200 traling newline on standard output
haftmann [Wed, 25 Aug 2010 09:44:54 +0200] rev 38703
traling newline on standard output
Wed, 25 Aug 2010 11:17:33 +0900 Quotient Package / lemma for regularization of bex1_rel for equivalence relations
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 25 Aug 2010 11:17:33 +0900] rev 38702
Quotient Package / lemma for regularization of bex1_rel for equivalence relations
Tue, 24 Aug 2010 20:09:30 +0200 merged
blanchet [Tue, 24 Aug 2010 20:09:30 +0200] rev 38701
merged
Tue, 24 Aug 2010 19:55:34 +0200 make Mirabelle happy
blanchet [Tue, 24 Aug 2010 19:55:34 +0200] rev 38700
make Mirabelle happy
Tue, 24 Aug 2010 19:19:28 +0200 compute names lazily;
blanchet [Tue, 24 Aug 2010 19:19:28 +0200] rev 38699
compute names lazily; there's no point to compute the names of 10000 facts when only 500 are used
Tue, 24 Aug 2010 18:03:43 +0200 clean handling of whether a fact is chained or not;
blanchet [Tue, 24 Aug 2010 18:03:43 +0200] rev 38698
clean handling of whether a fact is chained or not; more elegant and reliable than encoding it in the name
Tue, 24 Aug 2010 16:43:52 +0200 don't backtick facts that contain schematic variables, since this doesn't work (for some reason)
blanchet [Tue, 24 Aug 2010 16:43:52 +0200] rev 38697
don't backtick facts that contain schematic variables, since this doesn't work (for some reason)
Tue, 24 Aug 2010 16:24:11 +0200 quote facts whose names collide with a keyword or command name (cf. "subclass" in "Jinja/J/TypeSafe.thy")
blanchet [Tue, 24 Aug 2010 16:24:11 +0200] rev 38696
quote facts whose names collide with a keyword or command name (cf. "subclass" in "Jinja/J/TypeSafe.thy")
Tue, 24 Aug 2010 15:29:13 +0200 revert this idea of automatically invoking "metisFT" when "metis" fails;
blanchet [Tue, 24 Aug 2010 15:29:13 +0200] rev 38695
revert this idea of automatically invoking "metisFT" when "metis" fails; there are very few good reasons why "metisFT" should succeed when "metis" fails, and "metisFT" tends to "diverge" more often than "metis -- furthermore the exception handling code wasn't working properly
Tue, 24 Aug 2010 22:38:45 +0800 use matching of types than just equality - this is needed in nominal to cope with type variables
Christian Urban <urbanc@in.tum.de> [Tue, 24 Aug 2010 22:38:45 +0800] rev 38694
use matching of types than just equality - this is needed in nominal to cope with type variables
Tue, 24 Aug 2010 15:08:05 +0200 merge
blanchet [Tue, 24 Aug 2010 15:08:05 +0200] rev 38693
merge
Tue, 24 Aug 2010 15:07:54 +0200 cosmetics
blanchet [Tue, 24 Aug 2010 15:07:54 +0200] rev 38692
cosmetics
Tue, 24 Aug 2010 15:06:47 +0200 use a soft time limit for E
blanchet [Tue, 24 Aug 2010 15:06:47 +0200] rev 38691
use a soft time limit for E with a hard limit, "eproof"/"eproof.pl" doesn't show the proof is there's less than 1 second left, yielding "the ATP output is malformed"
Tue, 24 Aug 2010 14:36:29 +0200 make remote ATP versions more robust, by starting with "preferred" version numbers and falling back on any version
blanchet [Tue, 24 Aug 2010 14:36:29 +0200] rev 38690
make remote ATP versions more robust, by starting with "preferred" version numbers and falling back on any version
Mon, 23 Aug 2010 23:32:11 +0200 cosmetics
blanchet [Mon, 23 Aug 2010 23:32:11 +0200] rev 38689
cosmetics
Mon, 23 Aug 2010 23:24:24 +0200 optimize fact filter some more
blanchet [Mon, 23 Aug 2010 23:24:24 +0200] rev 38688
optimize fact filter some more
Mon, 23 Aug 2010 23:00:57 +0200 cache previous iteration's weights, and keep track of what's dirty and what's clean;
blanchet [Mon, 23 Aug 2010 23:00:57 +0200] rev 38687
cache previous iteration's weights, and keep track of what's dirty and what's clean; this speeds up the relevance filter significantly
Mon, 23 Aug 2010 21:55:52 +0200 modified relevance filter
blanchet [Mon, 23 Aug 2010 21:55:52 +0200] rev 38686
modified relevance filter
Mon, 23 Aug 2010 21:11:30 +0200 adjust fudge factors in the light of experiments
blanchet [Mon, 23 Aug 2010 21:11:30 +0200] rev 38685
adjust fudge factors in the light of experiments
Mon, 23 Aug 2010 18:53:11 +0200 invert semantics of "relevance_convergence", to make it more intuitive
blanchet [Mon, 23 Aug 2010 18:53:11 +0200] rev 38684
invert semantics of "relevance_convergence", to make it more intuitive
Mon, 23 Aug 2010 18:39:12 +0200 if no facts were selected on first iteration, try again with a lower threshold
blanchet [Mon, 23 Aug 2010 18:39:12 +0200] rev 38683
if no facts were selected on first iteration, try again with a lower threshold
Mon, 23 Aug 2010 18:25:49 +0200 weed out junk in relevance filter
blanchet [Mon, 23 Aug 2010 18:25:49 +0200] rev 38682
weed out junk in relevance filter
Mon, 23 Aug 2010 18:04:31 +0200 no need for "eq" facts -- good old "=" is good enough for us
blanchet [Mon, 23 Aug 2010 18:04:31 +0200] rev 38681
no need for "eq" facts -- good old "=" is good enough for us
Mon, 23 Aug 2010 17:53:49 +0200 revert unintended change
blanchet [Mon, 23 Aug 2010 17:53:49 +0200] rev 38680
revert unintended change
Mon, 23 Aug 2010 17:49:18 +0200 destroy elim rules before checking for finite exhaustive facts
blanchet [Mon, 23 Aug 2010 17:49:18 +0200] rev 38679
destroy elim rules before checking for finite exhaustive facts
Mon, 23 Aug 2010 16:12:41 +0200 prevent double inclusion of the fact "True_or_False" in TPTP problems
blanchet [Mon, 23 Aug 2010 16:12:41 +0200] rev 38678
prevent double inclusion of the fact "True_or_False" in TPTP problems
Tue, 24 Aug 2010 10:07:14 +0200 merged
haftmann [Tue, 24 Aug 2010 10:07:14 +0200] rev 38677
merged
Tue, 24 Aug 2010 09:06:17 +0200 tuned
haftmann [Tue, 24 Aug 2010 09:06:17 +0200] rev 38676
tuned
Mon, 23 Aug 2010 11:57:32 +0200 merged
haftmann [Mon, 23 Aug 2010 11:57:32 +0200] rev 38675
merged
Mon, 23 Aug 2010 11:57:22 +0200 dropped pre_post_conv
haftmann [Mon, 23 Aug 2010 11:57:22 +0200] rev 38674
dropped pre_post_conv
Mon, 23 Aug 2010 11:51:33 +0200 use conv alias
haftmann [Mon, 23 Aug 2010 11:51:33 +0200] rev 38673
use conv alias
Mon, 23 Aug 2010 11:51:32 +0200 preliminary versions of static_eval_conv(_simple)
haftmann [Mon, 23 Aug 2010 11:51:32 +0200] rev 38672
preliminary versions of static_eval_conv(_simple)
Mon, 23 Aug 2010 11:51:32 +0200 use Code_Thingol.static_eval_conv_simple
haftmann [Mon, 23 Aug 2010 11:51:32 +0200] rev 38671
use Code_Thingol.static_eval_conv_simple
(0) -30000 -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 +30000 tip