Optimal circles placement - geospatial

我怕爱的太早我们不能终老 提交于 2020-01-05 09:14:23

问题


I am trying to solve the following problem:

  1. I have 1000 points (lat,lon) scattered on a map
  2. Each point has a value call it x_i
  3. I need to put n circles with radii r_i < 5 miles such that the sum of the points' values x_i in the circle is s_i > 200
  4. Circles can't intersect

I have to maximize the sum of all s_i. The variables are: all r_i, n, positions of circles (which points I pick as centers of my circles).

Can someone help me with some guidance on how to solve something like this?

UPDATE I am fixing all r_i and we can assume that they have known values from the start.

来源:https://stackoverflow.com/questions/57929138/optimal-circles-placement-geospatial

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!