- Jul 10, 2024
-
-
Romain BERNARD authored
Replace .at calls with [] access for performance (debug modes can still include vector bounds check on [] operators)
-
Romain BERNARD authored
Route manipulation API with automatic constraint propagation See merge request !2
-
Romain BERNARD authored
-
- Jul 01, 2024
-
-
Romain BERNARD authored
-
Romain BERNARD authored
-
- Jun 24, 2024
-
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
refactors for clarity (and fix heuristic), O/D node index were unnecessary in arguments as we have the KPs in
-
Romain BERNARD authored
-
Romain BERNARD authored
-
- Jun 21, 2024
-
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
- Jun 20, 2024
-
-
Romain BERNARD authored
TODO: find a more elegant way to do this, because it makes the Heuristic(s) responsible for updating a member of SAEVRoute I could make it a member of BestInsertionHeuristic but then that means we have to instanciate an object to use the algorithms which seems inappropriate. Unless maybe if Heuristics classes ends up being delegate members of another class to allow heuristics/algorithms change via this delegate
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
add best insertions function with neighbour feasibility check function (TODO: test perfs wrt no feasibility checks)
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
- Jun 19, 2024
-
-
Romain BERNARD authored
Add InsertionStatus to changelists to properly insert/remove requests when applying/reverting changes
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
REFACTOR directly refer to insertion key points wherever possible to prevent any divergence in the kind of index expected by the function's implementation
-
- Jun 18, 2024
-
-
Romain BERNARD authored
-
Romain BERNARD authored
WIP DEBUG add best request insertion queue to order possible insertions depending on score (TODO : debug detour score, use KeyPoints or appropriate indexes)
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-
Romain BERNARD authored
-