Gaia Ebli

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Gaia Ebli
  • Gaia Ebli commented,

    Thank you for you answer. All ranges are fine, I checked them multiple times and they are consistent with the solution I found on this paper, which is the one I based my solution on. I also followe...

  • Gaia Ebli created a post,

    Why is my model infeasible?

    Answered

    Hi, can someone please help me to understand why my model is infeasible? These are the constraints: and this is my model: x = model1.addMVar((T,n+1,n+1), obj=1.0, vtype=gp.GRB.BINARY, name="x")y =...