tools for processing collected data.
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.
npm i solver
// 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 ...Licensed under GPLv2.