Skip to main content

write_aig

Function write_aig 

Source
pub fn write_aig<'a>(
    aig: &Aig<U>,
    output: impl Write + 'a,
) -> Result<(), AigError>
Expand description

Write an AIG to an ASCII file