lutzzdias / travelling-salesman-problem

0 stars 1 forks source link

[Solution] lower_bound #10

Closed lutzzdias closed 11 months ago

lutzzdias commented 11 months ago

Returns the lower_bound value for the current solution, ideally it would literally be 1 line, eg. return this.lower_bound.

The recalculation of the lower_bound should be done with every move added.