- Mar 28, 2025
-
-
awenjb authored
- add code to run multiple instances and store the result in a specific directory - add new config - add a complete json output
-
- Mar 27, 2025
- Mar 20, 2025
- Mar 19, 2025
- 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
- Mar 13, 2025
- Mar 12, 2025
-
-
awenjb authored
- add list_heuristic_cost_oriented, same as list_heuristic_insertion but evaluate cost before feasibility
-
- 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 10, 2025
-
-
awenjb authored
- add .ipynb to display capacity (link with solutiion and data file to do)
-
- Mar 07, 2025
- Mar 06, 2025
-
-
awenjb authored
- fix bug in Solution Checker - Shuffle and InsertPair operators are working
-
- Mar 05, 2025
- Mar 04, 2025
- 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
-
- Feb 19, 2025