Balancing a transportation problem: Is it really that simple?

Size: px
Start display at page:

Download "Balancing a transportation problem: Is it really that simple?"

Transcription

1 Original Article Balancing a transportation problem: Is it really that simple? Francis J. Vasko a, * and Nelya Storozhyshina b a Mathematics Department, Kutztown University, Kutztown, Pennsylvania 19530, USA. vasko@kutztown.edu b Computer Science Department, Kutztown University, Kutztown, Pennsylvania 19530, USA. *Corresponding author. Abstract The transportation problem (TP) is discussed in all operational research textbooks. Although the TP can be formulated as a linear programme, owing to its special structure, it can be solved more efficiently than just using the standard simplex algorithm. Typically, the first step in solving a TP is to balance the problem. If total supply is not equal to total demand, then a dummy column (supply greater than demand) or dummy row (demand greater than supply) is created. Although a few papers have discussed the importance of how the dummy column (row) is handled, this has been done only with reference to using one particular heuristic (Vogel s approximation method or VAM). Furthermore, the impact on solution quality based on how a heuristic processes the dummy column or row has not been empirically quantified. The closer an initial heuristically determined basic feasible solution is to the optimal solution, the fewer the required iterations of the modified transportation simplex to determine the optimal solution. The purpose of this article is to empirically quantify the importance of how five TP heuristics (northwest corner method, the greedy heuristic, VAM, Russell s method and the maximum demand method) process the dummy column (row) in a balanced TP. OR Insight (2011) 24, doi: /ori ; published online 18 May 2011 Keywords: balanced transportation problem; greedy heuristic; Vogel s approximation method; Russell s approximation method; maximum demand heuristic Received 2 January 2011; accepted 5 April 2011 & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

2 Vasko and Storozhyshina Introduction and Background To begin, we will state the classical transportation problem (TP) mathematically as follows: Minimize z ¼ X i subject to X j X c ij x ij j x ij ps i for i ¼ 1; 2;...; m ðoriginsþ X x ij Xd j i x ij X0 for j ¼ 1; 2;...; n ðdestinationsþ where c ij is the cost of shipping one unit from origin i to destination j, s i is the supply available for shipment from origin i, d j is the amount required to be shipped to destination j and x ij is the amount shipped from origin i to destination j. Small TPs are typically represented by a table (or tableau) with one row of the table for each origin and one column for each destination. The far right column contains the supply amounts (s i ) for each origin and the bottom row contains the destination requirements (d j ) for each column. The intersection of each supply row and destination column is a cell that contains the cost of shipping one unit from that supply row to that destination column. Operational research textbooks typically assume that the problem is balanced, that is, S i a i ¼ S j b j. If the problem is not balanced, a dummy supply origin (if demand exceeds supply) or demand destination (if supply exceeds demand) can always be added to balance the problem. If a dummy column is added (far right in the table), then the costs for this column are typically set to zero. The reasoning is that items shipped to the dummy demand point are not actually shipped. Less popular is to assign inventory holding costs to the dummy column. If a dummy row is added (bottom row in the table), ideally, the dummy row costs should reflect the penalty incurred for unmet demand. In real-world applications, TPs are seldom if ever balanced, and quantifying the cost of unmet demand is usually difficult to do. Once the TP is balanced, textbooks typically discuss several heuristic methods; for example, the northwest corner method, the greedy heuristic, Vogel s approximation method (VAM), and, sometimes Russell s method that are used to generate basic feasible solutions (BFSs) without having to introduce artificial variables. Typically, the best heuristically determined BFS generated is then used as a starting point for the modified transportation simplex algorithm (see Winston, 2004). 206 & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

3 Balancing a transportation problem Two papers that discuss balancing the TP in the context of using VAM are Goyal (1984) and Ramakrishnan (1988). Both Goyal and Ramakrishnan advocate using the maximum shipping cost as the shipping costs used in the dummy column. Neither of these papers provides any empirical evidence supporting their methodologies. In addition, both of these papers only discuss their approaches as modifications to VAM. However, the goal of both of these methodologies is to discourage making shipping assignments to the dummy column (row) until last. In the TP literature, it is more common to assume that total supply exceeds total demand. Therefore, we will limit our discussion to the case when total supply exceeds total demand and we will set all dummy column costs equal to zero. In other words, we will be studying how processing the dummy column by five heuristics (northwest corner method, the greedy heuristic, VAM, Russell s method and the maximum demand method) impacts the quality of the solutions obtained by the different heuristics. The quality of the heuristic solutions is relevant, because the closer an initial heuristic solution is to the optimal solution, the fewer the required iterations of the modified transportation simplex to determine the optimal TP solution. However, if a heuristic for generating an initial BFS requires excessive computational effort compared with the effort required by the modified transportation simplex to perform a simplex iteration, then the benefit of fewer simplex iterations may be nullified. This will be discussed later when we discuss the implications of this work for solving large TPs efficiently (Section Implications for Practitioners ). Specifically, we will consider two ways (cases) of processing the dummy column by each of the five heuristics. In Case 1, the dummy column gets no special treatment it is viewed the same as the other columns by each of the five heuristics. In Case 2, no assignments are made to the dummy column until last. Case 2 has the same goal as the methodologies of Goyal (1984) and Ramakrishnan (1988). In the next section, we will briefly review the five heuristics that will be empirically tested. Next, we will discuss the experimental design used to generate 4320 test problems that were used to test the two cases on each of the five heuristics. This will be followed by the empirical results, implications for solving large TPs efficiently, and finally some conclusions and recommendations will be offered. Heuristics Tested The three heuristics that are universally discussed in operational research books are: the northwest corner method, the greedy heuristic and VAM & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

4 Vasko and Storozhyshina (for example, see Winston, 2004 or Hillier and Lieberman, 2010). In addition, a few operational research books include Russell s approximation method (for example, see Hillier and Lieberman, 2010). VAM first appeared in a paper by Reinfeld and Vogel (1958). Russell s approximation method first appeared in a paper by Russell (1969). Northwest corner method (Winston, 2004) To find a BFS by the northwest corner method, we begin in the upper left (or northwest) corner of the transportation table and assign x 11 its largest possible value, minimum {s 1, d 1 }. If x 11 ¼ s 1, cross out the first row of the transportation table; this indicates that no more basic variables will come from row 1. Also change d 1 to d 1 s 1.Ifx 11 ¼ d 1, cross out the first column of the transportation table; this indicates that no more basic variables will come from column 1. Also change s 1 to s 1 d 1.Ifx 11 ¼ s 1 ¼ d 1, cross out either row 1 or column 1 (but not both). If you cross out row 1, change d 1 to 0; if you cross out column 1, change s 1 to 0. Continue applying this procedure to the most northwest cell in the table that does not lie in a crossed-out row or column. Eventually, you will come to a point where there is only one cell that can be assigned a value. Assign this cell a value equal to its row or column demand, and cross out both the cell s row and column. Greedy heuristic (Winston, 2004) To begin the greedy heuristic, find the variable with the smallest shipping cost (call it x ij ). Then assign x ij its largest possible value, minimum {s i, d j }. If x ij ¼ s i, cross out row i of the transportation table. Also set d j ¼ d j s i.ifx ij ¼ d j, cross out column j of the transportation table. Also set s i ¼ s i d j.ifx ij ¼ s i ¼ d j, cross out either row i or column j (but not both). If you cross out row i, set d j ¼ 0; if you cross out column j, set s i ¼ 0. Next, choose from the cells that do not lie in a crossed-out row or column the cell with the minimum shipping cost and repeat the procedure. Continue until there is only one cell that can be chosen. In this case, cross out both the cell s row and column. Vogel s approximation method (Winston, 2004) Begin by computing for each row (and column) a penalty equal to the difference between the two smallest costs in the row (column). Next, find the row or column with the largest penalty. Choose the variable in this row or column that has the smallest shipping cost. As described in the greedy heuristic, make this variable as large as possible, cross out a row or column, and change the supply or demand associated with this variable. Now recompute new penalties (using only the cells that do not lie in a crossed-out row or column), and repeat the procedure until only one uncrossed cell remains. 208 & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

