thing
This commit is contained in:
@@ -276,7 +276,8 @@ impl FutureMoves {
|
||||
&& node.coords() == (i, j)
|
||||
})
|
||||
.map(|x| x.0)
|
||||
.inspect(|&root| self.update_root_idx(root))
|
||||
// do raw set so we can prune it on the next move (in `update`)
|
||||
.inspect(|&root| self.update_root_idx_raw(root))
|
||||
.is_some()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user