Skip to content
Snippets Groups Projects
  1. Mar 27, 2025
  2. Mar 19, 2025
  3. 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
  4. Mar 07, 2025
    • awenjb's avatar
      Clean code · 32dda218
      awenjb authored
      - replace all [ . ] by .at( . )  when looking into a vector
      32dda218
  5. Mar 06, 2025
    • awenjb's avatar
      Bug fixes · dd723af1
      awenjb authored
      - fix bug in Solution Checker
      - Shuffle and InsertPair operators are working
      dd723af1
  6. Mar 05, 2025
    • awenjb's avatar
      Fix some issues · ec1781da
      awenjb authored
      - init the solution with one empty road
      - fix bug while init Data
      - some tests in the main
      ec1781da
  7. Feb 26, 2025
    • awenjb's avatar
      add Constraint · 0a8185f2
      awenjb authored
      - Add TimeWIndow constraint
      - add Capacity constraint
       TODO
      - constraint check in O(1)
      - consrtaint tests
      - use constraints in solution
      - full solution checker
      0a8185f2
Loading