Cudd_Complement

Function Cudd_Complement 

Source
pub unsafe fn Cudd_Complement(node: *mut DdNode) -> *mut DdNode
Expand description

Computes the complemented version of a node pointer (i.e. with a complement bit set, regardless of its previous value).

ยงSafety

This function should only be called on a valid DdNode pointer.