Research Article

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

Algorithm 6

DM3 /∗Destruction method∗/.
 Input: solution ;/∗current solution ∗/
 Output: ;/ The destructed solution/
(1);/ Global delete candidate list /
(2);/Total number of deleted nodes/
(3)for to do
(4)ConstructDCL ;/Construct by equation (8)/
(5) ;
(6)end for;
(7);
(8)ifthen
(9);
(10)end if;
(11)RandomDelect(, , );
(12)return;