Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 660 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 660 Bytes

carpool-calculator

Algorithm to calculate carpool routes. A reduction of MTSP (Multiple Travelling Salesman Problem), where the salesmen start in different locations, all end in one location, and have passenger capacities.

The algorithm used is based on the one detailed in this paper.

Written by Saar Keynan and Omer Shoshani

Notes

The GUI doesn't allow configuring many variables used in the simulation, such as the passenger capacities, however the algorithm still works when they're changed.