Ticket #107: gunnar_7_13.5b.diff

File gunnar_7_13.5b.diff, 1.5 KB (added by gunnar, 23 months ago)

Revised patch.

  • patterns/owl_vital_apats.db

    diff --git a/patterns/owl_vital_apats.db b/patterns/owl_vital_apats.db
    index 029a1c8..13583ca 100644
    a b A* 
    194194;&& (owl_eye_size(*) <= 8 || !oplay_attack(*,*)) 
    195195 
    196196 
     197Pattern VA9b 
     198# gf New pattern. (3.9.1) 
     199# See strategy5:290, upper right corner. Needed when the stone to be 
     200# ataried is not amalgamated with the goal dragon, otherwise VA9 applies. 
     201 
     202OX 
     203X*           atari inside eyespace 
     204 
     205:-,s,value(45) 
     206 
     207OX 
     208A* 
     209 
     210;!owl_goal_dragon(A) && lib(A)==2 && olib(*)>1 && owl_big_eyespace(*) 
     211;&& (owl_eye_size(*) <= 8 || !oplay_attack(*,*)) 
     212 
     213 
    197214Pattern VA10 
    198215 
    199216X*           atari inside eyespace with ko 
  • patterns/patterns.db

    diff --git a/patterns/patterns.db b/patterns/patterns.db
    index ac3258d..2528474 100644
    a b OO*. 
    81868186 
    81878187 
    81888188Pattern CB229 
     8189# gf Added constraint and relaxed requirement on living O stones. (3.9.1) 
     8190# FIXME: Consider merging with CB291 
    81898191 
    81908192xXO             extend after hane 
    81918193XO. 
    81928194.*. 
    81938195... 
    81948196 
    8195 :8,OXed,reverse_followup(5) 
     8197:8,Xed,reverse_followup(5) 
     8198 
     8199xXb 
     8200Xac 
     8201.*. 
     8202... 
     8203 
     8204;(alive(a) || alive(b)) && oplay_attack(*,c,c) 
    81968205 
    81978206 
    81988207Pattern CB230 
    Pattern CB290 
    87328741 
    87338742Pattern CB291 
    87348743# gf Shape value removed. (3.1.9) 
     8744# gf Relaxed requirement on living O stones. (3.9.1) 
     8745# FIXME: Consider merging with CB229 
    87358746 
    87368747.OX??          extend 
    87378748..OX? 
    87388749..*.? 
    87398750?..?? 
    87408751 
    8741 :8,OXed 
     8752:8,Xed 
    87428753 
    8743 .OX?? 
    8744 .aOX? 
     8754.cX?? 
     8755.abX? 
    87458756..*.? 
    87468757?..?? 
    87478758 
    8748 ; oplay_attack(*,a,a) 
     8759;(alive(b) || alive(c)) && oplay_attack(*,a,a) 
    87498760 
    87508761 
    87518762Pattern CB292