5 Balancing a transportation problem Set this variable equal to the supply or demand associated with this variable, and cross out the variable s row and column. Russell s approximation method (Hillier and Lieberman, 2010) For each source row i remaining under consideration, determine its R i, which is the largest unit cost c ij still remaining in that row. For each destination column j remaining under consideration, determine its K j, which is the largest unit cost c ij still remaining in that column. For each variable x ij not previously selected in these rows and columns, calculate D ij ¼ R i þ K j c ij. Select the variable having the largest value of D ij (ties may be broken arbitrarily). Maximum demand heuristic (Pargar et al, 2009 without using VAM to break column ties) This heuristic allocates to the column with the maximum demand, the maximum possible units to the lowest-cost cell in the column. If the demand for the column is not met, then units are allocated to the next lowest-cost cell in that column until the column demand is met. In the case of ties, that is, more than one column with maximum demand, then the column with the lowest unit cost (c ij ) is selected. The original maximum demand heuristic used VAM to break column ties, but Storozhyshina et al (2011) showed that breaking ties using the lowest unit cost gave just as good results and requires less computational effort. Experimental Design We randomly generated 4320 problems using the experimental design framework used by Storozhyshina et al (2011). This design is an extension of the framework used by both Kirca and Satir (1990), as well as Mathirajan and Meenakshi (2004). Following Storozhyshina et al (2011) and Mathirajan and Meenakshi (2004), we restrict our problems to full density TPs, that is, it is feasible to ship from any source to any destination. The details are as follows: Problem size (m supply points n demand points): Nine problem sizes are tested. The problem sizes are (4 5), (4 10), (8 10), (10 10), (10 20), (10 40), (10 60), (10 80) and (10 100). Cost structure (C ij : i ¼ supply point 1, 2, y, m and j ¼ demand point 1, 2, y, n): Problems with 12 cost ranges (R) are tested. The mean cost is taken to be equal to 500. The ranges used are R ¼ (20, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000). For each range, the costs are randomly & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

6 Vasko and Storozhyshina generated from the following uniform distribution: U(C ij : [mean cost R/2, mean cost þ R/2]). Supply and demand structure (S i and D j ): The mean demand is equal to 100. Given the mean demand, the mean supply is expressed as mean supply ¼ K[(n mean demand)/m], where K is the degree of imbalance between total supply and total demand. The mean supply values are generated for four imbalance coefficients, K ¼ (1, 2, 5, 10). The D j and S i are then generated from the uniform distributions of U(D j : [75, 125]) and U(S i : [0.75 mean supply, 1.25 mean supply]). For each combination of (m n), R and K, 10 problem instances were randomly generated, yielding a total of 4320 [ ] problem instances. All heuristics were coded in Visual Basic and solved on a Hewlett- Packard notebook PC with Intel Core 2.10 GHz CPU and 4.00 GB of RAM. For each problem instance, the best heuristic solution was used by the transportation simplex (also coded in Visual Basic) to obtain the optimal solution to that problem. Empirical Results The performance of the five heuristics was measured using average relative percentage deviation that was used in Mathirajan and Meenakshi (2004), as well as in Storozhyshina et al (2011). Specifically, for given parameter values, that is, cost range, problem size and supply imbalance, the percentage that a heuristic value deviated from the optimal value averaged over 10 problem instances is calculated. The computational results are summarized in Table 1. Table 1 clearly demonstrates that making dummy assignments last (Case 2) is a major benefit to both the maximum demand and the greedy heuristics. In fact, the higher the imbalance between supply and demand (K41), the more beneficial it is for these heuristics to make assignments to the dummy column last. This benefit is not surprising as, for both the maximum demand and the greedy heuristics, the higher the supply available the more the dummy column will indiscriminately consume the supplies if the dummy allocations are not left until last. In fact, except for the northwest corner method that gives the worst (and same) overall results in both cases, in Case 1 the maximum demand heuristic gives the next worst overall results; but in Case 2, the maximum demand heuristic gives the best results. For the VAM and Russell heuristics, the benefit of making assignments to the dummy column last is small. This is regardless of the value of K, that is, the imbalance between supply and demand. In fact, 210 & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

7 Balancing a transportation problem Table 1: Average relative per cent deviation Heuristics Overall K=1 K=2 K=5 K=10 Case 1: Dummy gets no special treatment Northwest corner Greedy VAM Russell MD Case 2: Dummy assignments are made last Northwest corner Greedy VAM Russell MD Note that some of the results in Table 1 first appeared in Storozhyshina et al (2011). for K ¼ 1, the VAM results are better for Case 1 versus Case 2. This is easy to understand for VAM, as the dummy column has a zero penalty and, for the rows, the largest cost will give the largest penalty. The dummy column impacts Russell s method in an analogous manner. Finally, for the northwest corner method, as the dummy column is located farthest east in the transportation table, the dummy column assignments are made last in both Cases 1 and 2. Implications for Practitioners Historically, there has been a real disconnect between heuristics discussed in operational research textbooks for obtaining initial BFSs to the TP and actual, highly efficient computer codes for solving large TPs. This disconnect was pointed out very clearly in both Glover et al (1974) and Gass (1990). Essentially, the opinion expressed in these papers is that the inordinate amount of time required by VAM to find an initial feasible solution does not warrant its use. Furthermore, it is their belief that VAM should be relegated to hand calculations, if that. To generate an initial BFS, Glover et al (1974) use a modified row-minimum rule, in which the rows are cycled through in order, each time selecting a single cell with the minimum cost to enter the basis. The cycling continues until all row supplies are exhausted. As recommended in Storozhyshina et al (2011), using highly efficient network codes such as the ones by Bertsekas (1991) designed specifically to solve TPs or even his more general minimum cost network flow problem (MCNFP) codes require very little time to solve large TPs. Specifically, & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

