UNPKG

javascript-lp-solver

Version:

Easy to use, JSON oriented Linear Programming and Mixed Int. Programming Solver

35 lines (34 loc) 713 B
{ "name": "jsLPSolver", "version": "0.4.0", "homepage": "https://github.com/JWally/jsLPSolver", "description": "Easy to use, JSON oriented Linear Programming and Mixed Int. Programming Solver", "main": "src/solver.js", "moduleType": [ "globals", "node" ], "keywords": [ "Linear", "Programming", "Integer", "Programming", "Solver", "Linear Programming", "Linear Optimization", "Simplex", "Mixed Integer Optimization", "Mixed Integer Programming" ], "authors": [ "Justin W. Wolcott" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }