Please read the new rule regarding the restriction on the use of AI tools. ×

wowev15343's blog

By wowev15343, history, 3 years ago, In English

We are given a weighted directed graph with $$$N$$$ nodes (<= 40) and $$$M$$$ edges (<= 2000). We need to find the minimum weight sum of a subset $$$S$$$ of the edges such that the edges in $$$S$$$ can be partitioned into some disjoint cycles such that every vertex appears in exactly $$$k$$$ ($$$1 <= k$$$ and $$$k*N <= 100$$$) of these disjoint cycles.

Here's the link to the problem

Any ideas on how to solve this? Thanks in advance.

Full text and comments »

  • Vote: I like it
  • +9
  • Vote: I do not like it