8 Vasko and Storozhyshina Vasko et al (1994) solved slab (semifinished pieces of steel) assignment to customer order problems using one of Bertsekas s MCNFP codes to solve TP subproblems. They were able to solve 300 origin by 3000 destination TPs in under a minute on a 386 PC (25 MHz). Conclusions and Recommendations The first step in solving the TP, which is discussed in all operational research textbooks, is to balance the problem. Once the TP is balanced, the next step is to heuristically determine a BFS to the TP. This solution is then used as a starting point for the modified transportation simplex algorithm. How to heuristically process the dummy column or row created by the balancing process is typically not discussed in operational research books and has had very limited discussion in the operational research literature. In this article, we test two cases for processing the dummy column. Case 1 is that the dummy column gets no special treatment and Case 2 is that dummy assignments are made last. On a large set of test problems (4320 problems), we have shown that, for the maximum demand and the greedy heuristics, there is a major difference in the solution quality based on how the dummy column is processed. For VAM and Russell s heuristic, the difference in solution quality is small, and for the northwest corner method the difference is nonexistent. On the basis of these results, for K ¼ 1, for hand calculations only, we recommend using VAM to generate an initial BFS and the processing of the dummy column, if it exists, is not important because the mean demand equals the mean supply (although, on the basis of random sampling, we do not expect total supply to exactly equal total demand). For K41, and for large problems for which K ¼ 1, it is very important to process the dummy column last and the best heuristic to use is clearly (because of both computational efficiency and solution quality) the maximum demand heuristic with the greedy heuristic coming in second. About the Authors Francis J. Vasko is professor of Mathematics at Kutztown University of Pennsylvania. Before coming to Kutztown University in September 1986, he worked for more than 8 years as an employee in the Research Department at Bethlehem Steel, solving a variety of real-world applications in operations research. He then served as a consultant to Bethlehem Steel Corporation from 212 & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

9 Balancing a transportation problem September 1986 to March Since 2003, he has served as a consultant to several corporations focusing on the solution of production planning, resource allocation and cutting stock problems. His current research focuses on using a mixture of combinatorial optimization techniques in order to more accurately model and solve important real-world applications in production planning, strategic planning and resource allocation. He earned a BS in mathematics from Kutztown University in 1974, an MS in mathematics in 1976, an MSIE (Operations Research) in 1978 and a PhD in Operations Research in 1983 all graduate degrees were from Lehigh University. Nelya Storozhyshina is currently a graduate student at Kutztown University of Pennsylvania. She earned her BS and MS in Acoustical Engineering from Kiev Polythechnic Institute in Ukraine in 2001 and 2003, respectively; and BS in Computer Science from Kutztown University in She is a full-time student at the university and is working as a graduate assistant. As a GA, Storozhyshina is carrying out research in using surrogate constraint normalization for set covering problems. After graduation, she hopes to pursue a career in the fields of computer science and operational research. References Bertsekas, D.P. (1991) Linear Network Optimization Algorithms and Codes. Cambridge, MA: MIT Press. Gass, S.I. (1990) On solving the transportation problem. Journal of the Operational Research Society 41: Glover, F., Karney, D., Klingman, D. and Napier, A. (1974) A computation study on start procedures, basis change criteria, and solution algorithms for transportation problems. Management Science 20: Goyal, S.K. (1984) Improving VAM for unbalanced transportation problems. Journal of the Operational Research Society 35: Hillier, F.S. and Lieberman, G.J. (2010) Introduction to Operations Research, 9th edn. New York: McGraw-Hill. Kirca, O. and Satir, A. (1990) A heuristic for obtaining an initial solution for the transportation problem. Journal of the Operational Research Society 41: Mathirajan, M. and Meenakshi, B. (2004) Experimental analysis of some variants of Vogel s approximation method. Asia-Pacific Journal of Operational Research 21: Pargar, F., Javadian, N. and Ganji, A.P. (2009) A heuristic for obtaining an initial solution for the transportation problem with experimental analysis. The 6th International Industrial Engineering Conference, Sharif University of Technology, Tehran, Iran. Ramakrishnan, C.S. (1988) An improvement to Goyal s modified VAM for the unbalanced transportation problem. Journal of the Operational Research Society 39: & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

10 Vasko and Storozhyshina Reinfeld, N.V. and Vogel, W.R. (1958) Mathematical Programming. Englewood Cliffs, NJ: Prentice-Hall. Russell, E.J. (1969) Extension of Dantzig s algorithm to finding an initial near-optimal basis for the transportation problem. Operations Research 17: Storozhyshina, N., Pargar, F. and Vasko, F.J. (2011) A comprehensive empirical analysis of 16 heuristics for the transportation problem. OR Insight 24: Vasko, F.J., Creggar, M.L., Stott, K.L. and Woodyatt, L.R. (1994) Optimal assignments of slabs to orders: An example of appropriate model formulation. Computers & Industrial Engineering 26: Winston, W.L. (2004) Operations Research: Applications and Algorithms. Belmont, CA: Thomson. 214 & 2011 Operational Research Society Ltd OR Insight Vol. 24, 3,

An Alternative Method to Find Initial Basic Feasible Solution of a Transportation Problem

An Alternative Method to Find Initial Basic Feasible Solution of a Transportation Problem Annals of Pure and Applied Mathematics Vol., No. 2, 2, 3-9 ISSN: 2279-087X (P), 2279-0888(online) Published on 6 November 2 www.researchmathsci.org Annals of An Alternative Method to Find Initial Basic

More information

MDMA Method- An Optimal Solution for Transportation Problem

MDMA Method- An Optimal Solution for Transportation Problem Middle-East Journal of Scientific Research 24 (12): 3706-3710, 2016 ISSN 1990-9233 IDOSI Publications, 2016 DOI: 10.5829/idosi.mejsr.2016.3706.3710 MDMA Method- An Optimal Solution for Transportation Problem

More information

Optimal Solution of OFSTF, MDMA Methods with Existing Methods Comparison

Optimal Solution of OFSTF, MDMA Methods with Existing Methods Comparison Volume 119 No. 10 2018, 989-1000 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Optimal Solution of OFSTF, MDMA Methods with Existing Methods Comparison

More information

ISE 204 OR II. Chapter 8 The Transportation and Assignment Problems. Asst. Prof. Dr. Deniz TÜRSEL ELİİYİ

ISE 204 OR II. Chapter 8 The Transportation and Assignment Problems. Asst. Prof. Dr. Deniz TÜRSEL ELİİYİ ISE 204 OR II Chapter 8 The Transportation and Assignment Problems Asst. Prof. Dr. Deniz TÜRSEL ELİİYİ 1 The Transportation and Assignment Problems Transportation Problems: A special class of Linear Programming

More information

TRANSPORTATION PROBLEM FOR OPTIMALITY

TRANSPORTATION PROBLEM FOR OPTIMALITY Asia Pacific Journal of Research Vol: I. Issue XXXIV, December 01 ISSN: 0-04, E-ISSN-4-49 TRANSPORTATION PROBLEM FOR OPTIMALITY Mrs. M.Vijaya Lakshmi 1 & Mr. V. Hareeswarudu 1& Assistant Professor, Department

More information

WEIGHTED COST OPPORTUNITY BASED ALGORITHM FOR INITIAL BASIC FEASIBLE SOLUTION: A NEW APPROACH IN TRANSPORTATION PROBLEM

