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.4-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.4.tar.gz (3.9 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Close
Hashes for py_aiger_bdd-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2eff80f662557ecae314fa34815017753d11916815734219e176c7d6abb59258 |
|
MD5 | 569b5f1198cae912c96887748ec23e11 |
|
BLAKE2-256 | 53fc55159fcbba4751a691a96b5972381c747bbe361b91d8a7c068c7ac2cb86f |