Incorrect answer #1878
Unanswered
chenYanbin0218
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This is because your problem is mixed-integer quadratic programming, and HiGHS can't solve such problems - At one point, HiGHS used to ignore the Hessian matrix and just solve the mixed-integer linear programming (MIP) problem, but I'm struggling to find a version in which that happens! Now, all that happens is that HiGHS gives the message
What version of HiGHS is used by Since the HiGHS solution that you quote corresponds to ignoring the Hessian, could it be that |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I solve the following simple questions using HiGHS through pyoptinterface, the output is different from the answer using Gurobi
Using HiGHS
Output of HiGHS
Using Gurobi
Output of Gurobi
Beta Was this translation helpful? Give feedback.
All reactions