Anggita Ketlin Bella Pratiwi

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

Posts

Recent activity by Anggita Ketlin Bella Pratiwi Recent activity Votes
  • How do I model if and only if statements in Gurobi

    Answered

    hii, I'm having trouble modeling if and only if statements. I modeled it like the code below for i in range(I):     for j in range(J):         m.addConstr((h[j] + eps - M * ( 1 - b) <= g[i]), "bigM...