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