Aron Zingler
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
コメント
Aron Zinglerによる最近のアクティビティ-
I am still a bit unsure that I understand exatly what you are doing.If I understand correctly, you give Gurobi a partial start (for example by using a MST file). You increase the StartNodeLimit par...
-
Thank you Jaromił,> By a "convex-quadratic" variable, we mean a variable that participates only in linear and convex-quadratic constraints.I did not define it properly, but you seem to have gotten ...
-
When you mention that the solution generated by warm starting has a large optimality gap, are you referring to the intermediate output from Gurobi while it is running, or is this based on a test ca...
-
A cutting-plane approach can be quite beneficial in certain scenarios. This method involves iteratively formulating Mixed-Integer Linear Programs (MILPs) and solving them using tools like Gurobi. W...
-
I think you will have to specifiy which kind of optimization problem your are solving with Gurobi.LP,QP, MILP, QCQP or nonconvex MINLP. Also, you will have to specify if you are interested in worst...
-
Hi Jaromił, thanks for your suggestion. Indeed, this is very similar to the workaround currently employed. As you pointed out, you could always check for more special cases. Personally, I would arg...