Research Article

HA-CCP: A Hybrid Algorithm for Solving Capacitated Clustering Problem

Algorithm 4

Repair.
 Input: solution ;/ A infeasible solution /
Output: ;/ A solution /
(1)for to do
(2)whiledo
(3)  ConstructMCL();
(4)  ifthen
(5)   return;
(6)ConstructRMCL ;
(7)  RandomSelect ;
(8)  MovevIntog ;
(9)end while;
(10)end for;
(11)return;