Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

考慮雷達半徑(50m)和5分鐘重置的條件,計算出最佳路線 #6

Open
tnlin opened this issue Aug 19, 2016 · 0 comments
Open

Comments

@tnlin
Copy link
Owner

tnlin commented Aug 19, 2016

考慮人走路速度平均4.5km/hr, 5min 大約為 400m
就變成了一個背包問題,在400公尺內塞入盡可能多的路徑點
但如果用distance matrix來算的話,就會有路徑必須頭尾相連的問題

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant