-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector-matrix expression issue when computing #502
Comments
I cant' reproduce the issue with ibexsolve. I run it 10 times and obtain each time |
I tested with 2.8.9 and current dev (2.8.9.1) using soplex and I get:
Or
Or
|
I've made a fix on ibexsolve. Can you try again? For ibexopt, I remember now that inhc4 is already automatically turned off when it can't be applied. When I run your problem with a goal, I just have the warning: |
I conform that ibexsolve works normally now. |
Ok let me know. |
I use this model:
And I stil get this error latest dev branch:
|
When using vector or matrices in the modelling, ibex does not make relevant computations.
Modeling a linear system like the following one:
gives errors in the results and different results depending on the run. I get a few several solutions or 1 solution or infeasible problem! I formulate the same problem without vector expression and it works well.
Using ibexopt adding an objective function, we get an error message about mul_VV contractor not yet implemented. Maybe the same kind of message should be thrown for ibexsolve:
The text was updated successfully, but these errors were encountered: