binary-decision-diagram

v1.2.0
A library to create, minimize and optimize binary decision diagrams
binary decision diagram bdd robdd truth table

lint

tslint --project .

lint:fix

tslint --project . --fix

transpile

tsc -p ./ && echo '# transpile es5 (require) sucess!'

transpile:es

tsc -p ./ --target ES5 --module ES6 --outDir ./dist/es && echo '# transpile es (modules) sucess!'

build

rimraf -r ./dist && npm run transpile && npm run transpile:es

test

mocha -r ts-node/register test/unit/index.test.ts --timeout 40000 --bail

Metadata

  • ISC
  • Whatever
  • pubkey
  • released 4/2/2020

Downloads

Maintainers