SlideShare a Scribd company logo
1 of 6
Download to read offline
Mathematical Theory and Modeling                                             www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.2, No.1, 2011


  Application of Branch and Bound Technique for n  3 Flow
 Shop Scheduling, In Which Processing Time Associated With
                Their Respective Probabilities
                                      Deepak Gupta
       Department of Mathematics, Maharishi Markandeshwar University Mullana, Ambala
       *E-mail of the corresponding author: guptadeepak2003@yahoo.co.in

Abstract:
The paper deals branch and bound technique to solve a 3 stage flow-shop scheduling
problem in which probabilities are associated with their processing time. Our objective is
to obtain an optimal sequence of jobs to minimizing the total elapsed time. The working
of the algorithm has been illustrated by numerical example.

Keywords: Flow-Shop, Branch and Bound, Scheduling, Make Span, Total Elapsed
Time.

1. Introduction:
Many applied and experimental situations, which generally arise in manufacturing
concern to get an optimal schedule of jobs in set of machines, diverted the attention of
researchers and engineers. In flow-shop scheduling, the objective is to obtain a sequence
of jobs which when processed in a fixed order of machines, will optimize some well
defined criteria. Various researchers have done a lot of work in this direction. Johnson[1],
first of all gave a method to minimise the makespan for n-job, two-machine scheduling
problems. The work was further extended by Ignall and Scharge [3], Cambell[7], Maggu
and Dass [17], Heydari [21], Yoshida and Hitomi [20], Lomnicki [4], Palmer [2],
Bestwick and Hastings [6], Nawaz et al. [9] , Sarin and Lefoka [13] , Koulamas [16],
Dannenbring [8] , etc. by considering various parameters.Yoshida and Hitomi [20]
considered two stage flow shop problem to minimize the makespan whenever set up
times are separated from processing time. The basic concept of equivalent job for a job
block has been introduced by Maggu and Dass [17]. Singh T.P. and Gupta Deepak [18]
studied the optimal two stage production schedule in which processing time and set up
time both were associated with probabilities including job block criteria. Heydari [21]
dealt with a flow shop scheduling problem where n jobs are processed in two disjoint job
blocks in a string consists of one job block in which order of jobs is fixed and other job
block in which order of jobs is arbitrary.
                Lomnicki [4] introduced the concept of flow shop scheduling with the
help of branch and bound method. Further the work was developed by Ignall and
Scharge[3], Chandrasekharan [22] , Brown and Lomnicki [5] , with the branch and bound
technique to the machine scheduling problem by introducing different parameters. In
practical situations processing times are not always deterministic so we have associated
probabilities with their processing times of all the jobs on all the three machines. This
paper combines the study made by Lomnicki[4], Singh T.P. and Gupta Deepak [18] and
hence the problem discussed here is wider and has significant use of theoretical results in
process industries.

2. Assumptions:

                                            31
Mathematical Theory and Modeling                                             www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.2, No.1, 2011

      1. No passing is allowed.
      2. Each operation once started must performed till completion.
      3. A job is entity, i.e. no job may be processed by more than one machine at a time.

3. Notations:
We are given n jobs to be processed on three stage flowshop scheduling problem and we
have used the following notations:

Ai        :      Processing time for job i on machine A
Bi        :      Processing time for job i on machine B
Ci        :      Processing time for job i on machine C
pi1       :      Expected processing time for job i on machine A
pi2       :      Expected processing time for job i on machine B
pi3       :      Expected processing time for job i on machine C
Cij       :      Completion time for job i on machines A, B and C.
S0         :     Optimal sequence
Jr         :     Partial schedule of r scheduled jobs.
Jr′        :     The set of remaining (n-r) free jobs.

4. Mathematical Development:
Consider n jobs say i=1, 2, 3 … n are processed on three machines A, B & C in the
order ABC. A job i (i=1,2,3…n) has processing time Ai , Bi & Ci on each machine
respectively, assuming their respective probabilities pi , qi & ri such that 0≤ pi ≤ 1,
Σpi = 1, 0 ≤ qi ≤ 1, Σqi = 1, 0≤ ri ≤ 1, Σri = 1. The mathematical model of the problem in
matrix form can be stated as :
                   Jobs      Machine A      Machine B          Machine C

                   i         Ai       pi     Bi       qi       Ci      ri

                   1         A1       p1     B1       q1       C1      r1
                   2         A2       p2     B2       q2       C2      r2
                   3         A3       p3     B3       q3       C3      r3
                   4         A4       p4     B4       q4       C4      r4

                   ---       ---      ---    ---      ---      ---     ---
                   ---       ---      ---    ---      ---      ---     ---
                   n         An       pn     Bn       qn       Cn      rn

                                            Tableau – 1
Our objective is to obtain the optimal schedule of all jobs which minimize the total
elapsed time, using branch and bound technique.

1. Algorithm:
Step1: Calculate expected processing time pi1, pi2 & pi3 on machines A, B & C respectively
       as follows:
        pi1 = Ai * pi , pi2 = Bi * qi and pi3 = Ci * ri

Step2: Calculate

                                              32
Mathematical Theory and Modeling                                          www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.2, No.1, 2011

(i) g1 = t ( J r ,1)   pi1  min( pi 2  pi 3 )
                                     
                                 iJ r
                         
                     iJ r

(ii) g2 = t ( J r , 2)   pi 2  min( pi 3 )
                                       
                                   iJ r
                           
                       i jr

(iii) g3= t ( J r ,3)   pi 3
                           
                       i jr

