Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kluski

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

kluski

Quine-McCluskey tools

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

kluski

Quine-McCluskey tools

Installation

To use it you have to have node installed. Then you can do

npm install -g kluski

or

yarn global add kluski

Running

kluski

Function value

Functions have strict naming convention:

  • Every bit is labeled starting from the left side with next alphabet letters.
  • If you want to negate one bit, then simply add ! character before the bit.
  • To join expressions you can use + operator.

Warn: The number of bits in a function is estimated with the highest letter. Basically the letter's index + 1 in alphabet is the number of bits

Example

!a!b + !abc + a!bde + cde + !bcd + !bce + !a!ce + !abd!e

Truth table value

Truth tables have to be integers separated with commas.

Example

0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 19, 21, 22, 23, 31

FAQs

Package last updated on 20 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc