fixed duplicate landmarks
All checks were successful
Build and push docker image / Build (pull_request) Successful in 3m4s
Build and release APK / Build APK (pull_request) Successful in 5m44s
Build web / Build Web (pull_request) Successful in 2m14s

This commit is contained in:
2024-06-10 22:52:08 +02:00
parent adbb6466d9
commit 53a5a9e873
4 changed files with 81 additions and 12 deletions

View File

@@ -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)