What's the state-of-the-art for p-median problem?

80 Views Asked by At

I am reading work on the famous p-median problem, like A survey of metaheuristic approaches. I understand the Greedy heuristic is often taken as the baseline algorithm.

I want know what is the state-of-the-art algorithm for p-median problem. If I am going to only implement 3 algorithms, which three you would recommend?