Ronald van der Velden
Gurobi Staff- 合計アクティビティ 209
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 102
アクティビティの概要
Ronald van der Veldenさんの最近のアクティビティ-
Ronald van der Veldenさんがコメントを作成しました:
Hi Mike, One use case could be, when you have a MIP model but want to calculate dual values (see this question). Those are not available for a MIP model, but when you fix all integer variables, the...
-
Ronald van der Veldenさんがコメントを作成しました:
正式なコメント Hi Yongtao, You can find suggestions in our article How do I resolve the error "Model is infeasible or unbounded"? ; one possible reason might be that your model is not infeasible but unbounded. Ki...
-
Ronald van der Veldenさんがコメントを作成しました:
Hi Sudheer, Here's a few more thoughts. Unfortunately we cannot go much further with modeling assistance, but other users of this community forum might be happy to jump in. If the number of loads ...
-
Ronald van der Veldenさんがコメントを作成しました:
Dear Sudheer, Should this problem be approached as a vehicle routing problem (VRP) where the goal is to optimize the routes and truck assignments for deliveries, or should it be modeled as a logis...
-
Ronald van der Veldenさんがコメントを作成しました:
Hi Rui, Just to be sure - Unless you're using the solution pool functionality, Gurobi does not necessarily return all optimal solutions. In general, if you feel a solution should be returned (and c...
-
Ronald van der Veldenさんがコメントを作成しました:
Hi, My first guess would be that there is a problem with build_RMP. I believe you're constructing a completely new model in each iteration, which could be a bit slow and makes it a bit harder to co...
-
Ronald van der Veldenさんがコメントを作成しました:
Hi Keyu, Thanks for posting here! In your example, all copies of the model live in the same (default) Gurobi environment, which is not thread-safe. Each model should live in its own, dedicated Guro...
-
Ronald van der Veldenさんがコメントを作成しました:
Hi Julia, If the problem is a minimization problem and all you do between iterations is adding a column, this should not happen indeed, since the optimal solution from the previous iteration is sti...
-
Ronald van der Veldenさんがコメントを作成しました:
Hi Sompol, Actually I believe the problem is not in your own code, but in Pyomo. It looks like this version of Pyomo calls a Gurobi function that has been removed in version 12. However, I don't se...
-
Ronald van der Veldenさんがコメントを作成しました:
Hi Shesha, Then it comes down to debugging. Your next step would be to find the (i,j) and (k,l) pair that overlap and then request/print the corresponding variable values including the AUX variable...