reading.c line 2556
 
add a assert here:
 
gg_assert(approxlib(potential_move, other, 1, libs2) == 1);
 
load the attached SGF and playwhite may break the assertion.
 
---------------------------
 
add a ko checking may avoid:
 
if (potential_move == NO_MOVE || is_ko(potential_move, other, NULL) /* ko checking */
 || !is_self_atari(potential_move, other))
      continue;
 
gg_assert(approxlib(potential_move, other, 1, libs2) == 1);
-----------------------
Zhong
 

Attachment: 2006
Description: Binary data

_______________________________________________
gnugo-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to