solver
v0.0.2
Published
tools for processing collected data
Downloads
7
Readme
solver.js
tools for processing collected data.
Usage
The documentation is still being worked on, but test coverage should be near 100%. So if you would like to see how all the different components of solver.js work, please see the tests.
installing
npm i solver
using
// the package name on npm is
// 'solver', so you should be able
// to import it after installation
// like so:
var solver = require ( 'solver' );
// ... do stuff with solver ...
Licensing
Licensed under GPLv2.