blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42737
reduced penalty associated with existential quantifiers
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42736
ensure that Auto Sledgehammer is run with full type information
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
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42734
don't give weights to built-in symbols
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42733
more robust exception handling in Metis (also works if there are several subgoals)
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42732
no penality for constants that appear in chained facts
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
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
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42729
tune whitespace
blanchet [Thu, 12 May 2011 15:29:19 +0200] rev 42728
added configuration options for experimental features
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)
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
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
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42724
added "max_mono_instances" option to Sledgehammer and renamed old "monomorphize_limit" option
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42723
allow each slice to have its own type system
blanchet [Thu, 12 May 2011 15:29:18 +0200] rev 42722
renamed type systems for more consistency
wenzelm [Thu, 12 May 2011 16:46:49 +0200] rev 42721
updated versions;
wenzelm [Thu, 12 May 2011 16:46:21 +0200] rev 42720
added toplevel isabelle package -- reduce warnings with scala-2.9.0.final;
wenzelm [Thu, 12 May 2011 16:42:57 +0200] rev 42719
tuned;
wenzelm [Thu, 12 May 2011 16:28:46 +0200] rev 42718
minor adaption for scala-2.9.0.final;
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;
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;
haftmann [Thu, 12 May 2011 11:03:48 +0200] rev 42715
more uniform naming of lemma
noschinl [Mon, 09 May 2011 16:11:20 +0200] rev 42714
add a lemma about commutative append to List.thy