Skip to content
Snippets Groups Projects
  1. Mar 17, 2025
    • awenjb's avatar
      Adapt sorting strategies · 29677002
      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
      29677002
  2. Mar 14, 2025
    • awenjb's avatar
      Add new sorting strategies · abc43935
      awenjb authored
      - add sorting based on demand
      - add sorting based on nearest and furthest
      - add sorting based on time window
      abc43935
  3. Mar 11, 2025
    • awenjb's avatar
      Replace template by switch case · 4f74e41e
      awenjb authored
      - replace template by switch case for the sorting strategy and the enumeration strategy in reconstruction operator
      - remove generator / modficiation generator
      4f74e41e
  4. Mar 05, 2025
    • awenjb's avatar
      Add Basic Operators · 056b4f35
      awenjb authored
      - add enumeration of all Insert position for a pair
      - add shuffle strategy
      056b4f35
  5. Mar 04, 2025
    • awenjb's avatar
      Add Sorting Strategy · 3249e1b3
      awenjb authored
      - add shuffle as basic sorting strategy
      - add getter  to Solution
      3249e1b3
Loading