The two-machine flowshop total completion time problem: A branch-and-bound based on network-flow formulation

Similar documents
A new Lagrangian bound for the min-sum job-shop scheduling

On the exact solution of a large class of parallel machine scheduling problems

SEQUENCING A SINGLE MACHINE WITH DUE DATES AND DEADLINES: AN ILP-BASED APPROACH TO SOLVE VERY LARGE INSTANCES

An Integrated Column Generation and Lagrangian Relaxation for Flowshop Scheduling Problems

An Exact Algorithm for the Single-Machine Earliness Tardiness Scheduling Problem

Column Generation for Extended Formulations

A Global Constraint for Total Weighted Completion Time for Unary Resources

A dynamic programming algorithm for single machine scheduling with ready times

Projection in Logic, CP, and Optimization

Decision Diagrams for Discrete Optimization

Travelling Salesman Problem

Integer Programming. Wolfram Wiesemann. December 6, 2007

Bounds for the Permutation Flowshop Scheduling Problem with Exact Time Lags while Minimizing the Total Earliness and Tardiness

Feasibility Pump Heuristics for Column Generation Approaches

A new lower bound for one-machine earliness-tardiness scheduling

Outline. Relaxation. Outline DMP204 SCHEDULING, TIMETABLING AND ROUTING. 1. Lagrangian Relaxation. Lecture 12 Single Machine Models, Column Generation

AN INTEGRATED COLUMN GENERATION AND LAGRANGIAN RELAXATION FOR SOLVING FLOWSHOP PROBLEMS TO MINIMIZE THE TOTAL WEIGHTED TARDINESS

An Exact Algorithm for the Steiner Tree Problem with Delays

Multi-Skill Resource-Constrained Project Scheduling: Formulation and Inequalities

Introduction to Bin Packing Problems

Single Machine Models

A Column Generation Based Heuristic for the Dial-A-Ride Problem

Stabilization in Column Generation: numerical study

Part 4. Decomposition Algorithms

Integer Programming Reformulations: Dantzig-Wolfe & Benders Decomposition the Coluna Software Platform

Job Sequencing with One Common and Multiple Secondary Resources: A Problem Motivated from Particle Therapy for Cancer Treatment

Using column generation to solve parallel machine scheduling problems with minmax objective functions

A polynomial-time approximation scheme for the two-machine flow shop scheduling problem with an availability constraint

Embedded Systems 15. REVIEW: Aperiodic scheduling. C i J i 0 a i s i f i d i

Lecture 8: Column Generation

4 Sequencing problem with heads and tails

No-Idle, No-Wait: When Shop Scheduling Meets Dominoes, Eulerian and Hamiltonian Paths

Recoverable Robustness in Scheduling Problems

A Branch-and-Bound Procedure to Minimize Total Tardiness on One Machine with Arbitrary Release Dates

Flow Shop and Job Shop Models

Minimum Linear Arrangements

An exact approach to early/tardy scheduling with release dates

RCPSP Single Machine Problems

Single Machine Problems Polynomial Cases

FH2(P 2,P2) hybrid flow shop scheduling with recirculation of jobs

Marjan van den Akker. Han Hoogeveen Jules van Kempen

Thermal Unit Commitment Problem

Contents college 5 and 6 Branch and Bound; Beam Search (Chapter , book)! general introduction

Integer Programming Part II

Pedro Munari - COA 2017, February 10th, University of Edinburgh, Scotland, UK 2

Column generation for extended formulations

Minimizing total weighted tardiness on a single machine with release dates and equal-length jobs

Lagrangian Domain Reductions for the Single Machine Earliness-Tardiness Problem with Release Dates

Minimizing the number of tardy jobs for the single machine scheduling problem: MIP-based lower and upper bounds

A comparison of sequencing formulations in a constraint generation procedure for avionics scheduling

Lecture 9: Dantzig-Wolfe Decomposition

Introduction to Integer Linear Programming

Complexity analysis of job-shop scheduling with deteriorating jobs

Disconnecting Networks via Node Deletions

Solving a Production Scheduling Problem as a Time-Dependent Traveling Salesman Problem

Discrete (and Continuous) Optimization WI4 131

on a Single Machine Stephane Dauzere-Peres a Marc Sevaux b Helleveien 30 N-5035 Bergen-Sandviken, Norway Ecole des Mines de Nantes

A Note on Symmetry Reduction for Circular Traveling Tournament Problems

Using column generation to solve parallel machine scheduling problems with minmax objective functions

