Sun, 22 Aug 2010 08:26:09 +0200 more work on finite axiom detection
blanchet [Sun, 22 Aug 2010 08:26:09 +0200] rev 38629
more work on finite axiom detection
Sun, 22 Aug 2010 08:12:00 +0200 revert junk submitted by mistake
blanchet [Sun, 22 Aug 2010 08:12:00 +0200] rev 38628
revert junk submitted by mistake
Fri, 20 Aug 2010 17:52:26 +0200 make sure minimizer facts go through "transform_elim_theorems"
blanchet [Fri, 20 Aug 2010 17:52:26 +0200] rev 38627
make sure minimizer facts go through "transform_elim_theorems"
Sun, 22 Aug 2010 14:01:25 +0800 use a smaller simpset in order to not solve refl-instances
Christian Urban <urbanc@in.tum.de> [Sun, 22 Aug 2010 14:01:25 +0800] rev 38626
use a smaller simpset in order to not solve refl-instances
Sun, 22 Aug 2010 12:58:03 +0800 allow for pre-simplification of lifted theorems
Christian Urban <urbanc@in.tum.de> [Sun, 22 Aug 2010 12:58:03 +0800] rev 38625
allow for pre-simplification of lifted theorems
Sun, 22 Aug 2010 10:45:53 +0800 changed to a more convenient argument order
Christian Urban <urbanc@in.tum.de> [Sun, 22 Aug 2010 10:45:53 +0800] rev 38624
changed to a more convenient argument order
Fri, 20 Aug 2010 20:29:50 +0200 merged
haftmann [Fri, 20 Aug 2010 20:29:50 +0200] rev 38623
merged
Fri, 20 Aug 2010 17:48:30 +0200 split and enriched theory SetsAndFunctions
haftmann [Fri, 20 Aug 2010 17:48:30 +0200] rev 38622
split and enriched theory SetsAndFunctions
Fri, 20 Aug 2010 17:46:56 +0200 more concise characterization of of_nat operation and class semiring_char_0
haftmann [Fri, 20 Aug 2010 17:46:56 +0200] rev 38621
more concise characterization of of_nat operation and class semiring_char_0
Fri, 20 Aug 2010 17:46:55 +0200 inj_comp and inj_fun
haftmann [Fri, 20 Aug 2010 17:46:55 +0200] rev 38620
inj_comp and inj_fun
Fri, 20 Aug 2010 08:52:01 +0200 tuned: less formal noise in Named_Target, more coherence in Class
haftmann [Fri, 20 Aug 2010 08:52:01 +0200] rev 38619
tuned: less formal noise in Named_Target, more coherence in Class
Fri, 20 Aug 2010 17:04:15 +0200 remove trivial facts
blanchet [Fri, 20 Aug 2010 17:04:15 +0200] rev 38618
remove trivial facts
Fri, 20 Aug 2010 16:44:48 +0200 unbreak "only" option of Sledgehammer
blanchet [Fri, 20 Aug 2010 16:44:48 +0200] rev 38617
unbreak "only" option of Sledgehammer
Fri, 20 Aug 2010 16:28:53 +0200 merged
blanchet [Fri, 20 Aug 2010 16:28:53 +0200] rev 38616
merged
Fri, 20 Aug 2010 16:22:51 +0200 improve "x = A | x = B | x = C"-style axiom detection
blanchet [Fri, 20 Aug 2010 16:22:51 +0200] rev 38615
improve "x = A | x = B | x = C"-style axiom detection
Fri, 20 Aug 2010 15:56:00 +0200 temporarily disable "fequal" handling in Metis;
blanchet [Fri, 20 Aug 2010 15:56:00 +0200] rev 38614
temporarily disable "fequal" handling in Metis; one proof fails in "HOL-Auth" because of the new rules
Fri, 20 Aug 2010 15:16:27 +0200 use "hypothesis" rather than "conjecture" for hypotheses in TPTP format;
blanchet [Fri, 20 Aug 2010 15:16:27 +0200] rev 38613
use "hypothesis" rather than "conjecture" for hypotheses in TPTP format; avoids relying on inconsistently implemented feature of TPTP format
Fri, 20 Aug 2010 14:18:55 +0200 merged
blanchet [Fri, 20 Aug 2010 14:18:55 +0200] rev 38612
merged
Fri, 20 Aug 2010 14:15:29 +0200 improve "x = A | x = B | x = C"-style fact discovery
blanchet [Fri, 20 Aug 2010 14:15:29 +0200] rev 38611
improve "x = A | x = B | x = C"-style fact discovery
Fri, 20 Aug 2010 14:09:02 +0200 transform elim theorems before filtering "bool" and "prop" variables out;
blanchet [Fri, 20 Aug 2010 14:09:02 +0200] rev 38610
transform elim theorems before filtering "bool" and "prop" variables out; another consequence of the transition to FOF
Fri, 20 Aug 2010 13:39:47 +0200 more fiddling with Sledgehammer's "add:" option
blanchet [Fri, 20 Aug 2010 13:39:47 +0200] rev 38609
more fiddling with Sledgehammer's "add:" option
Fri, 20 Aug 2010 10:58:01 +0200 beta eta contract the Sledgehammer conjecture (and also the axioms, although this might not be needed), just like Metis does (implicitly);
blanchet [Fri, 20 Aug 2010 10:58:01 +0200] rev 38608
beta eta contract the Sledgehammer conjecture (and also the axioms, although this might not be needed), just like Metis does (implicitly); another consequence of the transition to FOF
Thu, 19 Aug 2010 19:34:11 +0200 generalize the "too general equality" code to handle facts like "x ~= A ==> x = B"
blanchet [Thu, 19 Aug 2010 19:34:11 +0200] rev 38607
generalize the "too general equality" code to handle facts like "x ~= A ==> x = B"
Thu, 19 Aug 2010 18:16:47 +0200 encode "fequal" reasoning rules in Metis problem, just as is done for Sledgehammer -- otherwise any proof that relies on "fequal" found by Sledgehammer can't be reconstructed
blanchet [Thu, 19 Aug 2010 18:16:47 +0200] rev 38606
encode "fequal" reasoning rules in Metis problem, just as is done for Sledgehammer -- otherwise any proof that relies on "fequal" found by Sledgehammer can't be reconstructed
Thu, 19 Aug 2010 14:39:31 +0200 fix atomize
blanchet [Thu, 19 Aug 2010 14:39:31 +0200] rev 38605
fix atomize
Thu, 19 Aug 2010 14:01:54 +0200 improve atomization
blanchet [Thu, 19 Aug 2010 14:01:54 +0200] rev 38604
improve atomization
Thu, 19 Aug 2010 13:04:37 +0200 fix SInE's error handling + run "vampire" locally if either SPASS or E is missing
blanchet [Thu, 19 Aug 2010 13:04:37 +0200] rev 38603
fix SInE's error handling + run "vampire" locally if either SPASS or E is missing
Thu, 19 Aug 2010 12:04:07 +0200 added entries
blanchet [Thu, 19 Aug 2010 12:04:07 +0200] rev 38602
added entries
Thu, 19 Aug 2010 12:03:47 +0200 update docs
blanchet [Thu, 19 Aug 2010 12:03:47 +0200] rev 38601
update docs
Thu, 19 Aug 2010 11:30:48 +0200 tuning
blanchet [Thu, 19 Aug 2010 11:30:48 +0200] rev 38600
tuning
Thu, 19 Aug 2010 11:30:32 +0200 parse SNARK proofs
blanchet [Thu, 19 Aug 2010 11:30:32 +0200] rev 38599
parse SNARK proofs
Thu, 19 Aug 2010 11:29:53 +0200 added remote SInE and remote SNARK
blanchet [Thu, 19 Aug 2010 11:29:53 +0200] rev 38598
added remote SInE and remote SNARK
Thu, 19 Aug 2010 11:02:59 +0200 no spurious trailing "\n" at the end of Sledgehammer's output
blanchet [Thu, 19 Aug 2010 11:02:59 +0200] rev 38597
no spurious trailing "\n" at the end of Sledgehammer's output
Wed, 18 Aug 2010 20:53:55 +0200 don't get confused by wrong slice
blanchet [Wed, 18 Aug 2010 20:53:55 +0200] rev 38596
don't get confused by wrong slice
Wed, 18 Aug 2010 20:17:03 +0200 make sure that "add:" doesn't influence the relevance filter too much
blanchet [Wed, 18 Aug 2010 20:17:03 +0200] rev 38595
make sure that "add:" doesn't influence the relevance filter too much
Wed, 18 Aug 2010 19:57:12 +0200 tuning of relevance filter
blanchet [Wed, 18 Aug 2010 19:57:12 +0200] rev 38594
tuning of relevance filter
Wed, 18 Aug 2010 18:01:54 +0200 minor cleanup
blanchet [Wed, 18 Aug 2010 18:01:54 +0200] rev 38593
minor cleanup
Wed, 18 Aug 2010 17:53:12 +0200 bound variables can be just as evil as schematic variables and lead to unsound proofs (e.g. "all_bool_eq")
blanchet [Wed, 18 Aug 2010 17:53:12 +0200] rev 38592
bound variables can be just as evil as schematic variables and lead to unsound proofs (e.g. "all_bool_eq")
Wed, 18 Aug 2010 17:23:17 +0200 update docs
blanchet [Wed, 18 Aug 2010 17:23:17 +0200] rev 38591
update docs
Wed, 18 Aug 2010 17:16:37 +0200 get rid of "minimize_timeout", now that there's an automatic adaptive timeout mechanism in "minimize"
blanchet [Wed, 18 Aug 2010 17:16:37 +0200] rev 38590
get rid of "minimize_timeout", now that there's an automatic adaptive timeout mechanism in "minimize"
Wed, 18 Aug 2010 17:09:05 +0200 added "max_relevant_per_iter" option to Sledgehammer
blanchet [Wed, 18 Aug 2010 17:09:05 +0200] rev 38589
added "max_relevant_per_iter" option to Sledgehammer
Wed, 18 Aug 2010 16:42:37 +0200 thank Andrei instead of Tanya
blanchet [Wed, 18 Aug 2010 16:42:37 +0200] rev 38588
thank Andrei instead of Tanya
Wed, 18 Aug 2010 16:39:05 +0200 fix the relevance filter so that it ignores If, Ex1, Ball, Bex
blanchet [Wed, 18 Aug 2010 16:39:05 +0200] rev 38587
fix the relevance filter so that it ignores If, Ex1, Ball, Bex
Wed, 18 Aug 2010 16:33:34 +0200 tuning
blanchet [Wed, 18 Aug 2010 16:33:34 +0200] rev 38586
tuning
Fri, 20 Aug 2010 15:29:36 +0200 reactivated -segprot options, just to make double-sure;
wenzelm [Fri, 20 Aug 2010 15:29:36 +0200] rev 38585
reactivated -segprot options, just to make double-sure;
Sun, 22 Aug 2010 22:28:24 +0200 tuned Markup_Tree.+ : slightly more expensive version to rebuild rest avoids crash of RedBlack.scala:120 (version Scala 2.8.0), e.g. on the following input:
wenzelm [Sun, 22 Aug 2010 22:28:24 +0200] rev 38584
tuned Markup_Tree.+ : slightly more expensive version to rebuild rest avoids crash of RedBlack.scala:120 (version Scala 2.8.0), e.g. on the following input: ML {* fun f x = (x + 1, "aaa") *}
Sun, 22 Aug 2010 22:09:14 +0200 tuned;
wenzelm [Sun, 22 Aug 2010 22:09:14 +0200] rev 38583
tuned;
Sun, 22 Aug 2010 20:25:15 +0200 tuned signature;
wenzelm [Sun, 22 Aug 2010 20:25:15 +0200] rev 38582
tuned signature;
Sun, 22 Aug 2010 20:11:17 +0200 simplified Command.status again, reverting most of e5eed57913d0 (note that more complex information can be represented with full markup reports);
wenzelm [Sun, 22 Aug 2010 20:11:17 +0200] rev 38581
simplified Command.status again, reverting most of e5eed57913d0 (note that more complex information can be represented with full markup reports);
Sun, 22 Aug 2010 19:55:41 +0200 proper range for hyperlinks and tooltips, using original markup information;
wenzelm [Sun, 22 Aug 2010 19:55:41 +0200] rev 38580
proper range for hyperlinks and tooltips, using original markup information;
Sun, 22 Aug 2010 19:53:20 +0200 tuned signature;
wenzelm [Sun, 22 Aug 2010 19:53:20 +0200] rev 38579
tuned signature;
Sun, 22 Aug 2010 19:33:01 +0200 misc tuning and simplification;
wenzelm [Sun, 22 Aug 2010 19:33:01 +0200] rev 38578
misc tuning and simplification;
Sun, 22 Aug 2010 18:46:16 +0200 renamed Markup_Tree.Node to Text.Info;
wenzelm [Sun, 22 Aug 2010 18:46:16 +0200] rev 38577
renamed Markup_Tree.Node to Text.Info; Markup_Tree.select: body may depend on full Text.Info, including range; tuned;
Sun, 22 Aug 2010 16:43:20 +0200 removed obsolete Markup_Tree.flatten/filter;
wenzelm [Sun, 22 Aug 2010 16:43:20 +0200] rev 38576
removed obsolete Markup_Tree.flatten/filter;
Sun, 22 Aug 2010 16:37:15 +0200 Isabelle_Hyperlinks: select relevant information directly from Markup_Tree, without intermediate RefInfo;
wenzelm [Sun, 22 Aug 2010 16:37:15 +0200] rev 38575
Isabelle_Hyperlinks: select relevant information directly from Markup_Tree, without intermediate RefInfo;
Sun, 22 Aug 2010 13:59:47 +0200 Document_View.text_area_extension: select relevant information directly from Markup_Tree, without intermediate TypeInfo;
wenzelm [Sun, 22 Aug 2010 13:59:47 +0200] rev 38574
Document_View.text_area_extension: select relevant information directly from Markup_Tree, without intermediate TypeInfo;
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip