Question

k) Given two lines and 6 stations in an assembly line scheduling problem. The following F-table and L-tables are given. \begin{array}{|c|c|c|c|c|c|c|} \hline j & 1 & 2 & 3 & 4 & 5 & 6 \\ \hline f_{1}(j) & 9 & 18 & 20 & 24 & 32 & 35 \\ \hline f_{2}(j) & 12 & 16 & 22 & 25 & 30 & 37 \\ \hline \end{array} \begin{array}{|c|c|c|c|c|c|} \hline j & 3 & 4 & 5 & 6 \\ \hline l_{1}(j) & 1 & 2 & 1 & 2 \\ \hline l_{2}(j) & 1 & 2 & 1 & 2 \\ \hline \end{array} The exit times are 3 and 2 respectively. What will be the optimum cost (minimum cost) and trace the path of assembly.

          k) Given two lines and 6 stations in an assembly line scheduling problem. The following
F-table and L-tables are given.
\begin{array}{|c|c|c|c|c|c|c|}
\hline
 j & 1 & 2 & 3 & 4 & 5 & 6 \\
\hline
f_{1}(j) & 9 & 18 & 20 & 24 & 32 & 35 \\
\hline
f_{2}(j) & 12 & 16 & 22 & 25 & 30 & 37 \\
\hline
\end{array}
\begin{array}{|c|c|c|c|c|c|}
\hline
 j & 3 & 4 & 5 & 6 \\
\hline
l_{1}(j) & 1 & 2 & 1 & 2 \\
\hline
l_{2}(j) & 1 & 2 & 1 & 2 \\
\hline
\end{array}
The exit times are 3 and 2 respectively.
What will be the optimum cost (minimum cost) and trace the path of assembly.
        
Show more…
k) Given two lines and 6 stations in an assembly line scheduling problem. The following
F-table and L-tables are given.

    j     1     2     3     4     5     6 
    
    f1(j)     9     18     20     24     32     35 
    
    f2(j)     12     16     22     25     30     37


    j     3     4     5     6 
    
    l1(j)     1     2     1     2 
    
    l2(j)     1     2     1     2

The exit times are 3 and 2 respectively.
What will be the optimum cost (minimum cost) and trace the path of assembly.

Added by Andrew V.

Close

Computer Science and Information Technology
Computer Science and Information Technology
Trishna Knowledge Systems 2018 Edition
AceChat toggle button
Close icon
Ace pointing down

Please give Ace some feedback

Your feedback will help us improve your experience

Thumb up icon Thumb down icon
Thanks for your feedback!
Profile picture
theory of algorithms k Given two lines and 6 stations in an assembly line scheduling problem.The following F-table and L-tables are given 12116 22 1 The exit times are 3 and 2 respectively What will be the optimum cost (minimum cost) and trace the path of assembly
Close icon
Play audio
Feedback
Powered by NumerAI
Kathleen Carty David Collins
Jennifer Stoner verified

Sri K and 69 other subject AP CS educators are ready to help you.

Ask a new question

*

Labs

-

Want to see this concept in action?

NEW

Explore this concept interactively to see how it behaves as you change inputs.

View Labs

*

Key Concepts

-
Key Concept
Premium Feature
Explore the core concept behind this problem.
Play button
Key Concept
Premium Feature
Explore the core concept behind this problem.
Your browser does not support the video tag.

*

Recommended Videos

-
task-solve-the-minimization-problem-for-the-following-directed-multistage-graph-to-find-the-minimum-cost-path-between-vertex-and-vertex-11-us-ing-tabulation-method-and-dynamic-programming-15-87828

Sri K.

2-solve-the-following-optimization-problem-by-the-fletcher-reeves-method-with-exact-line-searches-and-sketch-the-points-2k-min-f-x-1-201-t22-212-21-11t-resolve-the-problem-but-for-lv1t-and-a-88417

Solve the following optimization problem by the Fletcher-Reeves method with exact line searches and sketch the points x(k). min f(x) = x1^2 + 2(x1 - x2)^2 + 2x2^2, x(1) = (1, 1.ν)T. Resolve the problem, but for x(1) = (1.ν, 1)T and applying the Polak-Ribièr method.

Sri K.

find-the-minimum-cost-spanning-tree-on-the-graph-above-using-kruskals-algorithm-which-of-the-edges-below-are-included-in-the-minimum-cost-tree-oab-oac-obc-obd-oad-ocd-06384

Steven C.


*

Recommended Textbooks

-
Computer Science and Information Technology

Computer Science and Information Technology

Trishna Knowledge Systems 2018 Edition
achievement 1,117 solutions
Introduction to Programming Using Python

Introduction to Programming Using Python

Y. Daniel Liang 1st Edition
achievement 1,083 solutions
Computer Science - An Overview

Computer Science - An Overview

Glenn Brookshear, Dennis Brylow 12th Edition
achievement 1,202 solutions

*

Transcript

-
00:01 In this question, we need to solve this minimization problem for the following directed multi -stage graph to find the minimum cost path between the vertex 1 and vertex 11.
00:12 Okay, so we have to find the minimum cost path from vertex 1 to the vertex 11.
00:26 Using tabulation method and dynamic program, we can solve this.
00:30 Okay.
00:31 So first of all, we have four.
00:32 Four stages here okay so this corresponds to the first test these three corresponds to the second stage and these four vertices corresponds to the third stage this is our fourth stage and this is the last stage correct so i will write down a formula for the cost so cost of i comma j is equal to minimum of c of j comma l okay j comma l plus the cost i plus one comma l okay where j and l they belongs to the vertices e okay okay and here we can see and l they belongs to the vertices e okay okay and here we can see that i represent which stays the vertex belongs to and j represent the vertex number okay so this is how our cost function is given by now we have to draw the table as well so table we are going to draw and let us see what we are going to do correct so first of all i am going to draw the vertices from 1 till 11.
02:06 So let us see how we are going to do this.
02:09 So here i will write down the vertices, correct.
02:15 And then we have to write down the cost.
02:19 And finally, we have to write down the value...
Need help? Use Ace
Ace is your personal tutor. It breaks down any question with clear steps so you can learn.
Start Using Ace
Ace is your personal tutor for learning
Step-by-step explanations
Instant summaries
Summarize YouTube videos
Understand textbook images or PDFs
Study tools like quizzes and flashcards
Listen to your notes as a podcast
Continue solving this problem
Create a free account to:
  • View full step-by-step solution
  • Ask follow-up questions with Ace AI
  • Save progress and study later
Continue Free
Numerade

Get step-by-step video solution
from top educators

Continue with Clever
or



By creating an account, you agree to the Terms of Service and Privacy Policy
Already have an account? Log In

A free answer
just for you

Watch the video solution with this free unlock.

Numerade

Log in to watch this video
...and 100,000,000 more!


EMAIL

PASSWORD

OR
Continue with Clever