dparo/master-thesis

2-OPT refinement for warm start solutions

dparo opened this issue · 1 comments

dparo commented

Implement 2-OPT refinement step for the solutions generated from the insertion heuristic algorithm.

For ESPPRSC a 2-OPT exchange maintains feasibility (the same vertices are visited after an exchange) and can improve the solution cost.

dparo commented

Implemented in 674b7f6