Natalie Pueyo
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
投稿
Natalie Pueyoによる最近のアクティビティ-
Affect binary value only when continuous variable is negative
回答済みHello, Is it possible to create a constraint where a continuous variable can only affect a binary variable's value if the continuous variable is negative? I want to replace a hard-coded value and m...
-
How to change constraints to make model feasible/bounded
回答済みHello, I'm trying to add a couple of constraints to my model, but they result in an unfeasible/unbounded model. The idea is to have constraints that limits robot arms set in a matrix to their respe...
-
MIP model gets stuck at very specific variable bound values
回答済みHello, I have a makespan minimization MIP model which is getting stuck with no solution at very specific set values for upper variable bounds and big-M values. I'm not sure if it's numerical issues...
-
Unable to get results for existing MIP model
回答済みHi, I'm trying to use Gurobi to solve an existing MIP model (found in page 403 of https://link.springer.com/content/pdf/10.1007/s10846-015-0211-5.pdf): \[\max \sum_{k=1}^{K} \sum_{i=1}^{N} x^{k}_{i...