JWally / jsLPSolver

Simple OOP javaScript library to solve linear programs, and mixed integer linear programs
The Unlicense
420 stars 69 forks source link

Non-negative constraint #131

Open cloudy-sfu opened 2 months ago

cloudy-sfu commented 2 months ago

Does this package use non-negative constraint for variables by default, which is a common behavior in LP solvers? I cannot find the information from README.md

Or, is there a better documentation? I find other users use "equals" in "constraints", which is not mentioned in the documentation.