void EnterFindingNot_bn ( node_bn*  node,   state_bn  state )

Like EnterFinding_bn, but indicates that the value of node is known to not be state.

state must be between 0 and n - 1 inclusive, where n is the node's number of states.

This function may be called repeatedly to indicate all the states that you know node isn't in. It also works in conjunction with EnterNodeLikelihood_bn to accumulate further observations.

If the net has auto-updating (see SetNetAutoUpdate_bn), then a belief updating will be done to reflect the new finding before this function returns (otherwise it will just be done when needed).

Version:

This function is available in all versions.

See also:

EnterFinding_bn    To enter the finding that a node is in a certain state
EnterNodeLikelihood_bn    The most general way to enter node findings
GetNodeLikelihood_bn    Retrieve negative findings that have been entered
RetractNodeFindings_bn    To remove the negative finding entered
GetNodeNumberStates_bn    state must be between 0 and one less than this, inclusive