WEIGHTED COST OPPORTUNITY BASED ALGORITHM FOR INITIAL BASIC FEASIBLE SOLUTION: A NEW APPROACH IN TRANSPORTATION PROBLEM Journal of Engineering Science 08(1), 2017, 63-70 JES an international Journal WEIGHTED COST OPPORTUNITY BASED ALGORITHM FOR INITIAL BASIC FEASIBLE SOLUTION: A NEW APPROACH IN TRANSPORTATION PROBLEM A.R.M.

More information

International Journal of Mathematics Trends and Technology (IJMTT) Volume 44 Number 4 April 2017

International Journal of Mathematics Trends and Technology (IJMTT) Volume 44 Number 4 April 2017 Solving Transportation Problem by Various Methods and Their Comaprison Dr. Shraddha Mishra Professor and Head Lakhmi Naraian College of Technology, Indore, RGPV BHOPAL Abstract: The most important and

More information

TRANSPORTATION PROBLEM AND VARIANTS

TRANSPORTATION PROBLEM AND VARIANTS TRANSPORTATION PROBLEM AND VARIANTS Introduction to Lecture T: Welcome to the next exercise. I hope you enjoyed the previous exercise. S: Sure I did. It is good to learn new concepts. I am beginning to

More information

Keywords: Transportation problem; initial solution; distribution; algorithm; VAM, LC, NWC

Keywords: Transportation problem; initial solution; distribution; algorithm; VAM, LC, NWC American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

The Transportation and Assignment Problems. Hillier &Lieberman Chapter 8

The Transportation and Assignment Problems. Hillier &Lieberman Chapter 8 The Transportation and Assignment Problems Hillier &Lieberman Chapter 8 The Transportation and Assignment Problems Two important special types of linear programming problems The transportation problem

More information

A Study on North East Corner Method in Transportation Problem of Operations Research and using of Object Oriented Programming Model

A Study on North East Corner Method in Transportation Problem of Operations Research and using of Object Oriented Programming Model Intern. J. Fuzzy Mathematical Archive Vol. 14, No. 1, 2017, 35-40 ISSN: 2320 3242 (P), 2320 3250 (online) Published on 11 December 2017 www.researchmathsci.org DOI: http://dx.doi.org/10.22457/ijfma.v14n1a5

More information

A New Technique for Solving Transportation Problems by Using Decomposition-Based Pricing and its Implementation in Real Life

A New Technique for Solving Transportation Problems by Using Decomposition-Based Pricing and its Implementation in Real Life Dhaka Univ. J. Sci. 64(1): 45-50, 2016 (January) A New Technique for Solving Transportation Problems by Using Decomposition-Based Pricing and its Implementation in Real Life Sajal Chakroborty and M. Babul

More information

The Transportation and Assignment Problems. Chapter 9: Hillier and Lieberman Chapter 7: Decision Tools for Agribusiness Dr. Hurley s AGB 328 Course

The Transportation and Assignment Problems. Chapter 9: Hillier and Lieberman Chapter 7: Decision Tools for Agribusiness Dr. Hurley s AGB 328 Course The Transportation and Assignment Problems Chapter 9: Hillier and Lieberman Chapter 7: Decision Tools for Agribusiness Dr. Hurley s AGB 328 Course Terms to Know Sources Destinations Supply Demand The Requirements

More information

Transportation problem

Transportation problem Transportation problem Operations research (OR) are concerned with scientifically deciding how to best design and operate people machine systems, usually under conditions requiring the allocation of scarce

More information

3. Transportation Problem (Part 1)

3. Transportation Problem (Part 1) 3 Transportation Problem (Part 1) 31 Introduction to Transportation Problem 32 Mathematical Formulation and Tabular Representation 33 Some Basic Definitions 34 Transportation Algorithm 35 Methods for Initial

More information

Statistical Investigation of Various Methods to Find the Initial Basic Feasible Solution of a Transportation Problem

Statistical Investigation of Various Methods to Find the Initial Basic Feasible Solution of a Transportation Problem Statistical Investigation of Various Methods to Find the Initial Basic Feasible Solution of a Transportation Problem Ravi Kumar R 1, Radha Gupta 2, Karthiyayini.O 3 1,2,3 PESIT-Bangalore South Campus,

More information

Effect of Transportation Model on Organizational Performance: A Case Study of MTN Nigeria, Asaba, Delta State, Nigeria

Effect of Transportation Model on Organizational Performance: A Case Study of MTN Nigeria, Asaba, Delta State, Nigeria International Journal of Innovative Social Sciences & Humanities Research 6(2):76-82, April-June, 2018 SEAHI PUBLICATIONS, 2018 www.seahipaj.org ISSN: 2354-2926 Effect of Transportation Model on Organizational

More information

An Alternate Method to Matrix Minima Method of Solving Transportation Problem

An Alternate Method to Matrix Minima Method of Solving Transportation Problem Volume 117 No. 1 017, 489-495 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu An Alternate Method to Matrix Minima Method of Solving Transportation

More information

The Study of Using LP to Solve Flower Transport Problem

The Study of Using LP to Solve Flower Transport Problem The Study of Using LP to Solve Flower Transport Problem 1 Chung-Hsin Liu, 2 Le Le Trung 1 Department of Computer Science & Information Engineering, Chinese Culture University, Taiwan, R.O.C. liu3.gold@msa.hinet.net

More information

A comparative study of ASM and NWCR method in transportation problem

A comparative study of ASM and NWCR method in transportation problem Malaya J. Mat. 5(2)(2017) 321 327 A comparative study of ASM and NWCR method in transportation problem B. Satheesh Kumar a, *, R. Nandhini b and T. Nanthini c a,b,c Department of Mathematics, Dr. N. G.

More information

DEA Model: A Key Technology for the Future

DEA Model: A Key Technology for the Future International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 5 Issue 12 December 2016 PP. 30-33 DEA Model: A Key Technology for the Future Seema Shokeen

More information

Application of Transportation Linear Programming Algorithms to Cost Reduction in Nigeria Soft Drinks Industry

Application of Transportation Linear Programming Algorithms to Cost Reduction in Nigeria Soft Drinks Industry Application of Transportation Linear Programming Algorithms to Cost Reduction in Nigeria Soft Drinks Industry A. O. Salami Abstract The transportation problems are primarily concerned with the optimal

More information

Deterministic Operations Research Some Examples

Deterministic Operations Research Some Examples Deterministic Operations Research Some Examples Ümit YÜCEER November 29, 2006 Abstract A summary of deterministic operations research models in linear programming, inventory theory, and dynamic programming.

More information

A Decision-Making Approach for Supplier Selection in the Presence of Supply Risk

A Decision-Making Approach for Supplier Selection in the Presence of Supply Risk A Decision-Making Approach for Supplier Selection in the Presence of Supply Risk Z. Khojasteh-Ghamari and T. Irohara Faculty of Science and Technology, Sophia University, Tokyo, Japan Email: khojaste.z@gmail.com;

More information

