Abstract

The facility layout approaches can generally be classified into two groups, constructive approaches and improvement approaches. All improvement procedures require an initial solution which has a significant impact on final solution. In this paper, we introduce a new technique for accruing an initial placement of facilities on extended plane. It is obtained by graph theoretic facility layout approaches and graph drawing algorithms. To evaluate the performance, this initial solution is applied to rectangular facility layout problem. The solution is improved using an analytical method. The approach is then tested on five instances from the literature. Test problems include three large size problems of 50, 100, and 125 facilities. The results demonstrate effectiveness of the technique especially for large size problems.

1. Introduction

The facility layout problem seeks the best positions of facilities to optimize some objective. The common objective is to reduce material handling costs between the facilities. The problem has been modeled by a variety of approaches. A detailed review of the different problem formulations can be found in Singh and Sharma [1]. The facility layout problem is an optimization problem which arises in a variety of problems such as placing machines on a factory floor, VLSI design, and layout design of hospitals, schools.

The facility layout approaches can generally be classified into two groups, constructive methods and improvement methods. In this paper, we consider the placement of facilities on an extended plane. Many improvement approaches have been proposed for this problem. All improvement procedures require an initial solution. Some approaches start from a good but infeasible solution [24]. These models contain a penalty component in their objective function. Hence, these approaches minimize objective function value for feasible solutions. But some approaches require a feasible initial solution. These approaches use a randomly generated initial solution [5, 6]. Mir and Imam [7] have proposed simulated annealing for a better initial solution. They have shown that a good initial solution has a significant impact on final solution.

In this paper, we introduce a new technique for accruing an initial placement of facilities on an extended plane. The technique consists of two stages. In the first stage, a maximal planar graph (MPG) is obtained. In the second stage, the vertices of MPG are drawn on the plane by graph drawing algorithms. Then, vertices are replaced by facilities. Hence, an initial solution is obtained.

In an MPG, the facilities with larger flows are adjacent together. Hence, drawing the MPG on the plane can be a good idea for obtaining an initial solution. To evaluate the performance of the idea, this initial solution is applied in rectangular facility layout problem. The solution is improved by an analytical method by Mir and Imam [7]. The approach is then tested on five instances from the literature.

The remaining parts of the paper are organized as follows. The next section describes the formulation of the facility layout problem chosen for our work. Section 3 describes accruing an initial placement. In Section 4, the analytical method is described, and the approach is compared to other approaches in the literature. In Section 5, the proposed initial solution is compared with random initial solution. Finally, Section 6 provides a summary and conclusion.

2. Problem Formulation

In this paper, we label the facilities , where is the total number of facilities. Facilities are assumed to be rectangles with fixed shape. The notation is given as follows: () coordinates of the center of facility length of facility width of facility the total cost of flow per unit distance between two facilities and  distance between the centers of the facilities and . could be one of the following three distance norms.(1)Euclidean distance: (2)Squared Euclidean distance: (3)Rectilinear distance: The requirement for problem is that the facilities must not overlap each other. The area of overlap is defined as follows: where The value of overlap area is a nonnegative number. will be zero only if there is no overlapping between facilities and . The objective is to minimize material handling costs. So, the problem can be stated as follows: The constraint ensures that facilities do not overlap. A similar formulation also can be found in [7].

3. Obtaining an Initial Solution

The initial solution is obtained by graph theoretic facility layout approaches (GTFLP) and graph drawing algorithms. The following subsection describes obtaining an MPG. Section 3.2 describes the drawing of the MPG on the plane.

3.1. Generating a Maximal Planar Graph

In GTFLP, facilities are represented by vertices, and flow (adjacency desirability) between them is represented by weighted edges. Created graph is called adjacency graph. Graph theory is particularly useful for the facility layout problems, because graphs easily enable us to capture the adjacency information and model the problem. A review of graph theory applications to the facility layout problem can be found in [9, 10]. GTFLP consists of two stages. At the first stage, the adjacency graph is converted to a maximal planar graph (MPG). In the second stage, a block layout is constructed from the MPG. The second stage is not our concern here. For more details, we refer to [1115]. Figure 1 shows an MPG and its correspondent block layout.

Many heuristic and metaheuristic methods for obtaining an MPG have been suggested [1621]. In this paper, we use from the greedy heuristic [16]. It is conceptually simple and creates high weighted MPGs [16]. This heuristic has a simple instruction: the edges are sorted in nonincreasing order of weight. Each edge is tested in turn and accepted as part of the MPG unless it makes the graph nonplanar. So, the heuristic needs planarity testing. Boyer and Myrvold [22] developed a simplified planarity testing algorithm. We use this algorithm for planarity testing. In the worst case, edges are considered, and for each edge, the Boyer and Myrvold test is called. Hence, the approach results in a complexity of .

3.2. Drawing Maximal Planar Graph on the Plane

Graph drawing, as a branch of graph theory, applies topology and geometry to derive two-dimensional representations of graphs. A graph drawing algorithm reads as input a combinatorial description of a graph G and produces as output a drawing of G. A graph has infinitely many different drawings. For a review of various graphs drawing algorithms, refer to [23]. We use algorithm of Chrobak and Payne [24] to form a straight line drawing, of the MPG. In such a drawing, each edge is drawn using a straight line segment. The algorithm draws vertices in an MPG to integer coordinates in a grid. Figure 2 shows an example of straight line drawing.

For acquiring an initial solution, each vertex is replaced by its correspondent facility. In a feasible solution, facilities have no overlaps. For this reason, the coordinates of facilities can be multiplied by maximum dimensions of all facilities (width and length). This operation increases distance between facilities and makes the solution feasible. For the case of circular facilities, the diameter of circle can be considered as maximum dimensions.

4. Improving Initial Solution and Comparing

To evaluate the performance, the initial solution is improved by an analytical method by Mir and Imam [7]. In this method, the convergence is controlled by carrying out the optimization using concept of “magnified envelop blocks.” The dimensions of the blocks are determined by multiplying the dimensions of the facilities with a “magnification factor.” The optimization is then carried out for these envelop blocks rather than the actual facilities. The analytical method searches the optimum placements of each envelop block in the direction of steepest descent which is opposite to the gradient direction. The sizes of the envelop blocks are then reduced, and the optimization process is repeated for the second phase. The number of optimization phases is equal to the magnification factor number for the envelop blocks. In the last optimization phase, the dimensions of the envelop blocks become equal to the actual facilities. For more detail, we refer to Mir and Imam [7].

So, the proposed approach for solving a facility layout problem can be summarized as follows. Step 1: encapsulating facilities in envelop blocks (multiplying the dimensions of facilities by a magnification factor). Step 2: obtaining an MPG. Step 3: drawing the MPG on the plane and obtaining an initial solution.Step 4: improving initial solution by analytical method.Figure 3 shows summary of these steps.

The proposed approach was coded using the VB.NET programming language in a program named GOT (Graph optimization technique). Five test problems were run. For all test problems, results were obtained on a PC with Intel T5470 processor. The results were compared with the previously published papers and commercial software VIP-PLANOPT 2006. VIP-PLANOPT is a useful layout software package that can generate near-optimal layout [25]. For more details about VIP-PLANOPT, see Engineering Optimization Software [8]. VIP-PLANOPT results were obtained from the software user’s manual. The results are presented in the following sections.

4.1. Test Problem #1

This problem of 8 facilities was introduced by Imam and Mir [5]. Figure 4 shows the steps for accruing the initial solution. Figure 4(a) shows the flow matrix and dimension of facilities. All dimensions and cost matrix elements are integer-valued numbers ranging between 1 and 6. There are several pairs of facilities with no flow between them. Distance norm is squared Euclidean. The greedy heuristic generates the edges lists of MPG as shown in Figure 4(b).

The straight line drawing algorithm gives the coordinates of vertices. The drawing is shown in Figure 4(c). Then, each vertex is replaced by its correspondent facility. The coordinates are multiplied by maximum dimensions of facilities (width and length), and finally, the initial layout design is shown in Figure 4(d).

