Skip to content

Commit aaac6ef

Browse files
committed
2 parents b4bb996 + b437b60 commit aaac6ef

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Location Allocation using Mixed Integer Programming (MIP)
22

3-
# Summary
3+
## Summary
44
**Situation**: Develop a Mixed Integer Programming (MIP) optimization model for an oil spill problem to help strategic decision-making.
55

66
**Task**: How many and where to build oil spill response stations in Canadian Arctic? Will additional response stations improve coverage?
@@ -12,13 +12,16 @@
1212
![P-III abstract](https://github.com/tanmoyie/Location-allocation-using-MIP/assets/19787712/2e6b3437-881d-437c-90a7-df399719f715)
1313

1414

15-
# Comments
15+
## Comments
1616
1. main.py file can be carefully run to obtain related outputs
1717
2. requirement.txt file contains all Python packages needed for this project
1818
3. The main optimization engine is written in model_PAMIP.py file
1919
4. Source code of Figure 1, 2 & 3 can be found in data_visualization.py file
20-
5. data_generation.py file is currently empty. This file is for next version of the model!
21-
6. Some custom functions are written in custom_functions.py to avoid duplicates in the main.py file
20+
5. Some custom functions are written in custom_functions.py to avoid duplicates in the main.py file
2221

23-
# Reference
22+
## Reference
2423
Tanmoy Das, Floris Goerlandt, Ronald Pelot (2023). A Mixed Integer Programming Approach to Improve Oil Spill Response Resource Allocation in the Canadian Arctic. Multimodal Transportation, 3(1). https://doi.org/10.1016/j.multra.2023.100110
24+
25+
![Fig7b](https://github.com/user-attachments/assets/8a8f4d90-de1b-4abb-aa88-58387b4136a6)
26+
27+
Fig. An optimized facility location and resource allocation

0 commit comments

Comments
 (0)