Development of the new MINLP Solver Decogo using SCIP - Status Report

Logic, Optimization and Data Analytics

Part III: Traveling salesman problems

Decision Diagrams for Sequencing and Scheduling

Network Flows. 6. Lagrangian Relaxation. Programming. Fall 2010 Instructor: Dr. Masoud Yaghini

Decision Diagrams: Tutorial

On the Complexity of Mapping Pipelined Filtering Services on Heterogeneous Platforms

Algorithm Design. Scheduling Algorithms. Part 2. Parallel machines. Open-shop Scheduling. Job-shop Scheduling.

Coalition Structure Generation in Multi-Agent Systems With Positive and Negative Externalities

Table of Contents. Best-Case Lower Bounds in a Group Sequence for the Job Shop Problem. Group Sequencing. Introduction IFAC 2008 WC

Exponential neighborhood search for a parallel machine scheduling problem

Optimisation Constraints

5 Integer Linear Programming (ILP) E. Amaldi Foundations of Operations Research Politecnico di Milano 1

Event-based formulations for the RCPSP with production and consumption of resources

The Challenge Roadef - Équipe S23

Scheduling with AND/OR Precedence Constraints

A Lagrangian bound for many-to-many assignment problems - Additional Results

Part III: Traveling salesman problems

Integer Programming ISE 418. Lecture 8. Dr. Ted Ralphs

Topics in Approximation Algorithms Solution for Homework 3

Single machine scheduling with forbidden start times

A LAGRANGIAN RELAXATION FOR CAPACITATED SINGLE ALLOCATION P-HUB MEDIAN PROBLEM WITH MULTIPLE CAPACITY LEVELS

Extended Formulations, Lagrangian Relaxation, & Column Generation: tackling large scale applications

CAPACITATED LOT-SIZING PROBLEM WITH SETUP TIMES, STOCK AND DEMAND SHORTAGES

Linear integer programming and its application

arxiv: v1 [math.oc] 20 Mar 2019

Solving Elementary Shortest-Path Problems as Mixed-Integer Programs

Polynomially solvable and NP-hard special cases for scheduling with heads and tails

Two Dynamic Programming Methodologies in Very Large Scale Neighborhood Search Applied to the Traveling Salesman Problem

On bilevel machine scheduling problems

A Branch and Bound Algorithm for the Project Duration Problem Subject to Temporal and Cumulative Resource Constraints

Projection, Consistency, and George Boole

Practical Tips for Modelling Lot-Sizing and Scheduling Problems. Waldemar Kaczmarczyk

Scheduling Home Hospice Care with Logic-Based Benders Decomposition

Job Sequencing Bounds from Decision Diagrams

A Column Generation Based Destructive Lower Bound for Resource Constrained Project Scheduling Problems.

4/12/2011. Chapter 8. NP and Computational Intractability. Directed Hamiltonian Cycle. Traveling Salesman Problem. Directed Hamiltonian Cycle

where X is the feasible region, i.e., the set of the feasible solutions.

Introduction to Integer Programming

Minimizing Mean Flowtime and Makespan on Master-Slave Systems

A polynomial time algorithm to solve the single-item capacitated lot sizing problem with minimum order quantities and concave costs

Transcription:

The two-machine flowshop total completion time problem: A branch-and-bound based on network-flow formulation Boris Detienne 1, Ruslan Sadykov 1, Shunji Tanaka 2 1 : Team Inria RealOpt, University of Bordeaux, France 2 : Department of Electrical Engineering, Kyoto University, Japan Multidisciplinary International Scheduling conference: Theory and Application MISTA 2015 August 25th, 2015 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 1 / 43

Outline 1 Introduction Problem description Literature Contribution 2 Lower bounds Network flow formulation Extended network flow formulation 3 Branch-and-bound 4 Numerical results B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 2 / 43

1 Introduction Problem description Literature Contribution 2 Lower bounds 3 Branch-and-bound 4 Numerical results B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 3 / 43

Two-machine flow-shop problem F2 ST SI C i Input data: A set I of n jobs composed of 2 operations The first operation is processed on machine 1, the second on machine 2 For all i I, s 2 i is the sequence-independent setup time on machine 2 Assumption: data are integer and deterministic Constraints Each machine can process only one operation at a time Operations of a same job cannot be processed simultaneously Objective Find a schedule that minimizes the sum of the completion times of the jobs on the second machine. B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 4 / 43

Example i 1 2 3 p 1 i 3 7 2 p 2 i 3 4 3 s 2 i 2 2 3 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 5 / 43