Applying Tabu Search to Container Loading Problems

Applying Tabu Search to Container Loading Problems Applying Tabu Search to Container Loading Problems A. Bortfeldt and H. Gehring, FernUniversität Hagen Abstract: This paper presents a Tabu Search Algorithm (TSA) for container loading problems with a container

More information

TRANSPORTATION COST MINIMIZATION OF A MANUFACTURING FIRM USING GENETIC ALGORITHM APPROACH

TRANSPORTATION COST MINIMIZATION OF A MANUFACTURING FIRM USING GENETIC ALGORITHM APPROACH Nigerian Journal of Technology (NIJOTECH) Vol. 35, No. 4, October 2016, pp. 866 873 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 www.nijotech.com

More information

ISSN: Int. J. Adv. Res. 6(1), RESEARCH ARTICLE...

ISSN: Int. J. Adv. Res. 6(1), RESEARCH ARTICLE... Journal Homepage: - www.journalijar.com Article DOI: 10.21474/IJAR01/6381 DOI URL: http://dx.doi.org/10.21474/ijar01/6381 RESEARCH ARTICLE APPROIMATION VOGELS EFFECTIVENESS METHOD (VAM) MINIMIZE COST OF

More information

Procedia - Social and Behavioral Sciences 189 ( 2015 ) XVIII Annual International Conference of the Society of Operations Management (SOM-14)

Procedia - Social and Behavioral Sciences 189 ( 2015 ) XVIII Annual International Conference of the Society of Operations Management (SOM-14) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and ehavioral Sciences 189 ( 2015 ) 184 192 XVIII Annual International Conference of the Society of Operations Management (SOM-14)

More information

University Question Paper Two Marks

University Question Paper Two Marks University Question Paper Two Marks 1. List the application of Operations Research in functional areas of management. Answer: Finance, Budgeting and Investment Marketing Physical distribution Purchasing,

More information

TRANSPORTATION MODEL IN DELIVERY GOODS USING RAILWAY SYSTEMS

TRANSPORTATION MODEL IN DELIVERY GOODS USING RAILWAY SYSTEMS TRANSPORTATION MODEL IN DELIVERY GOODS USING RAILWAY SYSTEMS Fauziah Ab Rahman Malaysian Institute of Marine Engineering Technology Universiti Kuala Lumpur Lumut, Perak, Malaysia fauziahabra@unikl.edu.my

More information

Transportation Problems

Transportation Problems C H A P T E R 11 Transportation Problems Learning Objectives: Understanding the feature of Assignment Problems. Formulate an Assignment problem. Hungarian Method Unbalanced Assignment Problems Profit Maximization

More information

CHAPTER 4 A NEW ALTERNATE METHOD OF TRANS-SHIPMENT PROBLEM

CHAPTER 4 A NEW ALTERNATE METHOD OF TRANS-SHIPMENT PROBLEM 56 CHAPTER 4 A NEW ALTERNATE METHOD OF TRANS-SHIPMENT PROBLEM 4.1 Introduction In a transportation problem shipment of commodity takes place among sources and destinations. But instead of direct shipments

More information

An Optimal Solution to the Linear Programming Problem using Lingo Solver: A Case Study of an Apparel Production Plant of Sri Lanka

An Optimal Solution to the Linear Programming Problem using Lingo Solver: A Case Study of an Apparel Production Plant of Sri Lanka An Optimal Solution to the Linear Programming Problem using Lingo Solver: A Case Study of an Apparel Production Plant of Sri Lanka Z. A. M. S. Juman and W. B. Daundasekara Department of Mathematics, Faculty

More information

Solving Transportation Problems With Mixed Constraints

Solving Transportation Problems With Mixed Constraints We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with solving transportation

More information

Mixed Constraint Fuzzy Transshipment Problem

Mixed Constraint Fuzzy Transshipment Problem Applied Mathematical Sciences, Vol. 6, 2012, no. 48, 2385-2394 Mixed Constraint Fuzzy Transshipment Problem A. Nagoor Gani PG & Research Department of Mathematics Jamal Mohamed College (Autonomous) Tiruchirappalli-620020,

More information

Multi-Echelon Multi-product Inventory Strategy in a Steel Company

Multi-Echelon Multi-product Inventory Strategy in a Steel Company Multi-Echelon Multi-product Inventory Strategy in a Steel Company Juan Iocco Advisor: Amanda J. Schmitt, PhD May 21, 2009 MIT, ESD Master of Engineering in Logistics Agenda Introduction Ternium s Problem

More information

Model Question Paper with Solution

Model Question Paper with Solution Annexure P Model Question Paper with Solution Section A (Very Short Answer Questions) Q.1. Write down three differences between PERT and CPM in brief? Ans.1. The Program Evaluation and Review Technique

More information

CIS QA LEVEL 2 WEEK 5 TOPIC: LINEAR PROGRAMMING OBJECTIVE AND SHORT ANSWER QUESTIONS

CIS QA LEVEL 2 WEEK 5 TOPIC: LINEAR PROGRAMMING OBJECTIVE AND SHORT ANSWER QUESTIONS CIS QA LEVEL 2 WEEK 5 TOPIC: LINEAR PROGRAMMING OBJECTIVE AND SHORT ANSWER QUESTIONS 1. In the graphical method of solving a Linear Programming problem, the feasible region is the region containing A.

More information

Transshipment. Chapter 493. Introduction. Data Structure. Example Model

Transshipment. Chapter 493. Introduction. Data Structure. Example Model Chapter 493 Introduction The transshipment model is a special case of the minimum cost capacitated flow model in which there are no capacities or minimums on the arc flows. The transshipment model is similar

More information

