10
Algorithm description
Restrictions:
• Each area should be assigned to a route
• Maximum amount of work hours, parcels, stops, volume
• Routes maximally deviate x% between iterations
• Routes possess the required capabilities (Electric, Permission, Knowledge)
• Routes can traverse another route for maximally y minutes
Three ordered goals:
1. Minimize the number of routes
2. Maximize compactness of each route
3. Fair share of work for each route
✓
5