- Mar 19, 2025
-
-
awenjb authored
- add basic string removal operator
-
- Mar 13, 2025
-
-
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
-
- Mar 07, 2025
-
-
awenjb authored
- replace all [ . ] by .at( . ) when looking into a vector
-
- Mar 04, 2025
-
-
awenjb authored
- add basic solution Checker - add random destroy Operator - revised some parts of the code
-
- Feb 28, 2025
-
-
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
-
- Feb 26, 2025
-
-
awenjb authored
- Add TimeWIndow constraint - add Capacity constraint TODO - constraint check in O(1) - consrtaint tests - use constraints in solution - full solution checker
-
- Feb 24, 2025
-
-
awenjb authored
- add basic modification for a solution
-