Incorporating implied bounds on variables in a model’s objective function
Awaiting user inputIs it possible to involve the bounds implied by a set of constraints on decision variables in the objective function? The variables are assumed to be unrestricted in the first place and only limited by linear inequality constraints.
0
-
As long as you do not turn off presolve (Presolve=0), Gurobi will automatically use linear equality constraints to compute implied bounds on variables. Thus, in your case you should not have to worry about variable bounds.
Or do you observe any suspicious behavior?
0 -
The solver's behavior is fine. I just need to identify the variable with the tightest bounds within the constraints.
0
Please sign in to leave a comment.
Comments
2 comments