This document summarizes a research paper about solving a constrained flow shop scheduling problem with n jobs and 3 machines. The problem involves probabilistic processing times, setup times, transportation times between machines, machine breakdowns, and job weights. The author presents an algorithm to minimize the total elapsed time and weighted mean flow time by calculating expected processing and setup times, checking conditions, and applying Johnson's rule to obtain a sequence of jobs. A numerical example and computer program are provided to illustrate the algorithm.