Ticket #199: gunnar_9_1.11.diff

File gunnar_9_1.11.diff, 744 bytes (added by gunnar, 23 months ago)

Disable ineffective and sometimes harmful owl pattern D1139.

  • patterns/owl_defendpats.db

    diff --git a/patterns/owl_defendpats.db b/patterns/owl_defendpats.db
    index 3a3e7c8..c77b176 100644
    a b AOCd 
    49554957; && oplay_attack_either(*,d,B,A) 
    49564958 
    49574959 
    4958 Pattern D1139 
    4959 # tm New Pattern (3.1.20) (see nngs:110) 
    4960 # gf Added n classification. (3.3.20) 
    4961  
    4962 ?* 
    4963 XO 
    4964 OX 
    4965  
    4966 :8,bEn,value(75) 
    4967  
    4968 ?* 
    4969 aO 
    4970 Ob 
    4971  
    4972 ; (owl_escape_value(*) > 0) && !oplay_defend_both(*,a,b) 
     4960# Pattern D1139 
     4961# # tm New Pattern (3.1.20) (see nngs:110) 
     4962# # gf Added n classification. (3.3.20) 
     4963# # gf Too general and ineffective. Removed. (3.9.1) 
     4964#  
     4965# ?* 
     4966# XO 
     4967# OX 
     4968#  
     4969# :8,bEn,value(75) 
     4970#  
     4971# ?* 
     4972# aO 
     4973# Ob 
     4974#  
     4975# ; (owl_escape_value(*) > 0) && !oplay_defend_both(*,a,b) 
    49734976 
    49744977 
    49754978Pattern D1140