Need Help on Bipartite Matching problem with 2 types of weight

Правка en2, от gamegame, 2018-03-25 19:47:47

I have seen a problem about bipartite matching on a special weighted graph and i would like to know the solution. The graph is similar to 875F - Royal Questions where nodes in one sides have at most 2 neighbours and the weight of these two edges are the same. However, each edge has 2 weights Ai and Bi, and the total weight is (sum of A)*(sum of B). The task is to find a maximum matching with highest total weight. N<=10000 and A,B<=30 where N is the number of nodes. Could someone give hints/solutions about this problem? Million thanks!

Теги bipartite matching

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский gamegame 2018-03-25 19:47:47 71
en1 Английский gamegame 2018-03-25 19:37:52 523 Initial revision (published)