Giordano Giambartolomei
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Giordano Giambartolomeiさんの最近のアクティビティ-
Giordano Giambartolomeiさんが投稿を作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Callback to print bestbound solution raises errors or does not print
回答済みI 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...