The document presents a study on solving a two-stage flow shop scheduling problem using the branch and bound method. It describes the problem of scheduling jobs on two machines (A and B) to minimize total elapsed time. An algorithm is provided using branch and bound to evaluate lower bounds at each node and branch to the lowest bound. A numerical example with 5 jobs is solved step-by-step and the optimal sequence is found to be 1-3-5-2-4 with a minimum elapsed time of 138 units.