Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 281 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 281 Bytes

Facility Location.

This project is based in, given the location of the clients and different lots/building in an area, the algorithm defines which is the closest place for most clients. Haversine is used to calculate the distance and a greedy algorithm for the final solution.