Giordano Giambartolomei
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Giordano Giambartolomei-
Giordano Giambartolomei created a post,
The best bound solution for logged best bounds in MIQCP problem
I am using a callback to print the variables of the best bound solution. As I am interested in showing reliably that in my maximisation problem (which runs too long to wait for Gurobi to reach opti...
-
Giordano Giambartolomei commented,
Thank you for your reply, if I understand correctly, since I set two list of variables for the model,s = [m.addVar(lb = 0.0, ub = 1.0, name = "s" + str(i)) for i in range(n)]b = [m.addVar(lb = 0.0,...
-
Giordano Giambartolomei created a post,
Callback to print bestbound solution raises errors or does not print
AnsweredI am trying to print the bestbound solution (that is the coordinates of the point at which the bestbound is achieved at termination) together with the optimal solution in a nonconvex MIP maximisati...