Aiger to BDD bridge.
Project description
py-aiger-bdd
Installation
$ pip install py-aiger-bdd
For developers, note that this project uses the poetry python package/dependency management tool. Please familarize yourself with it and then run:
$ poetry install
Usage
This tutorial assumes familiarity with py-aiger and py-aiger-bv.
import aigerbv from aiger_bdd import to_bdd, from_bdd, count x = aigerbv.atom(3, 'x', signed=False) expr = x < 5 # Could be an AIG or AIGBV or BoolExpr. bdd, manager, input2var = to_bdd(expr) # Convert circuit encoded by expr into a BDD. expr2 = from_bdd(bdd) # Creates an Aiger Expression from a BDD. assert count(expr, fraction=True) == 5/8 assert count(expr, fraction=False) == 5
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size py_aiger_bdd-0.2.5-py3-none-any.whl (4.3 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size py-aiger-bdd-0.2.5.tar.gz (4.0 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for py_aiger_bdd-0.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9420dba1e793fcc4b49d9154aa6599139c12352d2211bc5464a1e2c63467777 |
|
MD5 | 546a5c5aabdd7261aac7a8fbac9d4ba6 |
|
BLAKE2-256 | 70256d280b48f6edb2d926c18e05721b6f8e9316344aa9e1ac04dedd040b2545 |