Suppress printing duplicat PVs (for multi-PV)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 3 Jan 2017 15:27:50 +0000 (16:27 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 4 Jan 2017 18:49:29 +0000 (19:49 +0100)
commit6d807eb75637aaa20c09959ad626ed160823b3db
tree67366a70ab70b29cafb5d3c2925bf9418a827a20
parent734efe5910e2696b2fe52370758d888998377142
Suppress printing duplicat PVs (for multi-PV)

UCI resends all PVs if one new PV arrives,possibly with different depths.
ow any PV of a depth less than the best depth seen from the current search
so far will be ignored. Duplicats of the same depth and score will also
be ignored.
UCI2WB.c