Assigning upper and lower bounds to variables does not work #1457
Answered
by
johanlofberg
BQKS
asked this question in
Problems using YALMIP
-
Hello, teacher, when use Yalmap+gurobi 12.0+matlab, find that when assigning upper and lower bounds to variables, it not work because the mps format file displays the variables are free, so why, whether the gurobi 12 and yalmap are not compatible? |
Beta Was this translation helpful? Give feedback.
Answered by
johanlofberg
Dec 20, 2024
Replies: 1 comment
-
YALMIP places all constraints in the list of general constraints, and gurobi will then extract trivial bounds from there |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johanlofberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
YALMIP places all constraints in the list of general constraints, and gurobi will then extract trivial bounds from there