Function to_aiger_binary

Source
pub fn to_aiger_binary(f: impl Write, output: &Node) -> Result<(), String>
Expand description

Translates the output node (and the circuit it references) to binary AIGER format and writes it to the given writer.