Madhushini Narayana Prasad
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Madhushini Narayana Prasadによる最近のアクティビティ-
Sending multiple small optimization problems at once to gurobipy to avoid communication overhead
回答済みIs there a quick and smart to construct several small optimization problems and send them all to Gurobi at once to avoid communication overhead?
-
Non-preemptive goal programming in Gurobipy
ユーザーの入力を待っています。Hi, I am having the following setup: First I run my optimization model to minimize only the slack penalties. Then, the slack penalties are included as upper bound to optimize the original objective...
-
List comprehension syntax in addGenConstrAnd type of constraints
回答済みHi, I need to model a constraint which is like --> y is true if x is true and z[i] are true for i in lst_i. What is the best way to model this constraint using gurobipy? I am using 'addGenConstrAnd...