Options
All
  • Public
  • Public/Protected
  • All
Menu

Quine–McCluskey

Quine–McCluskey

Minimize boolean functions

Build Status Coverage Status Latest Version

See also

Building

The project is written in TypeScript.

$ npm run build

Output goes into the dist/ directory.

Testing

Tests are run with AVA. Code coverage is tested with nyc.

$ npm test

Documentation

Docs are generated with TypeDoc.

$ npm run docs

Output goes into the docs/ directory.

License

MIT

Generated using TypeDoc