pub type AigNodeRef = Rc<RefCell<AigNode>>;
A wrapper for AIG nodes to allow multiple references to it.
pub struct AigNodeRef { /* private fields */ }