Cudd_Not

Function Cudd_Not 

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

Complements a DD node by flipping the complement attribute of the pointer (the least significant bit).

ยงSafety

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