pub unsafe fn Cudd_Regular(node: *mut DdNode) -> *mut DdNodeExpand description
Computes the regular version of a node pointer (i.e. without the complement bit set, regardless of its previous value).
ยงSafety
This function should only be called on a valid DdNode pointer.