pylpsolve icon indicating copy to clipboard operation
pylpsolve copied to clipboard

Disallow input of strict-inequality operators.

Open rwe opened this issue 9 years ago • 0 comments

LPSolve doesn't support strict inequality, and it's extremely surprising to successfully add a constraint like lp.addConstraint({'x': 1}, '>', 0) and have it behave silently off-by-one. I believe it's a design defect in LPSolve that it supports that input format in its native format, and that defect shouldn't be introduced in a more modern interface.

rwe avatar Sep 25 '15 23:09 rwe