A program to solve disaster facility location problems using Gurobi.
- Accepts datasets in csv format, which contains data of deployment centers, medical supplies, patients, and relief shelters
- The data is processed using Gurobi solver to minimize distance of patients from disaster sites to relief shelters with a limited budget
- Install Gurobi
- Make sure datasets are in the same folder with
disasterFLP.ipynb
- Open
disasterFLP.ipynb
using jupyter notebook - Run with jupyter notebook
- The solution output will be shown in the console