We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86965b commit 3589982Copy full SHA for 3589982
osfbook.c
@@ -4048,6 +4048,7 @@ fill_move_alternatives( int side_to_move,
4048
4049
if ( child_feasible && (score == 0) &&
4050
!(node[index].flags & WLD_SOLVED) &&
4051
+ (book_hash_table[slot] != EMPTY_HASH_SLOT) &&
4052
(node[book_hash_table[slot]].flags & WLD_SOLVED) ) {
4053
/* Check if this is a book draw that should be avoided, i.e., one
4054
where the current position is not solved but the child position
0 commit comments