Ask for help on how to express complex expression #524
deerball
started this conversation in
General, ojAlgo and related code
Replies: 1 comment 2 replies
-
Not directly. You have to expand/simplify the expression, and adjust the upper limit for the constant part. All you can do is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assume that there are 2 variables x, y.
I'd like to know how to use org.ojalgo.optimisation.Expression to express [(2 * x + 2 * 3) - 5] + [(3 * y + 3 * 4) - 10] < 100.
Or, is there any other way to express the expression above?
Beta Was this translation helpful? Give feedback.
All reactions