Equity, Shelters and Natural Disaster

Where do you go if a natural disaster impacts your home? What if it is a huge disaster that affects your whole city? City dwellers expect city municipality, federal government crisis management agencies, and humanitarian organizations to provide services to all disaster-affected persons without considering race, gender, class, and sexual orientation. This is only achievable if we explicitly consider the equality of service in the decision-making process.


The picture below shows the map of one of the most populated districts of Istanbul. Istanbul is a disaster-prone city where experts expect a major earthquake in the next ten years. In the figure, green squares represent the potential location of shelters, and the red dots present the center of neighborhoods. Due to budgetary restrictions, humanitarian organizations can only open and maintain a few shelters in each district.

Potential Shelter locations and population concentration points in Kartal district, Istanbul

In a study, we design an intelligent algorithm that takes shelter location decisions considering all operational and budgetary restrictions while reducing the inequality of physical distance to shelters among all affected people. We observe that humanitarian organizations can make inequality-aware decisions and simultaneously increase their operations’ efficiency and reduce costs. For more detail, refer to our published paper. Also, the python implementation of our optimization algorithm is available at GitHub for free.

Online Printing Production Scheduling

It might be the case that you order to print a custom-made happy birthday cart for someone before, or at least think about it and check a few websites that offer this kind of services. Now days online shopping is the main selling channel for almost every industry. You might be supersized to find out the even Domins order their special pizza boxes to printing companies online.

Online printing orders has very tight deadlines and and very low margin profits for the printing companies. Thus, efficient use of equipment and material is crucial for printing companies. This is where Operations Research can help.

In collaborative with an online printing company, we designed a fast, flexible and reliable optimization algorithm. Our algorithm decide on the printing plate layout, number of copies necessary from each plate and the printing date of the plate. A simple implementation of the algorithm in Python can be found in the following GitHub repository (github.com/mahdims/2D-Bin-packing).