Help with school bus routing on a map with known bus stop coordinates #11
Open
Description
I want to generate all the Routes for a school with the following given data:-
- Capacity of the busses
- Location [lat,lng] of the school
- Location [lat,lng] of all the stops.
I need to generate the most optimal routes based on the stops, so was thinking of applying heuristics for the solution (Gillet & Miller Sweep heuristic).
All [Lat, Lng] data are available.
- Blue Marker in the map is the school Location
- Yellow Markers are the Stops
How can I use the VeRyPy for this ?
Metadata
Assignees
Labels
No labels