1. For s, a, initialize Q ( s,

1. For s, a, initialize Q ( s, Proceedings of the 2006 Winter Simulation Conference L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, eds. A REINFORCEMENT LEARNING ALGORITHM TO MINIMIZE THE MEAN TARDINESS

More information

On the Optimization of Transportation Problem

On the Optimization of Transportation Problem British Journal of Mathematics & Computer Science 13(4): 1-11, 2016, Article no.bjmcs.17279 ISSN: 2231-0851 SCIENCEDOMAIN international www.sciencedomain.org On the Optimization of Transportation Problem

More information

Genetic Algorithm for Supply Planning Optimization under Uncertain Demand

Genetic Algorithm for Supply Planning Optimization under Uncertain Demand Genetic Algorithm for Supply Planning Optimization under Uncertain Demand Tezuka Masaru and Hiji Masahiro Hitachi Tohoku Software, Ltd. 2-16-10, Honcho, Aoba ward, Sendai City, 980-0014, Japan {tezuka,hiji}@hitachi-to.co.jp

More information

Optimal Solution of Transportation Problem Based on Revised Distribution Method

Optimal Solution of Transportation Problem Based on Revised Distribution Method Optimal Solution of Transportation Problem Based on Revised Distribution Method Bindu Choudhary Department of Mathematics & Statistics, Christian Eminent College, Indore, India ABSTRACT: Transportation

More information

Developing a hybrid algorithm for distribution network design problem

Developing a hybrid algorithm for distribution network design problem Proceedings of the 2011 International Conference on Industrial Engineering and Operations Management Kuala Lumpur, Malaysia, January 22 24, 2011 Developing a hybrid algorithm for distribution network design

More information

SOMANI S Approximation Method(SAM) Innovative Method for finding optimal Transportation Cost. Abstract

SOMANI S Approximation Method(SAM) Innovative Method for finding optimal Transportation Cost. Abstract SOMANI S Approximation Method(SAM) Innovative Method for finding optimal Transportation Cost CHIRAG SOMANI* Asst. Prof. in Mathematics Department of Applied Science & Humanities, Engineering College, Tuwa,

More information

Generational and steady state genetic algorithms for generator maintenance scheduling problems

Generational and steady state genetic algorithms for generator maintenance scheduling problems Generational and steady state genetic algorithms for generator maintenance scheduling problems Item Type Conference paper Authors Dahal, Keshav P.; McDonald, J.R. Citation Dahal, K. P. and McDonald, J.

More information

An Innovative Heuristic in Multi-Item Replenishment Problem for One Warehouse and N Retailers

An Innovative Heuristic in Multi-Item Replenishment Problem for One Warehouse and N Retailers Jurnal Teknik Industri, Vol. 16,. 1, Juni 2014, 1-8 ISSN 1411-2485 print / ISSN 2087-7439 online DOI: 10.9744/jti.16.1.1-8 An Innovative Heuristic in Multi-Item Replenishment Problem for One Warehouse

More information

A New Simple Method of Finding an Optimal Solution for the Transportation Problem

A New Simple Method of Finding an Optimal Solution for the Transportation Problem www.emr.net ISSN (ONLINE): 5-758, ISSN (PRINT): 9-9 Volume-, Issue-, November-December 1 International Journal of Engineering and Management Research Page Number: 19- A New Simple Method of Finding an

More information

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example.

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example. Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example Amina Lamghari COSMO Stochastic Mine Planning Laboratory! Department

More information

Discrete and dynamic versus continuous and static loading policy for a multi-compartment vehicle

Discrete and dynamic versus continuous and static loading policy for a multi-compartment vehicle European Journal of Operational Research 174 (2006) 1329 1337 Short Communication Discrete and dynamic versus continuous and static loading policy for a multi-compartment vehicle Yossi Bukchin a, *, Subhash

More information

Ergonomic workforce scheduling under complex worker limitation and task requirements: Mathematical model and approximation procedure

Ergonomic workforce scheduling under complex worker limitation and task requirements: Mathematical model and approximation procedure Songklanakarin J. Sci. Technol. 34 (5), 541-549, Sep. - Oct. 2012 http://www.sjst.psu.ac.th Original Article Ergonomic workforce scheduling under complex worker limitation and task requirements: Mathematical

More information

VAM - MODI Mathematical Modelling Method for Minimizing Cost of Transporting Perishables from Markets to Cafeterias in Covenant University

VAM - MODI Mathematical Modelling Method for Minimizing Cost of Transporting Perishables from Markets to Cafeterias in Covenant University Washington C, USA, Septe IEOM Society Internationalmber 7-9, 18 VAM - MOI Mathematical Modelling Method for Minimizing Cost of Transporting Perishables from Markets to Cafeterias in Covenant University

More information

Assignment Technique for solving Transportation Problem A Case Study

Assignment Technique for solving Transportation Problem A Case Study Assignment Technique for solving Transportation Problem A Case Study N. Santosh Ranganath Faculty Member, Department of Commerce and Management Studies Dr. B. R. Ambedkar University, Srikakulam, Andhra

More information

Transportation Theory and Applications

Transportation Theory and Applications Fall 2017 - MTAT.08.043 Transportation Theory and Applications Lecture I: Introduction A. Hadachi Course Syllabus Lecturer: Amnir Hadachi Course website: https://courses.cs.ut.ee/2017/transport/fall Office

More information

Research Paper DISTRIBUTION OF SUGAR BASED ON TRANSPORTATION PROBLEM ALGORITHM

Research Paper DISTRIBUTION OF SUGAR BASED ON TRANSPORTATION PROBLEM ALGORITHM International Journal of Accounting & Business Management Vol. 4 (No.2), November, 2016 ISSN: 2289-4519 DOI: 10.24924/ijabm/2016.11/v4.iss2/170.178 This work is licensed under a Creative Commons Attribution

More information

A Linear Programming Model for Optimization of the Railway Blocking Problem

A Linear Programming Model for Optimization of the Railway Blocking Problem A Linear Programming Model for Optimization of the Railway Blocking Problem Roberto Gallardo-Bobadilla Department of Mechanical Engineering and Canadian Rail Research Laboratory (CaRRL) University of Alberta,

More information

Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree

Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree Evolutionary Algorithms and Simulated Annealing in the Topological Configuration of the Spanning Tree A. SADEGHEIH Department of Industrial Engineering University of Yazd, P.O.Box: 89195-741 IRAN, YAZD

More information

PRODUCT ASSORTMENT UNDER CUSTOMER-DRIVEN DEMAND SUBSTITUTION IN RETAIL OPERATIONS

PRODUCT ASSORTMENT UNDER CUSTOMER-DRIVEN DEMAND SUBSTITUTION IN RETAIL OPERATIONS PRODUCT ASSORTMENT UNDER CUSTOMER-DRIVEN DEMAND SUBSTITUTION IN RETAIL OPERATIONS Eda Yücel 1, Fikri Karaesmen 2, F. Sibel Salman 3, Metin Türkay 4 1,2,3,4 Department of Industrial Engineering, Koç University,

More information

Basic Linear Programming Concepts. Lecture 2 (3/29/2017)

Basic Linear Programming Concepts. Lecture 2 (3/29/2017) Basic Linear Programming Concepts Lecture 2 (3/29/2017) Definition Linear Programming (LP) is a mathematical method to allocate scarce resources to competing activities in an optimal manner when the problem

More information

Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras

Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Operation and supply chain management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology Madras Lecture - 37 Transportation and Distribution Models In this lecture, we

More information

The Benefits of Re-Evaluating Real-Time Order Fulfillment Decisions

The Benefits of Re-Evaluating Real-Time Order Fulfillment Decisions The Benefits of Re-Evaluating Real-Time Order Fulfillment Decisions Ping Josephine Xu Russell Allgor Stephen Graves Amazon.com, Seattle, WA Sloan School of Management, MIT, Cambridge, MA pingx@alum.mit.edu

More information

Receiving and Shipping Management in a Transshipment Center

Receiving and Shipping Management in a Transshipment Center Receiving and Shipping Management in a Transshipment Center CHYUAN PERNG AND ZIH-PING HO * Department of Industrial Engineering and Enterprise Information, Tunghai University, Taiwan ABSTRACT This research

More information

CHAPTER 5 EMISSION AND ECONOMIC DISPATCH PROBLEMS

CHAPTER 5 EMISSION AND ECONOMIC DISPATCH PROBLEMS 108 CHAPTER 5 EMISSION AND ECONOMIC DISPATCH PROBLEMS 5.1 INTRODUCTION The operation and planning of a power system is characterized by having to maintain a high degree of economy and reliability. Among

More information

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach

Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Storage Allocation and Yard Trucks Scheduling in Container Terminals Using a Genetic Algorithm Approach Z.X. Wang, Felix T.S. Chan, and S.H. Chung Abstract Storage allocation and yard trucks scheduling

More information

Designing a New Particle Swarm Optimization for Make-with-Buy Inventory Model

Designing a New Particle Swarm Optimization for Make-with-Buy Inventory Model Proceedings of the 14 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 14 Designing a New Particle Swarm Optimization for Make-with-Buy Inventory

More information

Rehandling Strategies for Container Retrieval

Rehandling Strategies for Container Retrieval Rehandling Strategies for Container Retrieval Tonguç Ünlüyurt and Cenk Aydin Sabanci University, Faculty of Engineering and Natural Sciences e-mail: tonguc@sabanciuniv.edu 1 Introduction In this work,

More information

Deterministic OR Models and Their Formulations

Deterministic OR Models and Their Formulations Deterministic OR Models and Their Formulations Hakan Özaktaş Department of Industrial Engineering Çankaya University November 11, 2014 What is Operations Research? History of OR dates back to World War

More information

Transportation Problem

Transportation Problem Transportation Problem MIGUEL A. S. CASQUILHO Technical University of Lisbon, Ave. Rovisco Pais, 1049-001 Lisboa, Portugal The Transportation Problem is briefly presented, together with other problems

More information

A Discrete Constrained Optimization Using Genetic Algorithms for A Bookstore Layout

A Discrete Constrained Optimization Using Genetic Algorithms for A Bookstore Layout International Journal of Computational Intelligence Systems, Vol. 6, No. 2 (March, 2013), 261-278 A Discrete Constrained Optimization Using Genetic Algorithms for A Bookstore Layout Tuncay Ozcan * Department

More information

Using Transportation Model for Aggregate Planning: A Case Study in Soft Drinks Industry

Using Transportation Model for Aggregate Planning: A Case Study in Soft Drinks Industry Journal of Logistics Management 218, 7(1): 11-46 DI: 1.5923/j.logistics.21871.2 Using Transportation Model for Aggregate Planning: A Case Study in Soft Drinks Industry Suhada. Tayyeh *, Saffa J. Abdul-Hussien

More information

Integrated Mechanisms of Organizational Behavior Control

Integrated Mechanisms of Organizational Behavior Control Advances in Systems Science and Application. 2013. Vol. 13. 2. P. 1 9. Integrated Mechanisms of Organizational Behavior Control V.N. Burkov, M.V. Goubko, N.A. Korgin, D.A. Novikov Institute of Control

More information

Transactions on the Built Environment vol 33, 1998 WIT Press, ISSN

Transactions on the Built Environment vol 33, 1998 WIT Press,  ISSN Effects of designated time on pickup/delivery truck routing and scheduling E. Taniguchf, T. Yamada\ M. Tamaishi*, M. Noritake^ "Department of Civil Engineering, Kyoto University, Yoshidahonmachi, Sakyo-kyu,

More information

Modeling and solving the train load planning problem in seaport container terminals

Modeling and solving the train load planning problem in seaport container terminals 11 IEEE International Conference on Automation Science and Engineering Trieste, Italy - August 24-27, 11 ThB2.2 Modeling and solving the train load planning problem in seaport container terminals Daniela

More information

DESIGN AND OPERATION OF MANUFACTURING SYSTEMS is the name and focus of the research

DESIGN AND OPERATION OF MANUFACTURING SYSTEMS is the name and focus of the research Design and Operation of Manufacturing Systems Stanley B. Gershwin Department of Mechanical Engineering Massachusetts Institute of Technology Cambridge, Massachusetts 02139-4307 USA web.mit.edu/manuf-sys

More information

LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS

LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS Advances in Production Engineering & Management 4 (2009) 3, 127-138 ISSN 1854-6250 Scientific paper LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS Ahmad, I. * & Al-aney, K.I.M. ** *Department

More information

Capacitated vehicle routing problem for multi-product crossdocking with split deliveries and pickups

Capacitated vehicle routing problem for multi-product crossdocking with split deliveries and pickups Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 62 ( 2012 ) 1360 1365 WC-BEM 2012 Capacitated vehicle routing problem for multi-product crossdocking with split deliveries

More information

Signature redacted. Signature redacted Thesis Supervisor JUN LIBRARIES. Strategic Delivery Route Scheduling for Small Geographic Areas

Signature redacted. Signature redacted Thesis Supervisor JUN LIBRARIES. Strategic Delivery Route Scheduling for Small Geographic Areas Strategic Delivery Route Scheduling for Small Geographic Areas by David Gilchrist Submitted to the Department of Mechanical Engineering in Partial Fulfillment of the Requirements for the Degree of MASSACHUSETT

More information

Deriving the Exact Cost Function for a Two-Level Inventory System with Information Sharing

Deriving the Exact Cost Function for a Two-Level Inventory System with Information Sharing Journal of Industrial and Systems Engineering Vol. 2, No., pp 4-5 Spring 28 Deriving the Exact Cost Function for a Two-Level Inventory System with Information Sharing R. Haji *, S.M. Sajadifar 2,2 Industrial

More information

OPTIMIZATION OF WOVEN FABRIC PRODUCTION IN TEXTILE INDUSTRY OF PT. ARGO PANTES TANGERANG

OPTIMIZATION OF WOVEN FABRIC PRODUCTION IN TEXTILE INDUSTRY OF PT. ARGO PANTES TANGERANG Available online at https://www.ijasrd.org/ International Journal of Advanced Scientific Research & Development Vol. 05, Iss. 04, Ver. I, Apr 2018, pp. 70 76 e-issn: 2395-6089 p-issn: 2394-8906 OPTIMIZATION

More information

A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests

A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests A Particle Swarm Optimization Algorithm for Multi-depot Vehicle Routing problem with Pickup and Delivery Requests Pandhapon Sombuntham and Voratas Kachitvichayanukul Abstract A particle swarm optimization

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 4, April -2017 Cost Saving in Transportation of Various Construction

More information

A Note on the Truck and Trailer Routing Problem

A Note on the Truck and Trailer Routing Problem A Note on the Truck and Trailer Routing Problem Shih-Wei Lin a, Vincent F. Yu b,*, Shuo-Yan Chou b a Department of Information Management, Chang Gung University No. 259, Wen-Hwa 1st Road, Kwei-Shan, Tao-Yuan

More information

A SAT Approach for Solving the Staff Transfer Problem

A SAT Approach for Solving the Staff Transfer Problem A SAT Approach for Solving the Staff Transfer Problem S. Acharyya, A. Bagchi, Abstract An important issue in Human Resource Management is the assignment of transfer postings to employees in a large organization

More information

Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization

Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization Genetic Algorithms and Sensitivity Analysis in Production Planning Optimization CECÍLIA REIS 1,2, LEONARDO PAIVA 2, JORGE MOUTINHO 2, VIRIATO M. MARQUES 1,3 1 GECAD Knowledge Engineering and Decision Support

More information

EFFICACY OF ROBUST REGRESSION APPLIED TO FRACTIONAL FACTORIAL TREATMENT STRUCTURES MICHAEL MCCANTS

EFFICACY OF ROBUST REGRESSION APPLIED TO FRACTIONAL FACTORIAL TREATMENT STRUCTURES MICHAEL MCCANTS EFFICACY OF ROBUST REGRESSION APPLIED TO FRACTIONAL FACTORIAL TREATMENT STRUCTURES by MICHAEL MCCANTS B.A., WINONA STATE UNIVERSITY, 2007 B.S., WINONA STATE UNIVERSITY, 2008 A THESIS submitted in partial

More information

A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint

A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint A Single Item Non Linear Programming (NLP) Economic Order Quantity Model with Space Constraint M. Pattnaik Dept. of Business Administration Utkal University, Bhubaneswar, India monalisha_1977@yahoo.com

More information

250ST Optimization Models of Transport Networks

250ST Optimization Models of Transport Networks Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2017 240 - ETSEIB - Barcelona School of Industrial Engineering 715 - EIO - Department of Statistics and Operations Research MASTER'S

More information

one Introduction chapter Overview Chapter

one Introduction chapter Overview Chapter one Introduction Chapter chapter Overview 1.1 Introduction to Decision Support Systems 1.2 Defining a Decision Support System 1.3 Decision Support Systems Applications 1.4 Textbook Overview 1.5 Summary

More information

We consider a distribution problem in which a set of products has to be shipped from

We consider a distribution problem in which a set of products has to be shipped from in an Inventory Routing Problem Luca Bertazzi Giuseppe Paletta M. Grazia Speranza Dip. di Metodi Quantitativi, Università di Brescia, Italy Dip. di Economia Politica, Università della Calabria, Italy Dip.

More information

A MANUFACTURING STRATEGY FOR PRODUCT ASSEMBLY IN A SUPPLY CHAIN ENVIRONMENT

A MANUFACTURING STRATEGY FOR PRODUCT ASSEMBLY IN A SUPPLY CHAIN ENVIRONMENT A MANUFACTURING STRATEGY FOR PRODUCT ASSEMBLY IN A SUPPLY CHAIN ENVIRONMENT R. Meenakshi Sundaram and Rakesh B. Patel Department of Industrial and Manufacturing Engineering Tennessee Technological University

More information

A Decision-Making Process for a Single Item EOQ NLP Model with Two Constraints

A Decision-Making Process for a Single Item EOQ NLP Model with Two Constraints American Journal of Business, Economics and Management 205; 3(5): 266-270 Published online September 7, 205 (http://www.openscienceonline.com/journal/ajbem) A Decision-Making Process for a Single Item

More information

IMPROVED SOLUTIONS FOR THE TRAVELING PURCHASER PROBLEM

IMPROVED SOLUTIONS FOR THE TRAVELING PURCHASER PROBLEM Computers Ops Res. Vol. 25, No. 11, pp. 879±885, 1998 # 1998 Elsevier Science Ltd. All rights reserved PII: S0305-0548(98)00032-X Printed in Great Britain 0305-0548/98 $19.00 + 0.00 IMPROVED SOLUTIONS

More information

Genetic Algorithm: An Optimization Technique Concept

Genetic Algorithm: An Optimization Technique Concept Genetic Algorithm: An Optimization Technique Concept 1 Uma Anand, 2 Chain Singh 1 Student M.Tech (3 rd sem) Department of Computer Science Engineering Dronacharya College of Engineering, Gurgaon-123506,

More information

MANAGEMENT INFORMATION SYSTEMS: DEFINITION AND ATTRIBUTION

MANAGEMENT INFORMATION SYSTEMS: DEFINITION AND ATTRIBUTION 1 MANAGEMENT INFORMATION SYSTEMS: DEFINITION AND ATTRIBUTION Amarin Tawata Faculty of Management Science Silpakorn University, Petchburi IT Campus 1 Moo 3 Tambon Sampraya Ampur Cha-Am Petchburi 76120,

More information

Determination of Optimum Smoothing Constant of Single Exponential Smoothing Method: A Case Study

Determination of Optimum Smoothing Constant of Single Exponential Smoothing Method: A Case Study Int. J. Res. Ind. Eng. Vol. 6, No. 3 (2017) 184 192 International Journal of Research in Industrial Engineering www.riejournal.com Determination of Optimum Smoothing Constant of Single Exponential Smoothing

More information

TAGUCHI APPROACH TO DESIGN OPTIMIZATION FOR QUALITY AND COST: AN OVERVIEW. Resit Unal. Edwin B. Dean

TAGUCHI APPROACH TO DESIGN OPTIMIZATION FOR QUALITY AND COST: AN OVERVIEW. Resit Unal. Edwin B. Dean TAGUCHI APPROACH TO DESIGN OPTIMIZATION FOR QUALITY AND COST: AN OVERVIEW Resit Unal Edwin B. Dean INTRODUCTION Calibrations to existing cost of doing business in space indicate that to establish human

More information

Digital Media Mix Optimization Model: A Case Study of a Digital Agency promoting its E-Training Services

Digital Media Mix Optimization Model: A Case Study of a Digital Agency promoting its E-Training Services Available online at: http://euroasiapub.org, pp. 127~137 Thomson Reuters Researcher ID: L-5236-2015 Digital Media Mix Optimization Model: A Case Study of a Digital Agency promoting its E-Training Services

More information

Application of Linear Programming Techniques to Determine the Type and Quantity of Textile Dyed Fabrics

Application of Linear Programming Techniques to Determine the Type and Quantity of Textile Dyed Fabrics Application of Linear Programming Techniques to Determine the Type and Quantity of Textile Dyed Fabrics Gera Workie 1, Abebaw Bizuneh 2, Senait Asmelash 3 Ethiopian Institute of Textile and Fashion Technology

More information

Presenting a model for orders of supply chain coordination using linear programming

Presenting a model for orders of supply chain coordination using linear programming Presenting a model for orders of supply chain coordination using linear programming Mohammad Mirabi Assistant Professor, Department of Industrial Engineering, Meybod University, Meybod, Iran Seyed Hamid

More information

DEVELOPMENT OF A DYNAMIC PROGRAMMING MODEL FOR OPTIMIZING PRODUCTION PLANNING. the Polytechnic Ibadan, Mechatronics Engineering Department; 3, 4

DEVELOPMENT OF A DYNAMIC PROGRAMMING MODEL FOR OPTIMIZING PRODUCTION PLANNING. the Polytechnic Ibadan, Mechatronics Engineering Department; 3, 4 DEVELOPMENT OF A DYNAMIC PROGRAMMING MODEL FOR OPTIMIZING PRODUCTION PLANNING 1 Olanrele, O.O., 2 Olaiya, K. A., 3 Aderonmu, M.A., 4 Adegbayo, O.O., 5 Sanusi, B.Y. 1, 2,5 the Polytechnic Ibadan, Mechatronics

More information