Skip to content
Snippets Groups Projects
  1. Mar 19, 2025
  2. Mar 13, 2025
    • awenjb's avatar
      fix bug in time window constraint · 58ed359e
      awenjb authored
      - time window was doing a copy of an updated vector then update the vector doing two time a modification before evaluating the reach times
      58ed359e
  3. Mar 07, 2025
    • awenjb's avatar
      Clean code · 32dda218
      awenjb authored
      - replace all [ . ] by .at( . )  when looking into a vector
      32dda218
  4. Mar 04, 2025
    • awenjb's avatar
      add Solution Components · 54e16ee5
      awenjb authored
      - add basic solution Checker
      - add random destroy Operator
      - revised some parts of the code
      54e16ee5
  5. Feb 28, 2025
    • awenjb's avatar
      Update Code · 2fc0df0b
      awenjb authored
      - revised some parts of the code
      - add some comments
      - add config.h and types.h
      - data init with the list of Pair
      - Solution init and link with constraints
      2fc0df0b
  6. 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
  7. Feb 24, 2025
Loading