Changes between Version 4 and Version 5 of gunnar:27

Show
Ignore:
Timestamp:
04/07/06 00:57:34 (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gunnar:27

    v4 v5  
    44 
    55This problem might be too difficult for the owl code to solve since it would require much extra complexity to sometimes count topologically false eyes as real ones. It should be feasible to read it correctly with an invincibility reader, however, which should preclude the owl analysis. 
     6 
     7More simple example : On a 9x9 board the # group is alive with 2 topological false eyes, which connect twice the whole dragon. 
     8{{{ 
     9 . # # # # # # # . 
     10 # O O O O O O O # 
     11 # O . . . . . O # 
     12 # O . . . . . O # 
     13 # O . . O . . O # 
     14 # O . . . . . O # 
     15 # O . . . . . O # 
     16 # O O O O O O O # 
     17 # # # # # # # # # 
     18}}} 
     19 
     20The # alive dragons are 2 worms connected twice by 2 eyes. 
     21{{{ 
     22|. . . . .              . . . . . . .  
     23|O O O . .              . O O O O . . 
     24|# # O O .              . O # # O O .  
     25|# . # O .              O # # . # O .  
     26|. # # O .              O # . # # O .  
     27+----------             . O # # O O . 
     28                        . O O O O . . 
     29}}}