Research Article

A Modified -Median Model for the Emergency Facilities Location Problem and Its Variable Neighbourhood Search-Based Algorithm

Algorithm 4

The modified VNS algorithm for the -median problem.
Function localsearch (C)
(1) ;  
(2) for each
(3)find the shortest edge ( , ),
(4)
(5) for each
(6)find the best c to make the total length in shortest
(7) if has no change then exit else Go to (2)
end localsearch