Research Article

Order Batching in Warehouses by Minimizing Total Tardiness: A Hybrid Approach of Weighted Association Rule Mining and Genetic Algorithms

Algorithm 1

MINWAL algorithm [42].
Main Algorithm (wminsup, mincon , , )
 size = Search ( )
;
   for ( ; size; ++)
;
   for each transaction do
    (SC, , size) Counting ( , );
;
   while ( )
    ++;
Join ( );
Prune ( );
( , ) Checking ( , );
;
Rules (SC, );
(16) ends;