This project implements a solution to determine optimal locations for emergency service facilities using a minimax approach. The code calculates the best locations based on given subdivisions, ensuring minimal maximum distance to any subdivision.
- Calculates optimal locations for emergency service facilities.
- Visualizes subdivisions and optimal locations using Matplotlib.
- Provides clear output of optimal points and maximum distance.
To run this project, you need to have Python installed along with the following libraries:
- NumPy
- Matplotlib
For more detailed information about this project and its implementation, you can read my blog post: https://medium.com/@elif_erkk/optimizing-emergency-service-facility-location-using-the-single-facility-minimax-model-439058026301