kmap-solver

0.0.4 • Public • Published

kmap-solver

kmap-solver is a command line tool to solve and visualize Karnaugh Maps up to 4 variables.

installation

npm i -g kmap-solver

usage

Usage: kmap-solver [options]

Options:
  -v, --variables <values>  variables that will be used (maximum 4 vars) e.g. -v w,x,y,z
  -m, --minterms <values>   decimal minterm positions e.g. -m 0,1,4,5,12
  -d, --dontcares <values>  (optional) dont care positions e.g. -d 0,2,3,6
  -h, --help                display help for command

Package Sidebar

Install

npm i kmap-solver

Weekly Downloads

0

Version

0.0.4

License

GPL-3.0

Unpacked Size

42.4 kB

Total Files

6

Last publish

Collaborators

  • obsfx