https://github.com/abdul-aa/facility-location-optimization
https://github.com/abdul-aa/facility-location-optimization
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdul-aa/facility-location-optimization
- Owner: Abdul-AA
- Created: 2023-10-27T13:00:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T13:02:16.000Z (over 1 year ago)
- Last Synced: 2025-01-21T00:14:59.912Z (5 months ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facility-Location-Optimization
Determining optimal warehouse locations for a new set of supermarkets in Laval, Quebec. This project aims to balance the fixed costs of establishing new warehouses against the variable costs of delivery from these warehouses to the supermarkets.
## Project Context
A large supermarket chain in Quebec is expanding with new supermarkets in Laval. While the supermarket locations are set, the warehouse locations need to be identified among several potential sites.
## Problem Statement
- **Advantage**: Having multiple warehouses reduces the average delivery distance, leading to decreased delivery costs.
- **Challenge**: Each warehouse comes with a fixed operational cost.The primary objective is to determine the ideal number of warehouses and their locations to achieve an optimal tradeoff between delivery costs and warehouse operational costs.
## Requirements
- Gurobi
- Python