Example i 1 2 3 p 1 i 3 7 2 p 2 i 3 4 3 s 2 i 2 2 3 0 3 1 3 6 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 5 / 43

Example i 1 2 3 p 1 i 3 7 2 p 2 i 3 4 3 s 2 i 2 2 3 0 3 10 1 3 6 8 10 14 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 5 / 43

Example i 1 2 3 p 1 i 3 7 2 p 2 i 3 4 3 s 2 i 2 2 3 0 3 10 12 1 3 6 8 10 14 17 20 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 5 / 43

Example i 1 2 3 p 1 i 3 7 2 p 2 i 3 4 3 s 2 i 2 2 3 0 3 10 12 1 3 6 8 10 14 17 20 Cost of the schedule: 6 + 14 + 20 = 40 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 5 / 43

Properties of the problem Complexity Strongly NP-hard [Conway et al., 1967] Dominating solutions There is a least one optimal schedule that is: active (operations are performed as soon as possible, no unforced idle time) such that the sequences of the jobs on both machines are the same (permutation schedule) [Conway et al., 1967, Allahverdi et al., 1999] The problem comes to find one optimal sequence of jobs. B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 6 / 43

Literature Lower bounds and exact algorithms L.B.: Single machine problems [Ignall and Schrage, 1965], [Ahmadi and Bagchi, 1990], [Della Croce et al., 1996], [Allahverdi, 2000] Branch-and-bound, up to 10, 15 and 30 jobs (p i 20), 20 jobs (p i 100) L.B.: Lagrangian relaxation of precedence constraints [van de Velde, 1990], [Della Croce et al, 2002], [Gharbi et al., 2013] Branch-and-bound, up to 20 and 45 jobs (p i 10) L.B.: linear relaxation of a positional/assignment model [Akkan and Karabati, 2004], [Hoogeven et al., 2006], [Haouari and Kharbeche, 2013], [Gharbi et al., 2013] : 35 jobs (p i 100) L.B.: Lagrangian relaxation of the job cardinality ctr., flow model [Akkan and Karabati, 2004] Branch-and-bound, up to 60 jobs (p i 10), 45 jobs (p i 100) B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 7 / 43

Contribution Branch-and-bound based on the network flow model of [Akkan and Karabati, 2004] Improvements Stronger lower bound by using a larger size network Advantages Stronger Lagrangian relaxation bound Allows integration of dominance rules inside the network Disadvantages (Too) high memory and CPU time requirements Reduction of the size of the network using Lagrangian cost variable fixing Extension to sequence-independent setup times B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 8 / 43

1 Introduction 2 Lower bounds Network flow formulation Extended network flow formulation 3 Branch-and-bound 4 Numerical results B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 9 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables L c k = C2 [k] C1 : time lag elapsed between the completion of the job in [k] position k on machine 1 and on machine 2 Total completion time B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 10 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables L c k = C2 [k] C1 : time lag elapsed between the completion of the job in [k] position k on machine 1 and on machine 2 Total completion time B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 10 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables L c k = C2 [k] C1 : time lag elapsed between the completion of the job in [k] position k on machine 1 and on machine 2 Total completion time B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 10 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables L c k = C2 [k] C1 : time lag elapsed between the completion of the job in [k] position k on machine 1 and on machine 2 Total completion time B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 10 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables L c k = C2 [k] C1 : time lag elapsed between the completion of the job in [k] position k on machine 1 and on machine 2 Total completion time 3p 1 1 + Lc 1 2p 1 2 + Lc 2 p 1 3 + Lc 3 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 10 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables L c k = C2 [k] C1 : time lag elapsed between the completion of the job in [k] position k on machine 1 and on machine 2 Total completion time 3p 1 1 + Lc 1 2p 1 2 + Lc 2 p 1 3 + Lc 3 n k=1 C2 [k] = n k=1 (n k + 1)p 1 [k] + Lc k B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 11 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables Recursive formula for lag: L c k 0, = max L c k 1 + s2 [k] p1 + p 2 [k] [k] Total completion time 3p 1 1 + Lc 1 2p 1 2 + Lc 2 p 1 3 + Lc 3 n k=1 C2 [k] = n k=1 (n k + 1)p 1 [k] + Lc k B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 11 / 43

Network flow formulation [Akkan et Karabati, 2004] Lag-based models The contribution of a job to the objective function only depends on: Its position in the sequence Its lag, which is directly deduced from the lag of the preceding job Structure of the network One node a pair (position, lag) One arc the processing of a job initial node determines the position terminal node determines the lag The cost of an arc is the corresponding contribution to the objective function B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 12 / 43

