lutzzdias / travelling-salesman-problem

0 stars 1 forks source link

[Problem] Calculate initial lower bound #24

Closed lutzzdias closed 9 months ago

lutzzdias commented 10 months ago

Pre-calculate the value of the lower bound when a problem instance is created

lutzzdias commented 9 months ago

After discussing with the teacher, the current lower_bound is basically the same as simply starting at 0 and adding the distance of the added city, thus, we will refactor this.

lutzzdias commented 9 months ago

closed by #28