Research Article

A Comparison of Local Search Methods for the Multicriteria Police Districting Problem on Graph

Algorithm 2

Multistart pseudocode.
procedure  
while    do
; Generate an initial solution.
; Improve the current solution.
if   better than *  then
  *; Save the best solution found so far.
end if
end while
return  *;
end procedure