0.3.0 • Published 9 years ago
quine-mccluskey v0.3.0
Quine–McCluskey
Minimize boolean functions
See also
- Documentation for this project
- Source code for this project on GitHub
- "Quine–McCluskey algorithm" on Wikipedia
- "Petrick's method" on Wikipedia
Building
The project is written in TypeScript.
$ npm run buildOutput goes into the dist/ directory.
Testing
Tests are run with AVA. Code coverage is tested with nyc.
$ npm testDocumentation
Docs are generated with TypeDoc.
$ npm run docsOutput goes into the docs/ directory.