Research Article

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

Algorithm 2

The modified VNS algorithm for the -median problem with a time limitation.
Function EFLP
set = , exist = false;
randomize;
initmap;
initcluster ( );
while !exist do
    = pmp_search ( , )
   if then
     : ; = ;
     initcluster ( );
else
    exist = true;
end EFLP