Implement WB exclude feature
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 19 Apr 2012 19:18:28 +0000 (21:18 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 19 Apr 2012 20:52:26 +0000 (22:52 +0200)
commitf72070254816c26ab9e52862e6191b2a59029e4d
tree45bab215c378516e8578e5396bbafbf55e759c8b
parent31a0e8b25fb5a579176c4d460dd417253fe8dd35
Implement WB exclude feature

UCI2WB collects moves sent by the engne in analysis mode from the currmove,
currmovenumber info commands. After the full set for the current position
has been completed, UCI2Wb becomes sensitive for WB include and exclude
commands, to switch the moves in the list on or off. If not all moves
are on, the 'go infinite' will be accompanied by 'searchmoves'. If all
moves are off, the current search is allowed to continue.
UCI2WB.c