Ishank Gupta

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

Activity overview

Latest activity by Ishank Gupta
  • Ishank Gupta created a post,

    Gurobi model is stuck not even assigning variables

    Awaiting user input

    m = gp.Model('firestations_location')print('hi')m.setParam('TimeLimit', 5*60)X = m.addVars(N, vtype=GRB.BINARY, name='X')print(1)F = m.addVars(N,N, vtype=GRB.CONTINUOUS, name='F')y = m.addVars(N,N,...