Cudd_ReadIndex

Function Cudd_ReadIndex 

Source
pub unsafe fn Cudd_ReadIndex(dd: *mut DdManager, index: c_int) -> c_int
Expand description

Returns the current position in the order of variable index. This macro is obsolete and is kept for compatibility. New applications should use Cudd_ReadPerm instead.

ยงSafety

Follows the same invariants as Cudd_ReadPerm.