200 likes | 321 Views
APPLICATION OF LOCAL SEARCH METHODS FOR SOLVING A QUADRATIC ASSIGNMENT PROBLEM: A CASE STUDY Gürdal Ertek, Burak Aksu, Ş. İlker Birbil, Murat Cihan İkikat, Can Yıldırmaz Sabancı University Orhanlı, Tuzla 34956 Istanbul, Turkey. Introduction. Application of local search methods
E N D
APPLICATION OF LOCAL SEARCH METHODS FOR SOLVING A QUADRATIC ASSIGNMENT PROBLEM: A CASE STUDYGürdal Ertek, Burak Aksu, Ş. İlker Birbil, Murat Cihan İkikat, Can YıldırmazSabancı UniversityOrhanlı, Tuzla 34956Istanbul, Turkey
Introduction • Application of local search methods • Real-life application at a steel cord manufacturing plant • Layout problem that can be represented as a Quadratic Assignment Problem (QAP) • Implement the well-known local search methods, 2-opt, 3-opt and tabu search. • Compare to solution of NEOS
Steel Cord • Typicallyused as the main reinforcement material in manufacturing steel radial tires. • Strengthens the tire to provide fuel savings, long mileage, safety and comfort. • Continuous processes, where wire semi-products are stored on discrete inventory units, namely “spools”
Literature on Steel Cord Manufacturing • Very specialized type of manufacturing. • Systems required are produced and installed by only a handful of companies in the world.
Literature on Steel Cord Manufacturing • Thomas et al. (2002):Improvement of operations in a steel cord manufacturing company using simulation • Mercankaya (2003): Development of an optimization-based decision support system • Türkseven and Ertek (2003): Determination of optimal spool lengths under certain constraints.
Steel Cord Manufacturing Processes • Incoming raw material, the “steel rod wire”, is thinned by dry and wet drawing into “filaments” that are used in successive bunching operations to construct the “steel cord” final products. • The first phase of the production is carried out by machines that are fixed to their locations. • The focus of our research is the second phase of production, which starts with wet wire drawing and ends with spiraling.
Begin Production Dry drawing I & II Copper plating Steel wire rod Annealing Zinc plating Cold air bath Wet drawing Filament Cold water bath Bunching RESEARCH FOCUS RESEARCH FOCUS Acidic solution Spiraling Basic solution Packaging Steel cord End production to Copper plating
Steel Cord Manufacturing Processes • Machine types MT01, MT02 and MT03, have to be located in the neighborhood of a lubricant pool. • These machines use the lubricant liquid, which is supplied to the machines by an underground pipeline system. • We assigned a high flow volume between these machine types and the lubricant cells.
Mathematical Model • We assume that the flow from an area of machine type i to another area of machine type j is equally distributed.
Machine type i Machine type j 1 1 1 1 1 2 1 1 2 1 3
Very similar to the Quadratic Assignment Problem (QAP) problem.
Solution Approaches • GAMS Model • The model required specification of the rectilinear distances between areas • We implement a “model generator” program to generate the model automatically based on input datausing the Java programming language.
Machine types Ki Fij Model Generator NEOS GAMSModel
Visualization done by a Java program • 2-opt and 3-optalgorithms terminated without finding any improved solutions.
Solution Approaches • Tabu search heuristic developed by Taillard (1991) • http://ina.eivd.ch/collaborateurs/etd/ • We tried 5 different starting solutions, and observed that all these solutions had the objective function value of 6,953,483. • Tabu search heuristic is very much applicable for the problem that we have presented.
Future Research • How to assign the flows from each area of machine type i to each area of machine type j. • An embedded network flow problem: • Given a layout, each flow assignment is a possible solution. • Given a flow assignment each layout choice is a possible solution. • There is a need to develop algorithms that can solve these two interrelated problems simultaneously.
Machine type i Machine type j 1 2 1 1 2 2 2 1 3