Skip to content

Post-Disaster Humanitarian Transhipment Model using Gurobipy

Notifications You must be signed in to change notification settings

Kartikaggarwal98/Transhipment-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Humanitarian Relief Transhipment Model

This is the implementation of Multi-Integer Programming of transhipment model for post-disaster humanitarian logistics using Gurobipy. This model chooses the optimal way to distribute commodities by reducing the cost of inventory costs of multiple commodities and also take into account the cost of human suffering.

Demonstration of the model has been shown with Covid-19 data taken from https://covid19medinventory.in/. Thesis synopsis can be found at Link

Jupyter Notebook

Python

Analysis on Covid-19

Stages

Stages of Transhipment models considering all factors one-at-time can be accessed as:

URL Info
Jupyter Notebook Single commodity with multiple supply-demand nodes
Jupyter Notebook Multi-commodity with multiple supply-demand nodes
Jupyter Notebook Multi-commodity with single vehicle for minimization of vehicle visits
Jupyter Notebook Multi-commodity with single vehicle + minimization of net transport costs by introducing individual supply-demand travel costs
Jupyter Notebook Multi-commodity + Transport costs + Human Suffering at demand nodes to minimize unserved people
Jupyter Notebook Multi-commodity + Transport costs + Human Suffering at demand nodes to minimize unserved people taking care of deprivation costs
Jupyter Notebook Multi-commodity + Multi-vehicle Transport costs + Human Suffering at demand nodes to minimize unserved people taking care of deprivation costs

Analysis

Demand vs Supply (dotted) as function of time for each commodity

d-s

No of served patients (all commodities) for each week

n-s

Impact of the deprivation cost by comparison of 2 models:

wo-d

wh-d

About

Post-Disaster Humanitarian Transhipment Model using Gurobipy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published