Natalie Pueyo
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Posts
Recent activity by Natalie Pueyo-
Affect binary value only when continuous variable is negative
AnsweredHello, 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
AnsweredHello, 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
AnsweredHello, 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
AnsweredHi, 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...