/// <summary> /// Increases the reference count of a node, if it is not saturated /// [ REFS: dd, DEREFS: 'none' ] /// </summary> public static void Ref(CUDDNode dd) { PlatformInvoke.Cudd_Ref(dd.Ptr); }