Home /
Expert Answers /
Computer Science /
using-assembly-line-scheduling-draw-the-tables-and-nbsp-find-the-shortest-time-to-complete-the-j-pa342
(Solved):
Using Assembly Line Scheduling draw the tables and find the shortest time to complete the j ...
Using Assembly Line Scheduling draw the tables and find the shortest time to complete the job.
Consider a factory with three assemble line each with 6 stations. The Matrix A represent Execution time of each station in the assemble line. The matrix \( T \) represents the transfer the time one station to another station of another assemble line. \( E \) represent the entry time and \( \mathrm{X} \) represent the exit time from assemble line. \( \mathrm{X}= \)\begin{tabular}{|c|c|c|} \hline \multicolumn{3}{c}{ Assemble line No } \\ \hline 1 & 2 & 3 \\ \hline 8 & 4 & 6 \\ \hline \end{tabular}
Station Number \begin{tabular}{c|l|l|l|l|l|l|l|l|} \hline & & 1 & 2 & 3 & 4 & 5 & 6 \\ \hline & Assembly & 1 & 2 & 8 & 4 & 2 & 1 & 5 \\ \hline Line & 2 & 6 & 1 & 5 & 2 & 3 & 6 \\ \hline Number & 3 & 3 & 2 & 6 & 2 & 4 & 7 \\ \hline \end{tabular} Station Number \begin{tabular}{|l|l|l|l|l|} \hline 2 & \multicolumn{3}{c}{3} & \multicolumn{1}{c}{5} \\ \hline 3 & 1 & 3 & 4 & 1 \\ \hline 1 & 2 & 3 & 4 & 5 \\ \hline 4 & 2 & 2 & 2 & 2 \\ \hline \end{tabular}