Parsers

AIGER format

Header: lorina/aiger.hpp

class aiger_reader

A reader visitor for the binary AIGER format.

Callbacks for the AIGER format.

Subclassed by lorina::ascii_aiger_pretty_printer

BENCH format

Header: lorina/bench.hpp

class bench_reader

A reader visitor for the BENCH format.

Callbacks for the BENCH format.

Subclassed by lorina::bench_pretty_printer

BLIF format

Header: lorina/blif.hpp

class blif_reader

A reader visitor for the BLIF format.

Callbacks for the BLIF (Berkeley Logic Interchange Format) format.

Subclassed by lorina::blif_pretty_printer

BRISTOL format

Header: lorina/bristol.hpp

class bristol_reader

DIMACS format

Header: lorina/dimacs.hpp

class dimacs_reader

A reader visitor for the DIMACS format.

Callbacks for reading the DIMACS format.

GENLIB format

Header: lorina/genlib.hpp

class genlib_reader

A reader visitor for a GENLIB format.

Callbacks for the GENLIB format.

PLA format

Header: lorina/pla.hpp

class pla_reader

A reader visitor for the PLA format.

Callbacks for reading the PLA format.

Subclassed by lorina::pla_pretty_printer

SUPER format

Header: lorina/super.hpp

class super_reader

A reader visitor for a super format.

Callbacks for the super format.

VERILOG format

Header: lorina/verilog.hpp

class verilog_reader

A reader visitor for a simplistic VERILOG format.

Callbacks for the VERILOG format.

Subclassed by lorina::verilog_pretty_printer