aig: And-inverter graphs in Haskell.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
This package provides a generic interfaces for working with And-Inverter graphs (AIGs) in Haskell. And-Inverter graphs are a useful format for representing combinatorial and sequential boolean circuits in a way that is amenable to simulation and analysis. These interfaces allow clients to write code that can create and use AIGs without depending on a particular AIG package.
Properties
Versions | 0.1.0.0, 0.2, 0.2.1, 0.2.3, 0.2.3, 0.2.4, 0.2.5, 0.2.6 |
---|---|
Change log | None available |
Dependencies | base (>=4 && <5), mtl, QuickCheck (>=2.7), vector [details] |
License | BSD-3-Clause |
Copyright | (c) 2014-2015 Galois Inc. |
Author | Galois Inc. |
Maintainer | jhendrix@galois.com |
Category | Data |
Source repo | head: git clone https://github.com/GaloisInc/aig.git |
Uploaded | by RobertDockins at 2015-07-30T23:03:18Z |
Modules
[Index]
Downloads
- aig-0.2.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees