Rahul Kowshik

  • Gurobi-versary
  • Collaborator
  • First Question
  • Total activity 46
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 20
  • Subscriptions 4

Posts

Recent activity by Rahul Kowshik Recent activity Votes
  • Summing of constraints or summing over multiple indices

    Awaiting user input

    Hey all, I used this code to produce binary constraint.   for j in inland_terminal:        for t in time:            m.addConstr((flow_bin.sum(i,j,k,t)<= 1)) i,j,k,t are from a list. I want create...

  • Restricting multiple flows in network

    Answered

    Hej hej, I have a empty container repositioning optimization problem. Its basically a supply and demand problem with time and storage constraints. I am able to model it such that the demand is fulf...