- Mar 17, 2025
-
-
awenjb authored
Requests are divided into two locations; we are adapting current sorting methods to this criterion. - Sort by width: take the average of the two time windows (pickup and delivery) - End: take the end of the delivery - Start: take the start of the pickup - Distance: take the average of the two locations
-
- Mar 14, 2025
-
-
awenjb authored
- add sorting based on demand - add sorting based on nearest and furthest - add sorting based on time window
-
- Mar 11, 2025
-
-
awenjb authored
- replace template by switch case for the sorting strategy and the enumeration strategy in reconstruction operator - remove generator / modficiation generator
-
- Mar 05, 2025
-
-
awenjb authored
- add enumeration of all Insert position for a pair - add shuffle strategy
-
- Mar 04, 2025
-
-
awenjb authored
- add shuffle as basic sorting strategy - add getter to Solution
-