Function from_aiger

Source
pub fn from_aiger(f: impl Read) -> Result<Circuit, String>
Expand description

Reads an AIGER file (in binary or text format) and returns the represented {Circuit}. Stores the order of the input gates.

Does not support latches.