Optimization from partial solution: minimize sum of distances between pairs

前端 未结 3 1354
粉色の甜心
粉色の甜心 2021-02-20 03:05

I have a problem which I like and I love to think about solutions, but I\'m stuck unfortunately. I hope you like it too. The problem states:

I have two lists of 2D point

3条回答
  •  半阙折子戏
    2021-02-20 03:40

    This is the minimum weight Euclidean bipartite matching problem. There is a O(n^(2+epsilon)) algorithm.

提交回复
热议问题