Crate gipsyh_aiger

source ·
Expand description

AIGER (And-Inverter graph) file format parser

Structs

  • The data contained in the header of an AIGER file.
  • A literal value from an AIGER file, encoding both a variable index and “sign bit” which determines if the variable is negated/inverted.
  • A wrapper around a type implementing io::Read which reads an AIGER header and AIGER records.
  • An iterator over the records of an AIGER file.

Enums

  • A record from an AIGER file.
  • An error which occurs while parsing an AIGER file.
  • The type specifier for a symbol table entry.