Minimize boolean functions
- Documentation for this project
- Source code for this project on GitHub
- "Quine–McCluskey algorithm" on Wikipedia
- "Petrick's method" on Wikipedia
The project is written in TypeScript.
$ npm run build
Output goes into the dist/
directory.
Tests are run with AVA. Code coverage is tested with nyc.
$ npm test
Docs are generated with TypeDoc.
$ npm run docs
Output goes into the docs/
directory.