"Why does my solver become unresponsive in MATLAB when using the 'optimize' function, but works when I remove some of the constraints?" #1426
Unanswered
Tuzihao654
asked this question in
General discussion
Replies: 2 comments 3 replies
-
My guess is that YALMIP is stalling converting a large amount of quadratic constraints or something like that. If so, you will have to define using low-level conic operator instead. Only way to find out is to put a break in callgurobi and step through |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks, I have one more question. Is there any way to change the upper and lower bounds of a binary variable(binvar)? |
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
-
I need to use gurobi to solve an optimization problem with hundreds of thousands of constraints. However, after using the optimize function, matlab has no response, and the command line window does not output any content. Is there a problem when yalmip is converted into gurobi model ?
Beta Was this translation helpful? Give feedback.
All reactions