Step 3: Calculate
        g = max [g1, g2, g3]
We evaluate g first for the n classes of permutations, i.e. for these starting with 1, 2,
3………n respectively, having labelled the appropriate vertices of the scheduling tree by
these values.

Step 4: Now explore the vertex with lowest label. Evaluate g for the (n-1) subclasses
          starting with this vertex and again concentrate on the lowest label vertex.
          Continuing this way, until we reach at the end of the tree represented by two
          single permutations, for which we evaluate the total work duration. Thus we
          get the optimal schedule of the jobs..

6. Numerical example:
Consider 6 jobs 3 machine flow shop problem. processing time of the jobs on each
machine is given. Our objective is to find optimal sequence of jobs to find the minimum
elapsed time.
                      Job Machine A Machine B Machine C
                      i     Ai      pi     Bi    qi     Ci    ri
                      1     5       0.2 8        0.2    20 0.2
                      2     6       0.2 30       0.2    6     0.2
                      3     30      0.3 4        0.2    5     0.1
                      4     2       0.1 5        0.1    3     0.1
                      5     3       0.1 10       0.2    4     0.2
                      6     4       0.1 1        0.1    4     0.2
                                                    Tableau – 2
Solution:
Step1: Define expected processing time pi1, pi2 & pi3 on machine A , B & C respectively
as shown in the tableau – 3
Step2 & Step 3: Calculate
(i) g1 = t ( J r ,1)   pi1  min( pi 2  pi 3 )
                                     
                                 iJ r
                         
                     iJ r

(ii) g2 = t ( J r , 2)   pi 2  min( pi 3 )
                                       
                                   iJ r
                           
                       i jr


(iii) g3= t ( J r ,3)   pi 3
                           
                       i jr
For J1 = (1).Then J′(1) = {2,3,4,5,6}, we get
g1 = 55 , g2 = 66 & g3 = 55
g = max(g1, g2, g3) = max(55,66,55) = 66

                                                        33
Mathematical Theory and Modeling                                          www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.2, No.1, 2011

similarly, we have
LB(2)= max(55,67,78) = 78
LB(3)= max(55,91,76) = 91
LB(4)= max(55,64,49) = 64
LB(5)= max(55,64,55) = 64
LB(6)= max(58,65,47) = 65
Step4: Now branch from J1 = (4). Take J2 =(41)
Then J′2={2,3,5,6} and LB(41)= max(55,64,54) = 64
Proceeding in this way, we obtain lower bound values on the completion time on
machine C as shown in the tableau- 4

Therefore, the minimum completion time on machine C is 67. Hence optimal sequence is
S0 :4-5-1-6-2-3 and total elapsed time:67
In-Out table for the given problem is in tableau-5

7. Remarks:
The study may further be extended by considering various parameters such as
transportation time, break down interval, mean weightage time etc.

References :
[1] Johnson S. M. (1954), “Optimal two and three stage production schedule with set up
times included”. Nay Res Log Quart Vol. 1, pp 61-68

[2] Palmer, D.S.(1965), “Sequencing jobs through a multi-stage process in the minimum
total time - a quick method of obtaining a near-optimum”, Operational Research
Quarterly, Vol. 16,No. 1, pp.101-107.

[3] Ignall, E. and Schrage, L. (1965), “Application of the branch-and-bound technique to
some flowshop scheduling problems”, Operations Research, Vol. 13, pp.400-412.

[4] Lomnicki, Z.A. (1965), “A branch-and-bound algorithm for the exact solution of the
three-machine scheduling problem”, Operational Research Quarterly, Vol. 16, pp.89-100.

[5] Brown, A.P.G. and Lomnicki, Z.A. (1966), “Some applications of the branch and
bound algorithm to the machine scheduling problem”, Operational Research Quarterly,
Vol. 17, pp.173-182.

[6] Bestwick, P.F. and Hastings, N.A.J. (1976), “A new bound for machine scheduling”,
Operational Research Quarterly, Vol. 27, pp.479-490.

[7] Campbell, H.G., Dudek, R.A. and Smith, M.L. (1970), “A heuristic algorithm for the
n-job, m-machine sequencing problem”, Management Science, Vol. 16, pp.630-637.


                                           34
Mathematical Theory and Modeling                                               www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.2, No.1, 2011

[8] Dannenbring, D.G. (1977), “An evaluation of flowshop sequencing heuristics”,
Management Science, Vol. 23, No. 11, pp.1174-1182.

[9] Nawaz M., Enscore Jr., E.E. and Ham, I. (1983), “A heuristic algorithm for the m-
machine n-job flowshop sequencing problem”, OMEGA International Journal of
Management Science, Vol. 11, pp.91-95.

[10] Turner S. and Booth D. (1987),“Comparison of heuristics for flowshop sequencing”,
OMEGA,Vol.15, pp.75-78.

[11] Kreyszig, E. (1972), “Advanced Engineering Mathematics”, NewYork: John Wiley.

[12] Gupta, J.N.D. (1971),“A functional heuristic algorithm for the flow-shop scheduling
problem”, Operational Research Quaterly, Vol. 22, No. 1.

[13] Sarin, S. and Lefoka, M. (1993), “Scheduling heuristics for the n-job, m-machine
flowshop”, OMEGA, Vol. 21, pp.229-234.

[14] Cormen, T.H., Leiserson, C.E. and Rivest, R.L.(1990),“Introduction to Algorithms”,
Cambridge, MA: MIT Press.

