Skip to main content

from_aig_bytes

Function from_aig_bytes 

Source
pub fn from_aig_bytes<I: Instantiable>(
    buf: &[u8],
    and: I,
    inv: I,
) -> Result<Rc<Netlist<I>>, AigError>
Expand description

Compile an AIG to a Safety Net netlist from bytes