lutzzdias / travelling-salesman-problem

0 stars 1 forks source link

[Solution] step #17

Closed lutzzdias closed 9 months ago

lutzzdias commented 10 months ago

Applies a local move to the solution

I think that this is also where we should calculate the real value from the lower_bound eg. subtract the optimistic value and add the real value

lutzzdias commented 9 months ago

If there is a removal, it must be done before the addition