The solution is improved by the analytical technique. Figure 5 shows the final layout. The cost function value for this layout is 752.7, and the running time is 0.4 second. Table 1 shows the results obtained by the other approaches. The best solution for this problem is obtained by VIP-PLANOPT 2006.

4.2. Test Problem #2

This problem of 20 unequal area facilities was introduced by Imam and Mir [6]. The data consist of only integer values. The dimensions of the facilities are between 1 and 3. The elements of the cost matrix are integers between 0 and 5. The distance norm is rectilinear. The final layout obtained by GOT is shown in Figure 6. The layout cost is 1302, and the running time is 0.6 second. Table 2 compares the results obtained by GOT with the results available in the literature. VIP-PLANOPT 2006 has the lowest value of the cost function.

4.3. Test Problem #3

This is a problem of 50 facilities randomly generated by VIP-PLANOPT 2006. The dimensions of the facilities are decimal numbers between 1 to 6. The elements of the cost matrix are all integers between 1 and 10. The distance norm is Euclidean. The results are shown in Table 3. The best published result has a cost of 78224.7, whereas GOT produces a final layout with a cost of 76882.3 only in 15.1 seconds. Figure 7 shows the final layout.

4.4. Test Problem #4

This is a randomly generated large size problem of 100 facilities. The dimensions of the facilities are decimal numbers between 1 and 6. The cost matrix elements are integers between 1 and 10. The distance norm is rectilinear. The results are shown in Table 4. GOT obtained the cost function value of 527094.1 in 74.3 seconds. This value is about 2% below the cost function value of VIP-PLANOPT 2006. The coordinates of the facilities for the layout obtained by GOT are given in Table 5.

4.5. Test Problem #5

This is a large size problem of 125 facilities randomly generated by VIP-PLANOPT 2006. The dimensions of facilities are real numbers between 1 and 6, and elements of the cost matrix are integers between 1 and 10. The distance norm is rectilinear. The results are shown in Table 6. GOT obtained the cost function value of 1062080 in 129.6 seconds. This value is about 2% below the cost function value of VIP-PLANOPT 2006. The coordinates of the facilities for the layout obtained by GOT are given in Table 7.

5. Comparing GOT Initial Solution with Random Initial Solution

To compare the proposed initial solution (GOT initial solution) with random initial solution, a set of test problems were generated. The facilities dimensions were , and flow matrices were randomly generated between 0 and 10. For acquiring a random initial solution, facilities were randomly placed in a ( − 4) × ( − 2) integer grid. For each test problem, 20 random placements were found. Table 8 shows the value of cost function in GOT initial solution and the best value found by random placements. Figures 8 and 9 shows these results graphically. The results demonstrated significant improvement in cost function.

6. Summary and Conclusion

An initial solution has been presented for the layout design of facilities on a continuous plane. The technique consists of two stages. In the first stage, a maximal planar graph (MPG) is obtained. In the second stage, the vertices of MPG are drawn on the plane by graph drawing algorithms. Then, vertices are replaced by facilities. Hence, an initial solution is obtained. To evaluate the performance, this initial solution has been applied in rectangular facility layout problem and improved by an analytical method by Mir and Imam [7].

The approach has been tested on five instances from the literature. Table 6 shows the Summary of the results, and Figure 8 shows the cost reduction by the technique. For the large size problems involving 50, 100, and 125 facilities, the layout costs values are better than those obtained by the previously published techniques. As shown in Table 9, the results demonstrate effectiveness of the technique, especially for large size problems.

This paper introduced a simple technique for obtaining a good initial solution. The technique, with some modification, can be applied in facility layout approaches that use a randomly generated initial solution. In future researches, it would be interesting to analyze the influence of MPG and graph drawing algorithm on the solution. The results can be further improved by using a metaheuristic such as GRASP [21] and Tabu search [20] for generating a high weighted MPG.

Conflict of Interests

The authors declare that they have no conflict of interests.