Function to_aiger

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

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