pub fn recalculate_incremental_values(board: &mut Board)
Expand description

Recalculates incremental counters on the board. This function should be called only once during board initialization, as it’s too slow in regular search.