Can't get the result in an acceptable time with the feasible model #1194
Replies: 1 comment 1 reply
-
You have 100 sos2 constraints. Any reason to believe that it should be possible to solve the MISCOP-model efficiently? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
dear, community!
I have a question about too much time that yalmip spends to solves my optimization problem. First, I think the obj and constraints are right, and I make sure that the model is feasible by using gurobi_iis function. But when I use optimize() function to solve the problem, It takes more than 20 minutes and still doesn't have a optimal result. So I want to know the problem in my code that cause this situation.(The picture below shows the problem)
the detail message in the process:
-Presolved model has 21 quadratic constraint(s)
-Root relaxation presolved model has 21 second-order cone constraints
I think that the problem maybe relate to above message, but I don't know how to solve it.
whole message:
Beta Was this translation helpful? Give feedback.
All reactions