Блог пользователя pratikmoona

Автор pratikmoona, 13 лет назад, По-английски

I recently learnt about Konig's theorem which states that finding the vertex cover in a bipartite graph is equivalent to finding the maximal matching.


It's simple to edit the hungarian algorithm or any other matching algorithm if it is an unweighted graph. But how do I do the same when it is a "Vertex-Weighted" graph?
  • Проголосовать: нравится
  • +17
  • Проголосовать: не нравится

»
7 месяцев назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

I'm wondering too. Any ideas?