Thu, 12 May 2011 15:29:19 +0200 Metis doesn't find an old proof in acceptable time now that higher-order equality reasoning is supported -- tuned proof script to help it
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42749
Metis doesn't find an old proof in acceptable time now that higher-order equality reasoning is supported -- tuned proof script to help it
Thu, 12 May 2011 15:29:19 +0200 drop support for Vampire's native output format -- it has too many undocumented oddities, e.g. "BDD definition:" lines
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42748
drop support for Vampire's native output format -- it has too many undocumented oddities, e.g. "BDD definition:" lines
Thu, 12 May 2011 15:29:19 +0200 use the same code for extensionalization in Metis and Sledgehammer and generalize that code so that it gracefully handles negations (e.g. negated conjecture), formulas of the form (%x. t) = u, etc.
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42747
use the same code for extensionalization in Metis and Sledgehammer and generalize that code so that it gracefully handles negations (e.g. negated conjecture), formulas of the form (%x. t) = u, etc.
Thu, 12 May 2011 15:29:19 +0200 further lower penalty associated with existentials in Sledgehammer's relevance filter, so that "exhaust" facts are picked up
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42746
further lower penalty associated with existentials in Sledgehammer's relevance filter, so that "exhaust" facts are picked up
Thu, 12 May 2011 15:29:19 +0200 reenabled equality proxy in Metis for higher-order reasoning
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42745
reenabled equality proxy in Metis for higher-order reasoning
Thu, 12 May 2011 15:29:19 +0200 added "SMT." qualifier for constant to make it possible to reload "smt_monomorph.ML" from outside the "SMT" theory (for experiments) -- this is also consistent with the other SMT constants mentioned in this source file
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42744
added "SMT." qualifier for constant to make it possible to reload "smt_monomorph.ML" from outside the "SMT" theory (for experiments) -- this is also consistent with the other SMT constants mentioned in this source file
Thu, 12 May 2011 15:29:19 +0200 reflect option renaming in doc + do not document the type systems poly_preds? and poly_tags?, since they are virtually identical to the non-? versions
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42743
reflect option renaming in doc + do not document the type systems poly_preds? and poly_tags?, since they are virtually identical to the non-? versions
Thu, 12 May 2011 15:29:19 +0200 unfold set constants in Sledgehammer/ATP as well if Metis does it too
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42742
unfold set constants in Sledgehammer/ATP as well if Metis does it too
Thu, 12 May 2011 15:29:19 +0200 do not pollute relevance filter facts with too many facts about the boring set constants Collect and mem_def, which we might anyway unfold depending on Meson's settings
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42741
do not pollute relevance filter facts with too many facts about the boring set constants Collect and mem_def, which we might anyway unfold depending on Meson's settings
Thu, 12 May 2011 15:29:19 +0200 renamed "max_mono_instances" to "max_new_mono_instances" and changed its semantics accordingly
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42740
renamed "max_mono_instances" to "max_new_mono_instances" and changed its semantics accordingly
Thu, 12 May 2011 15:29:19 +0200 added unfold set constant functionality to Meson/Metis -- disabled by default for now
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42739
added unfold set constant functionality to Meson/Metis -- disabled by default for now
Thu, 12 May 2011 15:29:19 +0200 remove unused parameter
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42738
remove unused parameter
Thu, 12 May 2011 15:29:19 +0200 reduced penalty associated with existential quantifiers
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42737
reduced penalty associated with existential quantifiers
Thu, 12 May 2011 15:29:19 +0200 ensure that Auto Sledgehammer is run with full type information
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42736
ensure that Auto Sledgehammer is run with full type information
Thu, 12 May 2011 15:29:19 +0200 fine-tuned the relevance filter, so that equations of the form "c = (%x. _)" and constants occurring in chained facts are not unduely penalized
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42735
fine-tuned the relevance filter, so that equations of the form "c = (%x. _)" and constants occurring in chained facts are not unduely penalized
Thu, 12 May 2011 15:29:19 +0200 don't give weights to built-in symbols
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42734
don't give weights to built-in symbols
Thu, 12 May 2011 15:29:19 +0200 more robust exception handling in Metis (also works if there are several subgoals)
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42733
more robust exception handling in Metis (also works if there are several subgoals)
Thu, 12 May 2011 15:29:19 +0200 no penality for constants that appear in chained facts
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42732
no penality for constants that appear in chained facts
Thu, 12 May 2011 15:29:19 +0200 gracefully declare fTrue and fFalse proxies' types if the constants only appear in the helpers
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42731
gracefully declare fTrue and fFalse proxies' types if the constants only appear in the helpers
Thu, 12 May 2011 15:29:19 +0200 improve detection of quantifications over dangerous types by leveraging "is_type_surely_finite" predicate and added "prop" to the list of surely finite types
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42730
improve detection of quantifications over dangerous types by leveraging "is_type_surely_finite" predicate and added "prop" to the list of surely finite types
Thu, 12 May 2011 15:29:19 +0200 tune whitespace
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42729
tune whitespace
Thu, 12 May 2011 15:29:19 +0200 added configuration options for experimental features
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42728
added configuration options for experimental features
Thu, 12 May 2011 15:29:19 +0200 ensure type class predicates are generated in symbol declarations (for "poly_preds" and similar)
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42727
ensure type class predicates are generated in symbol declarations (for "poly_preds" and similar)
Thu, 12 May 2011 15:29:18 +0200 avoid "Empty" exception by making sure that a certain optimization only is attempted when it makes sense
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42726
avoid "Empty" exception by making sure that a certain optimization only is attempted when it makes sense
Thu, 12 May 2011 15:29:18 +0200 added "force_sos" options to control SPASS's and Vampire's use of SOS in experiments + added corresponding Mirabelle options
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42725
added "force_sos" options to control SPASS's and Vampire's use of SOS in experiments + added corresponding Mirabelle options
Thu, 12 May 2011 15:29:18 +0200 added "max_mono_instances" option to Sledgehammer and renamed old "monomorphize_limit" option
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42724
added "max_mono_instances" option to Sledgehammer and renamed old "monomorphize_limit" option
Thu, 12 May 2011 15:29:18 +0200 allow each slice to have its own type system
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42723
allow each slice to have its own type system
Thu, 12 May 2011 15:29:18 +0200 renamed type systems for more consistency
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42722
renamed type systems for more consistency
Thu, 12 May 2011 16:46:49 +0200 updated versions;
wenzelm [Thu, 12 May 2011 16:46:49 +0200] rev 42721
updated versions;
Thu, 12 May 2011 16:46:21 +0200 added toplevel isabelle package -- reduce warnings with scala-2.9.0.final;
wenzelm [Thu, 12 May 2011 16:46:21 +0200] rev 42720
added toplevel isabelle package -- reduce warnings with scala-2.9.0.final;
Thu, 12 May 2011 16:42:57 +0200 tuned;
wenzelm [Thu, 12 May 2011 16:42:57 +0200] rev 42719
tuned;
Thu, 12 May 2011 16:28:46 +0200 minor adaption for scala-2.9.0.final;
wenzelm [Thu, 12 May 2011 16:28:46 +0200] rev 42718
minor adaption for scala-2.9.0.final;
Thu, 12 May 2011 16:23:13 +0200 proper configuration options Proof_Context.debug and Proof_Context.verbose;
wenzelm [Thu, 12 May 2011 16:23:13 +0200] rev 42717
proper configuration options Proof_Context.debug and Proof_Context.verbose; discontinued alias Proof.verbose = Proof_Context.verbose;
Thu, 12 May 2011 16:00:48 +0200 pretend that all versions of BSD are Linux, which might actually work due to binary compatibilty mode of these obsolete platforms;
wenzelm [Thu, 12 May 2011 16:00:48 +0200] rev 42716
pretend that all versions of BSD are Linux, which might actually work due to binary compatibilty mode of these obsolete platforms;
Thu, 12 May 2011 11:03:48 +0200 more uniform naming of lemma
haftmann [Thu, 12 May 2011 11:03:48 +0200] rev 42715
more uniform naming of lemma
Mon, 09 May 2011 16:11:20 +0200 add a lemma about commutative append to List.thy
noschinl [Mon, 09 May 2011 16:11:20 +0200] rev 42714
add a lemma about commutative append to List.thy
Mon, 09 May 2011 12:26:25 +0200 removed assumption from lemma List.take_add
noschinl [Mon, 09 May 2011 12:26:25 +0200] rev 42713
removed assumption from lemma List.take_add
Fri, 06 May 2011 20:25:41 +0200 no need for underscore.sty -- latex.ltx provides \textunderscore and \_ already;
wenzelm [Fri, 06 May 2011 20:25:41 +0200] rev 42712
no need for underscore.sty -- latex.ltx provides \textunderscore and \_ already;
Fri, 06 May 2011 17:52:08 +0200 removed \underscoreon which is from Larry's iman.sty, not underscore.sty;
wenzelm [Fri, 06 May 2011 17:52:08 +0200] rev 42711
removed \underscoreon which is from Larry's iman.sty, not underscore.sty;
Fri, 06 May 2011 13:35:00 +0200 further improved type system setup based on Judgment Days
blanchet [Fri, 06 May 2011 13:35:00 +0200] rev 42710
further improved type system setup based on Judgment Days
Fri, 06 May 2011 13:34:59 +0200 allow each prover to specify its own formula kind for symbols occurring in the conjecture
blanchet [Fri, 06 May 2011 13:34:59 +0200] rev 42709
allow each prover to specify its own formula kind for symbols occurring in the conjecture
Fri, 06 May 2011 13:34:59 +0200 better type system setup, based on Judgment Day
blanchet [Fri, 06 May 2011 13:34:59 +0200] rev 42708
better type system setup, based on Judgment Day
Fri, 06 May 2011 11:57:21 +0200 improving merge of code specifications by removing code equations of constructors after merging two theories
bulwahn [Fri, 06 May 2011 11:57:21 +0200] rev 42707
improving merge of code specifications by removing code equations of constructors after merging two theories
Thu, 05 May 2011 23:54:06 +0200 tuned;
wenzelm [Thu, 05 May 2011 23:54:06 +0200] rev 42706
tuned;
Thu, 05 May 2011 23:23:02 +0200 tuned some syntax names;
wenzelm [Thu, 05 May 2011 23:23:02 +0200] rev 42705
tuned some syntax names;
Thu, 05 May 2011 23:15:11 +0200 tuned rail diagrams and layout;
wenzelm [Thu, 05 May 2011 23:15:11 +0200] rev 42704
tuned rail diagrams and layout;
Thu, 05 May 2011 15:01:32 +0200 merged;
wenzelm [Thu, 05 May 2011 15:01:32 +0200] rev 42703
merged;
Thu, 05 May 2011 14:18:58 +0200 tuning
blanchet [Thu, 05 May 2011 14:18:58 +0200] rev 42702
tuning
Thu, 05 May 2011 14:04:40 +0200 reintroduce unsoundnesses taken out in 4d29b4785f43 and 3c2baf9b3c61 but only for unsound type systems
blanchet [Thu, 05 May 2011 14:04:40 +0200] rev 42701
reintroduce unsoundnesses taken out in 4d29b4785f43 and 3c2baf9b3c61 but only for unsound type systems
Thu, 05 May 2011 12:40:48 +0200 added FIXME
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42700
added FIXME
Thu, 05 May 2011 12:40:48 +0200 no lies in debug output (e.g. "slice 2 of 1")
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42699
no lies in debug output (e.g. "slice 2 of 1")
Thu, 05 May 2011 12:40:48 +0200 help SOS by ensuring that typing information is marked as part of the conjecture + be more precise w.r.t. typedefs in monotonicity check
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42698
help SOS by ensuring that typing information is marked as part of the conjecture + be more precise w.r.t. typedefs in monotonicity check
Thu, 05 May 2011 12:40:48 +0200 query typedefs as well for monotonicity
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42697
query typedefs as well for monotonicity
Thu, 05 May 2011 10:47:33 +0200 adding examples for invoking quickcheck with records
bulwahn [Thu, 05 May 2011 10:47:33 +0200] rev 42696
adding examples for invoking quickcheck with records
Thu, 05 May 2011 10:47:31 +0200 adding creation of exhaustive generators for records; simplifying dependencies in Main theory
bulwahn [Thu, 05 May 2011 10:47:31 +0200] rev 42695
adding creation of exhaustive generators for records; simplifying dependencies in Main theory
Thu, 05 May 2011 10:24:12 +0200 hopefully this will help the SML/NJ type inference
blanchet [Thu, 05 May 2011 10:24:12 +0200] rev 42694
hopefully this will help the SML/NJ type inference
Thu, 05 May 2011 10:16:14 +0200 reverted 6efda6167e5d because unsound -- Vampire found a counterexample
blanchet [Thu, 05 May 2011 10:16:14 +0200] rev 42693
reverted 6efda6167e5d because unsound -- Vampire found a counterexample
Thu, 05 May 2011 09:43:39 +0200 improve suggested type system list based on evaluation
blanchet [Thu, 05 May 2011 09:43:39 +0200] rev 42692
improve suggested type system list based on evaluation
Thu, 05 May 2011 08:03:28 +0200 I have an intuition that it's sound to omit the first type arg of an hAPP -- and this reduces the size of monomorphized problems quite a bit
blanchet [Thu, 05 May 2011 08:03:28 +0200] rev 42691
I have an intuition that it's sound to omit the first type arg of an hAPP -- and this reduces the size of monomorphized problems quite a bit
Thu, 05 May 2011 02:27:02 +0200 removed unsound hAPP optimization
blanchet [Thu, 05 May 2011 02:27:02 +0200] rev 42690
removed unsound hAPP optimization
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip