pub fn from_aig_bytes<I: Instantiable>( buf: &[u8], and: I, inv: I, ) -> Result<Rc<Netlist<I>>, AigError>
Compile an AIG to a Safety Net netlist from bytes