Research Article

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

Algorithm 5

LWA.
Input: solution , ;/Partial solution, unallocated node set /
Output: ;/ A solution /
(1)whiledo
(2)  GetLargestNode ;/ is a unallocated node with the largest weight/
(3)  ConstructCCL();
(4)   ifthen
(5)    return;
(6)  ConstructRCCL;
(7)  RandomSelect ;
(8)  AddvIntog ;
(9)  ;
(10)end while;
(11)return;