Crates.io | flussab-aiger |
lib.rs | flussab-aiger |
version | 0.1.1 |
source | src |
created_at | 2023-11-15 19:24:14.639538 |
updated_at | 2024-09-07 11:43:52.861289 |
description | AIGER file format (binary and ASCII) parser and writer |
homepage | |
repository | https://github.com/jix/flussab |
max_upload_size | |
id | 1036715 |
size | 106,766 |
Parsing and writing of the AIGER file format for combinational and
sequential boolean circuits represented as And-Inverter-Graphs (AIGs),
implemented using flussab
. The goal of this library is to provide
a very efficient streaming parser for the AIGER file format. In addition to a
streaming parser, which allows parsing the AIG directly into application
specific data structures, this library also provides simple data structures to
represent the full contents of an AIGER file together with utility functions
for reading writing that are implemented on top of the streaming API. Finally
since the binary AIGER file format places more restrictions on the numbering of
literals, this library provides functions fo renumbering AIGs to allow
conversion from ASCII AIGER to binary AIGER.
Note: This is currently a preview release. It's mostly feature complete, but it's lacking documentation and I might still restructure the API a bit while prepareing this for a first proper release.
This software is available under the Zero-Clause BSD license, see LICENSE for full licensing information.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this software by you shall be licensed as defined in LICENSE.