New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kmap-solver

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmap-solver

A command line tool to solve and visualize Karnaugh Maps up to 4 variables

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

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

Keywords

karnaugh

FAQs

Package last updated on 16 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts