Skip to content

Conversation

@rwe
Copy link
Contributor

@rwe rwe commented Sep 25, 2015

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.

LPSolve doesn't support strict inequality, and it's extremely surprising
to make a constraint like `lp.addConstraint({'x': 1}, '>', 0)` and have
it behave silently off-by-one. It's a 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant