Aadav Srimushnam Sundaranathan

  • 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 Aadav Srimushnam Sundaranathan
  • Aadav Srimushnam Sundaranathan commented,

    No. As I look to add constraints to variables in a table (with i rows and j columns), I am getting an error for the following syntax:  m.add_constr(Supply[i][j].value <= 400 for i in range(dem_r) f...

  • Aadav Srimushnam Sundaranathan created a post,

    Adding Constraints to variables in Excel sheet

    Answered

    I am attempting to load data from excel sheet for maximizing profits in supply planning. I have sheets for Demand, Supply, Price and Cost, where I am looking to add capacity constraint of 400 to my...