[15] Park, Y.B. (1981), “A simulation study and an analysis for evaluation of
performance-effectiveness of flowshop sequencing heuristics: a static and dynamic
flowshop model”, Master’s Thesis, Pennsylvania State University.

[16] Koulamas, C. (1998), “A new constructive heuristic for the flowshop scheduling
problem”, European Journal of Operations Research, Vol. 105, pp.66-71.

[17] P. L. Maggu & Das (1981), “On n x 2 sequencing problem with transportation time
of jobs”, Pure and Applied Mathematika Sciences, pp.12-16.

[18] Singh, T.P., K, Rajindra & Gupta Deepak (2005), “Optimal three stage production
schedule the processing time and set up times associated with probabilities including job
block criteria”, Proceeding of National Conference FACM- (2005), pp. 463-470.

[19] Chandramouli, A.B.(2005),“Heuristic approach for N job 3 machine flow shop
scheduling problem involving transportation time, break-down time and weights of jobs”,
Mathematical and Computational Application, Vol.10 (No.2), pp. 301-305.

[20] Yoshida and Hitomi (1979), “Optimal two stage production scheduling with set up
times separated”,AIIETransactions. Vol. II. pp.261-263.

[21] Ahmad Pour Darvish Heydari (2003), “On flow shop scheduling problem with
processing of jobs in a string of disjoint job blocks: fixed order jobs and arbitrary order
jobs”, JISSOR, Vol. XXIV, pp. 1- 4.

[22] Chander Shekharn, K, Rajendra, Deepak Chanderi (1992),“An efficient heuristic
approach to the scheduling of jobs in a flow shop”, European Journal of Operation
Research 61, pp.318-325.

                                             35
Mathematical Theory and Modeling                                           www.iiste.org
ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online)
Vol.2, No.1, 2011



Tables and Figures:
Table 3: The expected processing times for machine A, B and C are as follows:

Job   Machine A      Machine B      Machine C             Table
i     pi1            pi2            pi3             4: lower         Node Jr    LB (Jr)
1     5              8              20              bounds for       (1)        66
                                                                     (2)        78
2     6              30             6
                                                    respective       (3)        91
3     30             4              5
                                                    jobs are as      (4)        64
4     2              5              3
                                                    follows:         (5)        64
5     3              10             4                                (6)        65
6     4              1              4                                (41)       64
                                                                     (42)       77
                                                                     (43)       89
                                                                     (45)       62
                                                                     (46)       63
                                                                     (451)      59
                                                                     (452)      76
Tableau 5: In-Out table for the given problem is as follows:         (453)      83
                                                                     (456)      59
                                                                     (4512)     61
Job   Machine A    Machine B    Machine C                            (4513)     79
i     In-out       In-out       In-out                               (4516)     59
4       0-2        2-7          7-10                                 (45162)    61
5       2-5        7-17          17-21                               (45163)    86
1      5-10        17-25        25-45
6     10-14        25-26        45-49
2     14-20        26-56        56-62
3     20-50        56-60        62-67=T




                        Figure-1 Branches for the optimal sequence



                                            36

More Related Content

What's hot

11.bicriteria in nx0002www.iiste.org call for paper flow shop scheduling incl...
11.bicriteria in nx0002www.iiste.org call for paper flow shop scheduling incl...11.bicriteria in nx0002www.iiste.org call for paper flow shop scheduling incl...
11.bicriteria in nx0002www.iiste.org call for paper flow shop scheduling incl...Alexander Decker
 
1.[1 12]bicriteria in nx2 flow shop scheduling including job block
1.[1 12]bicriteria in nx2 flow shop scheduling including job block1.[1 12]bicriteria in nx2 flow shop scheduling including job block
1.[1 12]bicriteria in nx2 flow shop scheduling including job blockAlexander Decker
 
Moment Preserving Approximation of Independent Components for the Reconstruct...
Moment Preserving Approximation of Independent Components for the Reconstruct...Moment Preserving Approximation of Independent Components for the Reconstruct...
Moment Preserving Approximation of Independent Components for the Reconstruct...rahulmonikasharma
 
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIFast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIijeei-iaes
 
An Inventory Management System for Deteriorating Items with Ramp Type and Qua...
An Inventory Management System for Deteriorating Items with Ramp Type and Qua...An Inventory Management System for Deteriorating Items with Ramp Type and Qua...
An Inventory Management System for Deteriorating Items with Ramp Type and Qua...ijsc
 
11 two warehouse production inventory model with different deterioration rate...
11 two warehouse production inventory model with different deterioration rate...11 two warehouse production inventory model with different deterioration rate...
11 two warehouse production inventory model with different deterioration rate...BIOLOGICAL FORUM
 
International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)inventionjournals
 
On Certain Special Vector Fields in a Finsler Space III
On Certain Special Vector Fields in a Finsler Space IIIOn Certain Special Vector Fields in a Finsler Space III
On Certain Special Vector Fields in a Finsler Space IIIBRNSS Publication Hub
 
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3IRJET Journal
 

What's hot (12)

11.bicriteria in nx0002www.iiste.org call for paper flow shop scheduling incl...
11.bicriteria in nx0002www.iiste.org call for paper flow shop scheduling incl...11.bicriteria in nx0002www.iiste.org call for paper flow shop scheduling incl...
11.bicriteria in nx0002www.iiste.org call for paper flow shop scheduling incl...
 
1.[1 12]bicriteria in nx2 flow shop scheduling including job block
1.[1 12]bicriteria in nx2 flow shop scheduling including job block1.[1 12]bicriteria in nx2 flow shop scheduling including job block
1.[1 12]bicriteria in nx2 flow shop scheduling including job block
 
