Functionsยง
- from_aiger 
- Reads an AIGER file (in binary or text format) and returns the represented {Circuit}. Stores the order of the input gates.
- to_aiger 
- Translates the Circuitto (text) AIGER format and writes it to the given writer.
- to_aiger_ binary 
- Translates the Circuitto binary AIGER format and writes it to the given writer.