Vasuki Rao
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Vasuki Rao-
Vasuki Rao created a post,
Infeasibility of model due to new constraints
AnsweredWhen I add certain constraints, my model shows infeasibility. Initial Model import gurobipy as gpfrom gurobipy import GRB# Input dataplants = ['Plant1', 'Plant2', 'Plant3']warehouses = ['Warehouse1...
-
Vasuki Rao created a post,
Facility Location Optimization with capacity constraints- Customers -1000 & Potential facilities 1000 - not reaching solutions
AnsweredHi, The code for facility location optimization with capacity constraints takes distancematrix and demand as input from csv files and computes the best location, however works only for small set of...