Moment Preserving Approximation of Independent Components for the Reconstruct...
Moment Preserving Approximation of Independent Components for the Reconstruct...Moment Preserving Approximation of Independent Components for the Reconstruct...
Moment Preserving Approximation of Independent Components for the Reconstruct...
 
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIFast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
 
An Inventory Management System for Deteriorating Items with Ramp Type and Qua...
An Inventory Management System for Deteriorating Items with Ramp Type and Qua...An Inventory Management System for Deteriorating Items with Ramp Type and Qua...
An Inventory Management System for Deteriorating Items with Ramp Type and Qua...
 
11 two warehouse production inventory model with different deterioration rate...
11 two warehouse production inventory model with different deterioration rate...11 two warehouse production inventory model with different deterioration rate...
11 two warehouse production inventory model with different deterioration rate...
 
International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)
 
On Certain Special Vector Fields in a Finsler Space III
On Certain Special Vector Fields in a Finsler Space IIIOn Certain Special Vector Fields in a Finsler Space III
On Certain Special Vector Fields in a Finsler Space III
 
G02402054057
G02402054057G02402054057
G02402054057
 
Au4201315330
Au4201315330Au4201315330
Au4201315330
 
Ck4201578592
Ck4201578592Ck4201578592
Ck4201578592
 
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
 

Viewers also liked

Application of branch and bound method for optimal two stage flow shop schedu...
Application of branch and bound method for optimal two stage flow shop schedu...Application of branch and bound method for optimal two stage flow shop schedu...
Application of branch and bound method for optimal two stage flow shop schedu...Alexander Decker
 
Heuristic approach to job scheduling in a small scale groundnut oil processin...
Heuristic approach to job scheduling in a small scale groundnut oil processin...Heuristic approach to job scheduling in a small scale groundnut oil processin...
Heuristic approach to job scheduling in a small scale groundnut oil processin...Alexander Decker
 
Snm Tauctv
Snm TauctvSnm Tauctv
Snm TauctvFNian
 
Scheduling methods applied to flowshop production systems
Scheduling methods applied to flowshop production systemsScheduling methods applied to flowshop production systems
Scheduling methods applied to flowshop production systemsLaura Rodríguez Navarro
 
Branch and bound technique
Branch and bound techniqueBranch and bound technique
Branch and bound techniqueishmecse13
 
Job Shop Scheduling with Setup Times Release times and Deadlines
Job Shop Scheduling with Setup Times  Release times and DeadlinesJob Shop Scheduling with Setup Times  Release times and Deadlines
Job Shop Scheduling with Setup Times Release times and DeadlinesAlkis Vazacopoulos
 

Viewers also liked (7)

Application of branch and bound method for optimal two stage flow shop schedu...
Application of branch and bound method for optimal two stage flow shop schedu...Application of branch and bound method for optimal two stage flow shop schedu...
Application of branch and bound method for optimal two stage flow shop schedu...
 
Heuristic approach to job scheduling in a small scale groundnut oil processin...
Heuristic approach to job scheduling in a small scale groundnut oil processin...Heuristic approach to job scheduling in a small scale groundnut oil processin...
Heuristic approach to job scheduling in a small scale groundnut oil processin...
 
Snm Tauctv
Snm TauctvSnm Tauctv
Snm Tauctv
 
Scheduling methods applied to flowshop production systems
Scheduling methods applied to flowshop production systemsScheduling methods applied to flowshop production systems
Scheduling methods applied to flowshop production systems
 
Branch and bound
Branch and boundBranch and bound
Branch and bound
 
Branch and bound technique
Branch and bound techniqueBranch and bound technique
Branch and bound technique
 
Job Shop Scheduling with Setup Times Release times and Deadlines
Job Shop Scheduling with Setup Times  Release times and DeadlinesJob Shop Scheduling with Setup Times  Release times and Deadlines
Job Shop Scheduling with Setup Times Release times and Deadlines
 

Similar to Application of branch and bound technique for nx3 flow shop scheduling, in which processing time associated with their respective probabilities

Application of branch and bound technique for 3 stage flow shop scheduling pr...
Application of branch and bound technique for 3 stage flow shop scheduling pr...Application of branch and bound technique for 3 stage flow shop scheduling pr...
Application of branch and bound technique for 3 stage flow shop scheduling pr...Alexander Decker
 
Bicriteria in n x 2 flow shop scheduling problem under specified rental polic...
Bicriteria in n x 2 flow shop scheduling problem under specified rental polic...Bicriteria in n x 2 flow shop scheduling problem under specified rental polic...
Bicriteria in n x 2 flow shop scheduling problem under specified rental polic...Alexander Decker
 
11.bicriteria in n x 0002www.iiste.org call for paper flow shop scheduling pr...
11.bicriteria in n x 0002www.iiste.org call for paper flow shop scheduling pr...11.bicriteria in n x 0002www.iiste.org call for paper flow shop scheduling pr...
11.bicriteria in n x 0002www.iiste.org call for paper flow shop scheduling pr...Alexander Decker
 
11.application of branch and bound method for optimal two stage flow shop sch...
11.application of branch and bound method for optimal two stage flow shop sch...11.application of branch and bound method for optimal two stage flow shop sch...
11.application of branch and bound method for optimal two stage flow shop sch...Alexander Decker
 
