11439 - Maximizing the ICPC
Moderator: Board moderators
11439 - Maximizing the ICPC
Any hints on this one? One reduction is to maximum matching, which can be done with Edmonds' blossom algorithm. Is there anything simpler?
Re: 11439 - Maximizing the ICPC
Nevermind... Heuristics does not work here... have to use matching.
Re: 11439 - Maximizing the ICPC
How to reduce the problem into a edmon blossom? this graph has weight... i think it is a minimum weight perfect matching in a complete graph..
Am i wrong ?? or could somone give me a hint
Am i wrong ?? or could somone give me a hint

electron
Re: 11439 - Maximizing the ICPC
you can do that with a binary search on the minimum edge weight combined with maximum matching in an arbitrary graph
can anyone provide us that arbitrary graph matching code?
I would accept PM too
can anyone provide us that arbitrary graph matching code?
I would accept PM too
