Research Article

Balancing Lexicographic Multi-Objective Assembly Lines with Multi-Manned Stations

Algorithm 2

Procedure of solution construction process.
Procedure - Build Solution
begin
 ()    ;
 ()    Create initial line configuration, ;
 ()     tasks to line with configuration ;
 ()    if ( is better than ) then
       () ;
       () line configuration of ;
       () of ’s stations having more than one used worker;
       end if;
 ()    if () then
       () return  ;
       end if;
 ()     element in ;
 ()    Delete the first element in ;
 ()    ;
 ()    Decrease the number of workers at station of by 1;
 () Go to Step ();
end;