11.flow shop scheduling problem, processing time associated with probabilitie...
11.flow shop scheduling problem, processing time associated with probabilitie...11.flow shop scheduling problem, processing time associated with probabilitie...
11.flow shop scheduling problem, processing time associated with probabilitie...Alexander Decker
 
Flow shop scheduling problem, processing time associated with probabilities i...
Flow shop scheduling problem, processing time associated with probabilities i...Flow shop scheduling problem, processing time associated with probabilities i...
Flow shop scheduling problem, processing time associated with probabilities i...Alexander Decker
 
11.machines constrained flow shop scheduling processing time, setup time each...
11.machines constrained flow shop scheduling processing time, setup time each...11.machines constrained flow shop scheduling processing time, setup time each...
11.machines constrained flow shop scheduling processing time, setup time each...Alexander Decker
 
Bicriteria in constrained n x 3 flow shop to minimize the rental cost, setup ...
Bicriteria in constrained n x 3 flow shop to minimize the rental cost, setup ...Bicriteria in constrained n x 3 flow shop to minimize the rental cost, setup ...
Bicriteria in constrained n x 3 flow shop to minimize the rental cost, setup ...Alexander Decker
 
11.bicriteria in constrained n x 0003www.iiste.org call for paper flow shop t...
11.bicriteria in constrained n x 0003www.iiste.org call for paper flow shop t...11.bicriteria in constrained n x 0003www.iiste.org call for paper flow shop t...
11.bicriteria in constrained n x 0003www.iiste.org call for paper flow shop t...Alexander Decker
 
11.minimizing rental cost under specified rental policy in two stage flowshop...
11.minimizing rental cost under specified rental policy in two stage flowshop...11.minimizing rental cost under specified rental policy in two stage flowshop...
11.minimizing rental cost under specified rental policy in two stage flowshop...Alexander Decker
 
Minimizing rental cost under specified rental policy in two stage flowshop se...
Minimizing rental cost under specified rental policy in two stage flowshop se...Minimizing rental cost under specified rental policy in two stage flowshop se...
Minimizing rental cost under specified rental policy in two stage flowshop se...Alexander Decker
 
1.[1 12]bicriteria in nx2 flow shop scheduling including job block
1.[1 12]bicriteria in nx2 flow shop scheduling including job block1.[1 12]bicriteria in nx2 flow shop scheduling including job block
1.[1 12]bicriteria in nx2 flow shop scheduling including job blockAlexander Decker
 
11.minimizing rental cost for n jobs, 0002www.iiste.org call for-paper-machin...
11.minimizing rental cost for n jobs, 0002www.iiste.org call for-paper-machin...11.minimizing rental cost for n jobs, 0002www.iiste.org call for-paper-machin...
11.minimizing rental cost for n jobs, 0002www.iiste.org call for-paper-machin...Alexander Decker
 
Minimizing rental cost for n jobs, 2-machines flow shop scheduling, processin...
Minimizing rental cost for n jobs, 2-machines flow shop scheduling, processin...Minimizing rental cost for n jobs, 2-machines flow shop scheduling, processin...
Minimizing rental cost for n jobs, 2-machines flow shop scheduling, processin...Alexander Decker
 
Job Shop Scheduling.pptx
Job Shop Scheduling.pptxJob Shop Scheduling.pptx
Job Shop Scheduling.pptxSyedAmirIqbal3
 
19 sameer sharma final paper--268-286
19 sameer sharma final paper--268-28619 sameer sharma final paper--268-286
19 sameer sharma final paper--268-286Alexander Decker
 
Job shop scheduling
Job shop schedulingJob shop scheduling
Job shop schedulingSujeet TAMBE
 
Job Shop Scheduling Using Mixed Integer Programming
Job Shop Scheduling Using Mixed Integer ProgrammingJob Shop Scheduling Using Mixed Integer Programming
Job Shop Scheduling Using Mixed Integer ProgrammingIJMERJOURNAL
 
CS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdfCS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdfssuser034ce1
 

Similar to Application of branch and bound technique for nx3 flow shop scheduling, in which processing time associated with their respective probabilities (20)

Application of branch and bound technique for 3 stage flow shop scheduling pr...
Application of branch and bound technique for 3 stage flow shop scheduling pr...Application of branch and bound technique for 3 stage flow shop scheduling pr...
Application of branch and bound technique for 3 stage flow shop scheduling pr...
 
Bicriteria in n x 2 flow shop scheduling problem under specified rental polic...
Bicriteria in n x 2 flow shop scheduling problem under specified rental polic...Bicriteria in n x 2 flow shop scheduling problem under specified rental polic...
Bicriteria in n x 2 flow shop scheduling problem under specified rental polic...
 
11.bicriteria in n x 0002www.iiste.org call for paper flow shop scheduling pr...
11.bicriteria in n x 0002www.iiste.org call for paper flow shop scheduling pr...11.bicriteria in n x 0002www.iiste.org call for paper flow shop scheduling pr...
11.bicriteria in n x 0002www.iiste.org call for paper flow shop scheduling pr...
 
11.application of branch and bound method for optimal two stage flow shop sch...
11.application of branch and bound method for optimal two stage flow shop sch...11.application of branch and bound method for optimal two stage flow shop sch...
11.application of branch and bound method for optimal two stage flow shop sch...
 
11.flow shop scheduling problem, processing time associated with probabilitie...
11.flow shop scheduling problem, processing time associated with probabilitie...11.flow shop scheduling problem, processing time associated with probabilitie...
11.flow shop scheduling problem, processing time associated with probabilitie...
 
