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.