binary-decision-diagram

v3.1.0
A library to create, minimize and optimize binary decision diagrams
binary decision diagram bdd bdds binary-decision-diagrams binary-decision-tree robdd mtbdd truth-table truth table and 1 more...

lint

tslint --project .

lint:fix

tslint --project . --fix

transpile

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

transpile:es

tsc -p ./ --outDir ./dist/esm && echo '{ "type": "module", "sideEffects": false }' > dist/esm/src/package.json && echo '# transpile esm (modules) sucess!'

build

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

test

npm run build && mocha ./dist/cjs/test/unit/index.test.js --timeout 40000 --bail

Metadata

  • ISC
  • >=16
  • pubkey
  • released 11/23/2023

Downloads

Maintainers