Flow shop scheduling problem, processing time associated with probabilities i...
Flow shop scheduling problem, processing time associated with probabilities i...Flow shop scheduling problem, processing time associated with probabilities i...
Flow shop scheduling problem, processing time associated with probabilities i...
 
11.machines constrained flow shop scheduling processing time, setup time each...
11.machines constrained flow shop scheduling processing time, setup time each...11.machines constrained flow shop scheduling processing time, setup time each...
11.machines constrained flow shop scheduling processing time, setup time each...
 
Bicriteria in constrained n x 3 flow shop to minimize the rental cost, setup ...
Bicriteria in constrained n x 3 flow shop to minimize the rental cost, setup ...Bicriteria in constrained n x 3 flow shop to minimize the rental cost, setup ...
Bicriteria in constrained n x 3 flow shop to minimize the rental cost, setup ...
 
11.bicriteria in constrained n x 0003www.iiste.org call for paper flow shop t...
11.bicriteria in constrained n x 0003www.iiste.org call for paper flow shop t...11.bicriteria in constrained n x 0003www.iiste.org call for paper flow shop t...
11.bicriteria in constrained n x 0003www.iiste.org call for paper flow shop t...
 
11.minimizing rental cost under specified rental policy in two stage flowshop...
11.minimizing rental cost under specified rental policy in two stage flowshop...11.minimizing rental cost under specified rental policy in two stage flowshop...
11.minimizing rental cost under specified rental policy in two stage flowshop...
 
Minimizing rental cost under specified rental policy in two stage flowshop se...
Minimizing rental cost under specified rental policy in two stage flowshop se...Minimizing rental cost under specified rental policy in two stage flowshop se...
Minimizing rental cost under specified rental policy in two stage flowshop se...
 
1.[1 12]bicriteria in nx2 flow shop scheduling including job block
1.[1 12]bicriteria in nx2 flow shop scheduling including job block1.[1 12]bicriteria in nx2 flow shop scheduling including job block
1.[1 12]bicriteria in nx2 flow shop scheduling including job block
 
11.minimizing rental cost for n jobs, 0002www.iiste.org call for-paper-machin...
11.minimizing rental cost for n jobs, 0002www.iiste.org call for-paper-machin...11.minimizing rental cost for n jobs, 0002www.iiste.org call for-paper-machin...
11.minimizing rental cost for n jobs, 0002www.iiste.org call for-paper-machin...
 
Minimizing rental cost for n jobs, 2-machines flow shop scheduling, processin...
Minimizing rental cost for n jobs, 2-machines flow shop scheduling, processin...Minimizing rental cost for n jobs, 2-machines flow shop scheduling, processin...
Minimizing rental cost for n jobs, 2-machines flow shop scheduling, processin...
 
Job Shop Scheduling.pptx
Job Shop Scheduling.pptxJob Shop Scheduling.pptx
Job Shop Scheduling.pptx
 
job scheduling
job schedulingjob scheduling
job scheduling
 
19 sameer sharma final paper--268-286
19 sameer sharma final paper--268-28619 sameer sharma final paper--268-286
19 sameer sharma final paper--268-286
 
Job shop scheduling
Job shop schedulingJob shop scheduling
Job shop scheduling
 
Job Shop Scheduling Using Mixed Integer Programming
Job Shop Scheduling Using Mixed Integer ProgrammingJob Shop Scheduling Using Mixed Integer Programming
Job Shop Scheduling Using Mixed Integer Programming
 
CS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdfCS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdf
 

More from Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

More from Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Recently uploaded

Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncrdollysharma2066
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadIslamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadAyesha Khan
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menzaictsugar
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCRashishs7044
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportMintel Group
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMVoces Mineras
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africaictsugar
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMintel Group
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 

Recently uploaded (20)

Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadIslamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample Report
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQM
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africa
 
Call Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North GoaCall Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North Goa
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 Edition
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 

