lutzzdias / travelling-salesman-problem

0 stars 1 forks source link

[Solution] objective #9

Closed lutzzdias closed 9 months ago

lutzzdias commented 10 months ago

Should return the objective value for the current solution instance.

In our case it should simply return the distance variable.

lutzzdias commented 9 months ago

Smallest sum of distances between cities in order to make a route that passes through all cities

Components -> Edges (according to the professor for the regular TSP)