Network flow formulation [Akkan et Karabati, 2004]: G 1 p 1 = (10, 7); p 2 = (7, 3); p 3 = (1, 3) l = 3 cost=7 3 + 3 = 24 l = 3 l = 3 1 l = 5 cost=6 cost=37 l = 7 l = 5 2 l = 7 2 l = 7 l = 9 l = 9 l = 11 k = 0 k = 1 k = 2 k = 3 k = 4 Shortest path + Each job is processed exactly once B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 13 / 43

Network flow formulation [Akkan et Karabati, 2004]: G 1 p 1 = (10, 7); p 2 = (7, 3); p 3 = (1, 3) l = 3 cost=7 3 + 3 = 24 l = 3 l = 3 1 l = 5 cost=6 cost=37 l = 7 l = 5 2 l = 7 2 l = 7 l = 9 l = 9 l = 11 k = 0 k = 1 k = 2 k = 3 k = 4 Shortest path + Each job is processed once L.B. by Lagrangian relaxation B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 13 / 43

Network flow formulation [Akkan et Karabati, 2004]: G 1 Disadvantage: many infeasible paths "weak" lower bound l = 3 l = 3 l = 3 1 l = 5 l = 7 l = 5 l = 7 1 2 l = 7 l = 9 l = 9 l = 11 k = 0 k = 1 k = 2 k = 3 k = 4 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 14 / 43

Extended network flow formulation: G 2 Structure of the network One node a triplet (position, lag, job) One arc the processing of a job initial node determines the position and the job terminal node determines the lag and the next job The cost of an arc is the corresponding contribution to the objective function B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 15 / 43

Extended network G 2 l = 7 l = 7 l = 7 l = 3 J3 l = 3 l = 3 k = 0 k = 1 k = 2 k = 3 k = 4 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 16 / 43

Extended network G 2 - Example of reduction l = 7 l = 7 l = 7 l = 3 J3 l = 3 l = 3 k = 0 k = 1 k = 2 k = 3 k = 4 Jobs cannot be processed twice consecutively B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 17 / 43

Extended network G 2 - Example of reduction l = 7 l = 7 l = 3 l = 3 l = 3 k = 0 k = 1 k = 2 k = 3 k = 4 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 18 / 43

Extended network G 2 - Example of reduction l = 7 l = 7 l = 3 l = 3 l = 3 k = 0 k = 1 k = 2 k = 3 k = 4 If p 1 i + s2 j p 1 j + s2 i, p2 i + s2 i p 2 j + s2 j, and p2 j p 2 i, then i j [Allahverdi, 2000] B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 19 / 43

Extended network G 2 - Example of reduction l = 7 l = 3 l = 3 k = 0 k = 1 k = 2 k = 3 k = 4 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 20 / 43

Extended network G 2 - Example of reduction Given a position k, a lag l and a sub-sequence σ: f (k, l, σ): cost of scheduling σ at (k, l) L(k, l, σ): lag of the last job of σ scheduled at (k, l) Dominance Sub-sequence σ is dominated at (k, l) by sub-sequence σ if: The set of jobs in σ and σ is the same f (k, l, σ) > f (k, l, σ ) The partial schedule up to the end of σ will be less costly L(k, l, σ) L(k, l, σ ) The partial schedule after σ will not be more costly B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 21 / 43

Extended network G 2 - Example of reduction f (k = 1,, σ = (, )) = 37 L(k = 1,, σ = (, )) = 9 l = 7 l = 3 J 4 l = 9 J 4 l = 7 l = 3 f (k = 1,, σ = (, )) = 22 L(k = 1,, σ = (, )) = 7 k = 0 k = 1 k = 2 k = 3 k = 4 Example: σ = 2 allows us to remove some arcs B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 22 / 43

Lagrangian cost variable fixing Additional input data An upper bound UB of the optimum is known Principle Assume that one dominant optimal solution satisfies hypothesis h The optimal path goes through a given arc Compute a (Lagrangian) lower bound LB h under h If LB h > UB, then h is not satisfied in any optimal dominant solution The arc can be removed from the graph B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 23 / 43

Lagrangian cost variable fixing (1) Removing arcs from the network Hypothesis: the path goes through e [Ibaraki and Nakamura, 1994] Given Lagrangian multipliers π v J i e w J j SP(w, ) SP(0, v) SP(e) = SP(, v) + cost(e) + SP(w, ) If SP(e) j π j > UB, then e is part of no optimal solution. Computing SP(e) for all e E is done in O( E )-time B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 24 / 43