Application of branch and bound technique for nx3 flow shop scheduling, in which processing time associated with their respective probabilities

  • 1. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.1, 2011 Application of Branch and Bound Technique for n  3 Flow Shop Scheduling, In Which Processing Time Associated With Their Respective Probabilities Deepak Gupta Department of Mathematics, Maharishi Markandeshwar University Mullana, Ambala *E-mail of the corresponding author: guptadeepak2003@yahoo.co.in Abstract: The paper deals branch and bound technique to solve a 3 stage flow-shop scheduling problem in which probabilities are associated with their processing time. Our objective is to obtain an optimal sequence of jobs to minimizing the total elapsed time. The working of the algorithm has been illustrated by numerical example. Keywords: Flow-Shop, Branch and Bound, Scheduling, Make Span, Total Elapsed Time. 1. Introduction: Many applied and experimental situations, which generally arise in manufacturing concern to get an optimal schedule of jobs in set of machines, diverted the attention of researchers and engineers. In flow-shop scheduling, the objective is to obtain a sequence of jobs which when processed in a fixed order of machines, will optimize some well defined criteria. Various researchers have done a lot of work in this direction. Johnson[1], first of all gave a method to minimise the makespan for n-job, two-machine scheduling problems. The work was further extended by Ignall and Scharge [3], Cambell[7], Maggu and Dass [17], Heydari [21], Yoshida and Hitomi [20], Lomnicki [4], Palmer [2], Bestwick and Hastings [6], Nawaz et al. [9] , Sarin and Lefoka [13] , Koulamas [16], Dannenbring [8] , etc. by considering various parameters.Yoshida and Hitomi [20] considered two stage flow shop problem to minimize the makespan whenever set up times are separated from processing time. The basic concept of equivalent job for a job block has been introduced by Maggu and Dass [17]. Singh T.P. and Gupta Deepak [18] studied the optimal two stage production schedule in which processing time and set up time both were associated with probabilities including job block criteria. Heydari [21] dealt with a flow shop scheduling problem where n jobs are processed in two disjoint job blocks in a string consists of one job block in which order of jobs is fixed and other job block in which order of jobs is arbitrary. Lomnicki [4] introduced the concept of flow shop scheduling with the help of branch and bound method. Further the work was developed by Ignall and Scharge[3], Chandrasekharan [22] , Brown and Lomnicki [5] , with the branch and bound technique to the machine scheduling problem by introducing different parameters. In practical situations processing times are not always deterministic so we have associated probabilities with their processing times of all the jobs on all the three machines. This paper combines the study made by Lomnicki[4], Singh T.P. and Gupta Deepak [18] and hence the problem discussed here is wider and has significant use of theoretical results in process industries. 2. Assumptions: 31
  • 2. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.1, 2011 1. No passing is allowed. 2. Each operation once started must performed till completion. 3. A job is entity, i.e. no job may be processed by more than one machine at a time. 3. Notations: We are given n jobs to be processed on three stage flowshop scheduling problem and we have used the following notations: Ai : Processing time for job i on machine A Bi : Processing time for job i on machine B Ci : Processing time for job i on machine C pi1 : Expected processing time for job i on machine A pi2 : Expected processing time for job i on machine B pi3 : Expected processing time for job i on machine C Cij : Completion time for job i on machines A, B and C. S0 : Optimal sequence Jr : Partial schedule of r scheduled jobs. Jr′ : The set of remaining (n-r) free jobs. 4. Mathematical Development: Consider n jobs say i=1, 2, 3 … n are processed on three machines A, B & C in the order ABC. A job i (i=1,2,3…n) has processing time Ai , Bi & Ci on each machine respectively, assuming their respective probabilities pi , qi & ri such that 0≤ pi ≤ 1, Σpi = 1, 0 ≤ qi ≤ 1, Σqi = 1, 0≤ ri ≤ 1, Σri = 1. The mathematical model of the problem in matrix form can be stated as : Jobs Machine A Machine B Machine C i Ai pi Bi qi Ci ri 1 A1 p1 B1 q1 C1 r1 2 A2 p2 B2 q2 C2 r2 3 A3 p3 B3 q3 C3 r3 4 A4 p4 B4 q4 C4 r4 --- --- --- --- --- --- --- --- --- --- --- --- --- --- n An pn Bn qn Cn rn Tableau – 1 Our objective is to obtain the optimal schedule of all jobs which minimize the total elapsed time, using branch and bound technique. 1. Algorithm: Step1: Calculate expected processing time pi1, pi2 & pi3 on machines A, B & C respectively as follows: pi1 = Ai * pi , pi2 = Bi * qi and pi3 = Ci * ri Step2: Calculate 32
  • 3. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.1, 2011 (i) g1 = t ( J r ,1)   pi1  min( pi 2  pi 3 )  iJ r  iJ r (ii) g2 = t ( J r , 2)   pi 2  min( pi 3 )  iJ r  i jr (iii) g3= t ( J r ,3)   pi 3  i jr Step 3: Calculate g = max [g1, g2, g3] We evaluate g first for the n classes of permutations, i.e. for these starting with 1, 2, 3………n respectively, having labelled the appropriate vertices of the scheduling tree by these values. Step 4: Now explore the vertex with lowest label. Evaluate g for the (n-1) subclasses starting with this vertex and again concentrate on the lowest label vertex. Continuing this way, until we reach at the end of the tree represented by two single permutations, for which we evaluate the total work duration. Thus we get the optimal schedule of the jobs.. 6. Numerical example: Consider 6 jobs 3 machine flow shop problem. processing time of the jobs on each machine is given. Our objective is to find optimal sequence of jobs to find the minimum elapsed time. Job Machine A Machine B Machine C i Ai pi Bi qi Ci ri 1 5 0.2 8 0.2 20 0.2 2 6 0.2 30 0.2 6 0.2 3 30 0.3 4 0.2 5 0.1 4 2 0.1 5 0.1 3 0.1 5 3 0.1 10 0.2 4 0.2 6 4 0.1 1 0.1 4 0.2 Tableau – 2 Solution: Step1: Define expected processing time pi1, pi2 & pi3 on machine A , B & C respectively as shown in the tableau – 3 Step2 & Step 3: Calculate (i) g1 = t ( J r ,1)   pi1  min( pi 2  pi 3 )  iJ r  iJ r (ii) g2 = t ( J r , 2)   pi 2  min( pi 3 )  iJ r  i jr (iii) g3= t ( J r ,3)   pi 3  i jr For J1 = (1).Then J′(1) = {2,3,4,5,6}, we get g1 = 55 , g2 = 66 & g3 = 55 g = max(g1, g2, g3) = max(55,66,55) = 66 33
  • 4. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.1, 2011 similarly, we have LB(2)= max(55,67,78) = 78 LB(3)= max(55,91,76) = 91 LB(4)= max(55,64,49) = 64 LB(5)= max(55,64,55) = 64 LB(6)= max(58,65,47) = 65 Step4: Now branch from J1 = (4). Take J2 =(41) Then J′2={2,3,5,6} and LB(41)= max(55,64,54) = 64 Proceeding in this way, we obtain lower bound values on the completion time on machine C as shown in the tableau- 4 Therefore, the minimum completion time on machine C is 67. Hence optimal sequence is S0 :4-5-1-6-2-3 and total elapsed time:67 In-Out table for the given problem is in tableau-5 7. Remarks: The study may further be extended by considering various parameters such as transportation time, break down interval, mean weightage time etc. References : [1] Johnson S. M. (1954), “Optimal two and three stage production schedule with set up times included”. Nay Res Log Quart Vol. 1, pp 61-68 [2] Palmer, D.S.(1965), “Sequencing jobs through a multi-stage process in the minimum total time - a quick method of obtaining a near-optimum”, Operational Research Quarterly, Vol. 16,No. 1, pp.101-107. [3] Ignall, E. and Schrage, L. (1965), “Application of the branch-and-bound technique to some flowshop scheduling problems”, Operations Research, Vol. 13, pp.400-412. [4] Lomnicki, Z.A. (1965), “A branch-and-bound algorithm for the exact solution of the three-machine scheduling problem”, Operational Research Quarterly, Vol. 16, pp.89-100. [5] Brown, A.P.G. and Lomnicki, Z.A. (1966), “Some applications of the branch and bound algorithm to the machine scheduling problem”, Operational Research Quarterly, Vol. 17, pp.173-182. [6] Bestwick, P.F. and Hastings, N.A.J. (1976), “A new bound for machine scheduling”, Operational Research Quarterly, Vol. 27, pp.479-490. [7] Campbell, H.G., Dudek, R.A. and Smith, M.L. (1970), “A heuristic algorithm for the n-job, m-machine sequencing problem”, Management Science, Vol. 16, pp.630-637. 34
  • 5. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.1, 2011 [8] Dannenbring, D.G. (1977), “An evaluation of flowshop sequencing heuristics”, Management Science, Vol. 23, No. 11, pp.1174-1182. [9] Nawaz M., Enscore Jr., E.E. and Ham, I. (1983), “A heuristic algorithm for the m- machine n-job flowshop sequencing problem”, OMEGA International Journal of Management Science, Vol. 11, pp.91-95. [10] Turner S. and Booth D. (1987),“Comparison of heuristics for flowshop sequencing”, OMEGA,Vol.15, pp.75-78. [11] Kreyszig, E. (1972), “Advanced Engineering Mathematics”, NewYork: John Wiley. [12] Gupta, J.N.D. (1971),“A functional heuristic algorithm for the flow-shop scheduling problem”, Operational Research Quaterly, Vol. 22, No. 1. [13] Sarin, S. and Lefoka, M. (1993), “Scheduling heuristics for the n-job, m-machine flowshop”, OMEGA, Vol. 21, pp.229-234. [14] Cormen, T.H., Leiserson, C.E. and Rivest, R.L.(1990),“Introduction to Algorithms”, Cambridge, MA: MIT Press. [15] Park, Y.B. (1981), “A simulation study and an analysis for evaluation of performance-effectiveness of flowshop sequencing heuristics: a static and dynamic flowshop model”, Master’s Thesis, Pennsylvania State University. [16] Koulamas, C. (1998), “A new constructive heuristic for the flowshop scheduling problem”, European Journal of Operations Research, Vol. 105, pp.66-71. [17] P. L. Maggu & Das (1981), “On n x 2 sequencing problem with transportation time of jobs”, Pure and Applied Mathematika Sciences, pp.12-16. [18] Singh, T.P., K, Rajindra & Gupta Deepak (2005), “Optimal three stage production schedule the processing time and set up times associated with probabilities including job block criteria”, Proceeding of National Conference FACM- (2005), pp. 463-470. [19] Chandramouli, A.B.(2005),“Heuristic approach for N job 3 machine flow shop scheduling problem involving transportation time, break-down time and weights of jobs”, Mathematical and Computational Application, Vol.10 (No.2), pp. 301-305. [20] Yoshida and Hitomi (1979), “Optimal two stage production scheduling with set up times separated”,AIIETransactions. Vol. II. pp.261-263. [21] Ahmad Pour Darvish Heydari (2003), “On flow shop scheduling problem with processing of jobs in a string of disjoint job blocks: fixed order jobs and arbitrary order jobs”, JISSOR, Vol. XXIV, pp. 1- 4. [22] Chander Shekharn, K, Rajendra, Deepak Chanderi (1992),“An efficient heuristic approach to the scheduling of jobs in a flow shop”, European Journal of Operation Research 61, pp.318-325. 35
  • 6. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.1, 2011 Tables and Figures: Table 3: The expected processing times for machine A, B and C are as follows: Job Machine A Machine B Machine C Table i pi1 pi2 pi3 4: lower Node Jr LB (Jr) 1 5 8 20 bounds for (1) 66 (2) 78 2 6 30 6 respective (3) 91 3 30 4 5 jobs are as (4) 64 4 2 5 3 follows: (5) 64 5 3 10 4 (6) 65 6 4 1 4 (41) 64 (42) 77 (43) 89 (45) 62 (46) 63 (451) 59 (452) 76 Tableau 5: In-Out table for the given problem is as follows: (453) 83 (456) 59 (4512) 61 Job Machine A Machine B Machine C (4513) 79 i In-out In-out In-out (4516) 59 4 0-2 2-7 7-10 (45162) 61 5 2-5 7-17 17-21 (45163) 86 1 5-10 17-25 25-45 6 10-14 25-26 45-49 2 14-20 26-56 56-62 3 20-50 56-60 62-67=T Figure-1 Branches for the optimal sequence 36