FICO
FICO Xpress Optimization Examples Repository
FICO Optimization Community FICO Xpress Optimization Home
Back to examples browserPrevious exampleNext example

Flow-shop scheduling

Description
A workshop with three different machines produces six types of pipes, for which the durations of the processing steps are given. Every workpiece runs through the machines in the same order. Once started, any operations must be carried out without interruption, but the workpieces may wait between the machines. Every machine only processes one piece at a time. A workpiece may not overtake any other by passing onto the following machine. Which is the sequence of workpieces that minimizes the total time for completing all pieces?

Further explanation of this example: 'Applications of optimization with Xpress-MP', Section 7.2 'Flow-shop scheduling' (b2flowshop.mos)

flowshopgr.zip[download all files]

Source Files
By clicking on a file name, a preview is opened at the bottom of this page.
flowshop_graph.mos[download]

Data Files





flowshop.dat

! Datafile for 'flowshop.mos'

DUR: [3 6 3 5 5 7
      5 4 2 4 4 5
      5 2 4 6 3 6]

Back to examples browserPrevious exampleNext example