Lagrangian cost variable fixing (2) Removing arcs from the network [Detienne et al., 2012] Given Lagrangian multipliers π and a job J i SP i (0, v) v J i e w J j SP i (w, ) e represents J i SP i (a, b) : SP from a to b going through no arc representing J i SP i (e) = SP i (, v) + cost(e) + SP i (w, ) If SP i (e) j π j > UB, then e is part of no optimal solution. Computing SP i (e) for all e E and i I is done in O(n E )-time B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 25 / 43

Lagrangian cost variable fixing (2) Removing arcs from the network [Detienne et al., 2012] Given Lagrangian multipliers π and a job J i SP i (0, v) SP i (0, v) v J k e w J j SP i (w, ) SP i (w, ) e does not represent J i SP i (a, b) : SP from a to b going through exactly one arc representing J i SP i (e) = min{sp i (, v) + cost(e) + SP i (w, ), SP i (, v) + cost(e) + SP i (w, )} If SP i (e) j π j > UB, then e is part of no optimal solution. Computing SP i (e) for all e E and i I is done in O(n E )-time B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 26 / 43

1 Introduction 2 Lower bounds 3 Branch-and-bound 4 Numerical results B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 27 / 43

Preprocessing Initial upper bound A good feasible solution is obtained by a local search procedure Dynasearch [Tanaka, 2010] Pre-computation of lower bounds Construction of network G 1 Lagrangian cost variable fixing (subgradient procedure) Construction of the extended network G 2 from G 1 Lagrangian cost variable fixing (subgradient procedure) For the best Lagrangian multipliers, SP i (v, ) and SP i (v, ) are stored for each i I and v V B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 28 / 43

Branching scheme Solution space explored Feasible sequences of jobs Feasible constrained paths in G 2 Depth-First Search, starting from start node Branching Current sequence σ ( path) is extended with job J i iff: There is a corresponding arc in G 2 All predecessors of J i are in σ and J i is not in σ The sequence of the last 5 jobs obtained would not be dominated by one of its permutations The sequence is not dominated by a previously explored sequence (Memory Dominance Rule, [Baptiste et al., 2004], [T Kindt et al., 2004], [Kao et al., 2008]) B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 29 / 43

Lower bound for σ path ending at v in G 2 Lower bound coming from jobs not sequenced yet LB 1 = cost(σ) + max SP i (v, ) π i i/ σ i/ σ Lower bound coming from sequenced jobs LB 2 = cost(σ) + max SP i(v, ) i σ Computing max{lb 1, LB 2 } is done in (n)-time. i/ σ π i B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 30 / 43

Tentative upper bound Weakness of the approach If the initial upper bound is too large, variable fixing is not efficient. Overall procedure 1 Build and filter G 2 using the initial upper bound (dynasearch) 2 If G 2 is sufficiently small, run the Branch-and-Bound, STOP 3 Build and filter G 2 using a tentative upper bound 4 Run the Branch-and-Bound 5 If a feasible solution is found, it is optimal, STOP 6 Otherwise, increase the tentative upper bound and go to 3 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 31 / 43

1 Introduction 2 Lower bounds 3 Branch-and-bound 4 Numerical results B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 32 / 43

No setup times - F 2 C i Coded in C++ (MS VS 2012) MS Windows 8 laptop with 16GB RAM and Intel Core i7 @2.7GHz Instances Randomly generated [Akkan and Karabati, 2004], [Haouari and Kharbeche 2013] Up to 100 jobs, p 1 i and p 2 i are drawn from [1, 100] Results for 100 job instances (40 instances) Avg. time: 216 s., Max. time: 602 s. Tentative upper bound is useless Root gap 7 10 4 Variable fixing reduces the number of arcs by a factor 5 Avg.: 166K nodes, 1.4M arcs, Max.: 239K nodes, 2.9M arcs B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 33 / 43

Sequence-independent setup times - F 2 ST SI C i Instances Subset of the testbed of [Gharbi et al., 2013] Up to 100 jobs, p 1 i, p2 i and s 2 i are drawn from [1, 100] Results for 100 job instances (200 instances) Avg. time: 935 s., Max. time: 6443 s. Tentative upper bound is critical Reduces the number of arcs from 18.5M to 2.2M at the root node Lagrangian Variable fixing + Tentative upper bound reduce the number of arcs by a factor 17 Avg.: 237K nodes, 2.2M arcs, Max.: 440K nodes, 4.9M arcs B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 34 / 43

