Function to_aiger

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

Translates the Circuit to (text) AIGER format and writes it to the given writer.