]> git.sesse.net Git - stockfish/commitdiff
Better document fail-high condition
authorMarco Costalba <mcostalba@gmail.com>
Sat, 17 Nov 2012 11:44:19 +0000 (12:44 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 17 Nov 2012 11:50:10 +0000 (12:50 +0100)
At this point we have already verified (value > alpha)
and this implies, in case of a non-PV node, where search
window size is zero, that value >= beta.

This is not so self-evident, so document the code with
an assert condition.

No functional change.


No differences found