Conclusion Contributions New lower bound for F2 C i and F2 ST SI C i Efficient management of the size of the extended network Dominance rules are embedded in the structure of the network The lower bound is used with success in an exact solving approach All 100-job instances of our test bed are solved in less than two hours 98% are solved in less than one hour Future directions Use Successive Sublimation Dynamic Programming instead of Branch-and-Bound Adapt for other min-sum objective functions? Adapt for more than two machines permutation flowshop? B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 35 / 43

Thank you for your attention B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 36 / 43

Network flow formulation [Akkan et Karabati, 2004]: G 1 V 1, A 1 : sets of nodes and arcs x v,w,j : amount of flow on the arc representing j between nodes v and w min c v,w,j x v,w,j (v,w,j) A 1 s.t. x v,w,j = x w,v,j v V 1 {(0, 0), (n + 1, 0)} (v,w,j) A 1 (w,v,j) A 1 x v,w,j = 1 j = 1,..., n (v,w,j) A 1 x 0,w,j = 1 (0,w,j) A 1 x v,w,j {0, 1} (v, w, j) E 1 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 37 / 43

Lower bound by Lagrangian relaxation V 1, A 1 : sets of nodes and arcs x v,w,j : amount of flow on the arc representing j between nodes v and w n L(π) = min c v,w,j x v,w,j + π j x v,w,j 1 (v,w,j) A 1 j=1 (v,w):(v,w,j) A 1 s.t. x v,w,j = x w,v,j v V 1 {(0, 0), (n + 1, 0)} (v,w,j) A 1 (w,v,j) A 1 x v,w,j = 1 j = 1,..., n (v,w,j) A 1 x 0,w,j = 1 (0,w,j) A 1 x v,w,j {0, 1} (v, w, j) A 1 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 38 / 43

Lower bound by Lagrangian relaxation V 1, A 1 : sets of nodes and arcs x v,w,j : amount of flow on the arc representing j between nodes v and w L(π) = min s.t. (v,w,j) A 1 cv,w,j +π j xv,w,j n j=1 π j x v,w,j = x w,v,j v V 1 {(0, 0), (n + 1, 0)} (v,w,j) A 1 (w,v,j) A 1 x v,w,j = 1 j = 1,..., n (v,w,j) A 1 x 0,w,j = 1 (0,w,j) A 1 x v,w,j {0, 1} (v, w, j) A 1 Subproblem: shortest path in the network B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 39 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables C m : completion time of the job in position k on machine m [k] L c k : time lag elapsed between the completion of the job in position k on machines 1 and 2 L c k 0, = C2 [k] C1 [k] = max L c k 1 + s2 [k] p1 + p 2 [k] [k] L c 1 + s2 [2] p1 [2] Lc 2 = p2 [2] B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 40 / 43

Lag-based models [Akkan and Karabati], [Gharbi et al.] Lag variables C m : completion time of the job in position k on machine m [k] L c k : time lag elapsed between the completion of the job in position k on machines 1 and 2 L c k 0, = C2 [k] C1 [k] = max L c k 1 + s2 [k] p1 + p 2 [k] [k] L c 2 + s2 [3] > p1 [3] Lc 3 = Lc 2 + s2 [3] p1 [3] + p2 [3] L c 1 + s2 [2] p1 [2] Lc 2 = p2 [2] B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 40 / 43

Lag-based models Formulating the objective function Minimizing the sum of completion times: n n C 2 [k] = C 1 [k] + Lc k k=1 = = k=1 n k p 1 [r] + Lc k k=1 n k=1 r=1 (n k + 1)p 1 [k] + Lc k B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 41 / 43

Example p 1 = (3, 5); p 2 = (7, 4); p 3 = (2, 7) 0 3 3 + 7 = 10 3 + 7 + 2 = 12 8 14 21 Cost of the schedule: (3 3 + 5) + (7 2 + 4) + (2 1 + 9) = 43 B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 42 / 43

Lower bound for σ path ending at v in G 2 Lower bound coming from jobs not sequenced yet LB 1 = cost(σ) + max SP i (v, ) π i i/ σ i/ σ Lower bound coming from sequenced jobs LB 2 = cost(σ) + max SP i(v, ) i σ Computing max{lb 1, LB 2 } is done in (n)-time. i/ σ π i B. Detienne, R. Sadykov, S. Tanaka Two-machine flow-shop 43 / 43