fixed duplicate landmarks
This commit is contained in:
@@ -82,6 +82,7 @@ def test4(coordinates: tuple[float, float]) -> List[Landmark]:
|
||||
test.append(finish)
|
||||
test.insert(0, start)
|
||||
|
||||
|
||||
max_walking_time = 4 # hours
|
||||
|
||||
visiting_order = solve_optimization(test, max_walking_time*60, True)
|
||||
|
Reference in New Issue
Block a user