A COMPETENT ALGORITHM TO FIND THE INITIAL BASIC FEASIBLE SOLUTION OF COST MINIMIZATION TRANSPORTATION PROBLEM

Size: px
Start display at page:

Download "A COMPETENT ALGORITHM TO FIND THE INITIAL BASIC FEASIBLE SOLUTION OF COST MINIMIZATION TRANSPORTATION PROBLEM"

Transcription

1 BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LXI (LXV), Fasc., 05 SecŃia AUTOMATICĂ şi CALCULATOARE A COMPETENT ALGORITHM TO FIND THE INITIAL BASIC FEASIBLE SOLUTION OF COST MINIMIZATION TRANSPORTATION PROBLEM BY AMINUR RAHMAN KHAN,*, ADRIAN VILCU, MD. SHARIF UDDIN and FLORINA UNGUREANU Jahangirnagar University, Dhaka-4, Bangladesh, Department of Mathematics Gheorghe Asachi Technical University of Iasi, Romania, Department of Management Engineering Department of Automatic Control and Computer Engineering Received: July 6, 05 Accepted for publication: July 4, 05 Abstract. In this paper, we propose a new algorithm along with MATLAB code for determining the initial basic feasible solution of Cost Minimization Transportation Problem (CMTP). Comparative study is carried out between the proposed algorithm and the other existing algorithm by means of sample examples which shows that the proposed algorithm provides better result. Key words: Cost Minimization Transportation Problem; MATLAB; distribution indicator; optimum solution. 00 Mathematics Subject Classification: 90B50, 90C08. * Corresponding author; aminurju@yahoo.com

2 7 Aminur Rahman Khan et al.. Introduction The branch of Linear Programming Problem (LPP) in which a single uniform commodity is shifted from several sources to different localities in such a way to minimize the total transportation cost while fulfilling all supply and demand limitations are CMTP. The basic CMTP was originally developed by Hitchcock (94). Competent methods of solution derived from the simplex algorithm were developed, mainly by Dantzig (96) and then by Charnes et al. (95). The problem of CMTP has been studied since long and is well known by Abdur Rashid (0), Aminur Rahman Khan (0; 0; 05a; 05b), Hamdy (007), Juman & Hoque (05), Kasana & Kumar (005), Sharif Uddin et al. (0; 0), Md. Amirul Islam et al. (0a, 0b), Md. Ashraful Babu et al. (0; 04a; 04b), Md. Main Uddin et al. (0; 05), Mollah Mesbahuddin Ahmed et al. (04a; 04b), Sayedul Anam et al. (0) and Utpal Kanti Das et al. (04a; 04b). For determining the initial basic feasible solution of TP, Reinfeld and Vogel (958) introduced Vogel s Approximation Method (VAM) by defining penalty as the difference of lowest and next to lowest cost in each row and column of a transportation table and allocate to the minimum cost cell corresponding to the highest penalty; Kasana & Kumar (005) presented Extremum Difference Method (EDM) by calculating the penalty as the difference between the highest and lowest unit transportation cost in each row and column and allocate as like as VAM; Aminur Rahman Khan (0) proposed Highest Cost Difference Method (HCDM) by introducing pointer cost as the difference of highest and next to highest cost in each row and column of a transportation table and allocate to the minimum cost cell corresponding to the highest three pointer costs. Kirca and Satir (990) first define the Total Opportunity Cost Matrix (TOCM) as the sum of Row Opportunity Cost Matrix (ROCM) and Column Opportunity Cost Matrix (COCM). Where, the ROCM is generated by subtracting the lowest cost of each row from the other cost elements in that row and, the COCM is generated by subtracting the lowest cost of each column from the other cost elements in that column. Kirca and Satir then essentially apply the Least Cost Method with some tie-breaking policies on the TOCM to determine the feasible solution of the transportation problem. Mathirajan & Meenakshi (004) applied VAM on the TOCM, Md. Amirul Islam et al. applied EDM (0a) and HCDM (0b) on TOCM whereas Aminur Rahman Khan (05a) calculate the pointer cost as the sum of all entries in the respective row or column of the TOCM to find the feasible solution of the transportation problem. Here, in this paper, we determine the distribution indicator for each cell of the TOCM by subtracting corresponding row and column highest element of every cell from the respective element. We then make maximum possible allocation to the cell having the smallest distribution indicator. The proposed

3 Bul. Inst. Polit. Iaşi, t. LXI (LXV), f., 05 7 method is also illustrated with several numerical examples. Comparative study shows that the proposed algorithm gives better result in comparison to the other existing heuristics available in the text. We also coded the presented algorithm by using MATLAB and it is utilized via many randomly generated problems of different order in order to prove the exactness of the code. Based on the results we conclude that the coded algorithm for solving the transportation problem is accurate.. Formulation of Cost Minimization Transportation Problem A general cost minimization transportation problem is represented by the network in the following Fig.. S Source C : X Locality D Units of Supply S D Units of Demand S m m C mn : X mn n D n Fig. Network representation of Cost Minimization Transportation Problem. There are m sources and n destinations, each represented by a node. The arrows joining the sources and the localities represent the route through which the commodity is shifted. Suppose S i denotes the amount of supply at source i (i =,,, m), D j represents the amount of demand at destination j (j=,,, n), C ij denotes the unit transportation cost from sources i to destination j, X ij represents the amount transported from sources i to destination j. Then the LPP model of the balanced cost minimization transportation problem is Min. s/t, Z= m n i = j = C ij X ij n j = X ij= Si ; i=,,,m m i = X ij= D j ; j=,,,n X 0 for all i, j. () ij

4 74 Aminur Rahman Khan et al.. Algorithm of Proposed Method The proposed algorithm for determining the initial basic feasible solution consists of the following steps: Step Step Step : Subtract the smallest entry of every row from each of the element of the subsequent row of the transportation table and place them on the right-top of the corresponding elements. C ij C ik ij C, where C ( C, C,, C ) ik =, min i i i =,,......,m : Apply the same operation on each of the column and place them on the left-bottom of the corresponding elements. C C kj= min C j, C j,, C mj, C ij C kj ij, where ( ) j =,,......,n : Form the TOCM whose entries are the summation of righttop and left-bottom elements of Steps and. C = C C + C C ij ( ) ( ) Step 4 : For each cell (i, j), calculate the distribution indicator, ij = c ij - ū i - ē j, where, ū i =largest unit time in the ith row and ē j = largest unit time in the jth column. Step 5 : Make maximum possible allocation to the cell having the smallest value of ij. If tie occurs in the distribution indicator, select any one of them arbitrarily. Step 6 Step 7 Step 8 Step 9 : No further deliberation is required for the row or column which is satisfied. If both the row and column are satisfied at a time, delete both of them assigning an extra zero supply (or demand) to any one cell of the satisfied row or column. : Calculate fresh distribution indicators for the remaining submatrix as in Step 4 and allocate following the procedure of Steps 5 and 6. : Continue the process until all rows and columns are satisfied. : Finally compute the total transportation cost as the sum of the product of original transportation cost and corresponding allocation obtained in step 5. ij ik ij kj in

5 Bul. Inst. Polit. Iaşi, t. LXI (LXV), f., The Novelty of our Algorithm Although we have used TOCM of Kirca and Satir in our proposed algorithm; we calculate the distribution indicator (in step 4) for each cell of the TOCM by subtracting corresponding row and column highest element of every cell from the respective element. Whereas Mathirajan and Meenakshi calculate the penalty as the difference of lowest and next to lowest entries of the TOCM; Md. Amirul Islam et al. calculate distribution indicator as the difference of highest and lowest entries of the TOCM and Aminur Rahman Khan et al. calculate pointer cost as the sum of all entries in the respective row or column of the TOCM. 5. Material and Methods Table, 0 and shows three sample cost minimizing transportation problem, selected at random to solve by using proposed algorithm and the existing algorithms. Example : Table Cost Matrix for the Numerical Example Destination Factory Demand Step : is the minimum element of the first row, so we subtract from each element of the first row. Similarly, we subtract and from each element of the nd and rd row respectively and place all the differences on the right-top of the corresponding elements in Table. Step : In a similar fashion, we subtract,, and 4 from each element of the st, nd, rd and 4 th column respectively and place the result on the leftbottom of the corresponding elements in Table.

6 76 Aminur Rahman Khan et al. Factory Table Formation of Total Opportunity Cost Matrix Destination Demand Step : We add the right-top and left-bottom entry of each element of the transportation table obtained in Iteration and Iteration and formed the TOCM as in Table. Factory Table Total Opportunity Cost Matrix (TOCM) Destination Demand Step 4: We determine the distribution indicator for each cell of the TOCM by subtracting corresponding row and column highest element of every cell from the respective element. Here, c =0, highest entry in the first row is and in the first column is 8, so distribution indicator, =0-8-=-9. Do the same for each entry and place them in the right-top of every cell of the cost matrix. Table 4 Determination of Distribution Indicator after Step Demand 5 9 8

7 Bul. Inst. Polit. Iaşi, t. LXI (LXV), f., Step 5: Here, smallest value of ij = - corresponding to the cell (, ). So we allocate units (minimum of 7 and ) to the cell (, ). We adjust the supply and demand requirements corresponding to the cell (, ) and since the demand for the cell (, ) is satisfied, we delete the third column and calculate the distribution indicator again for the resulting reduced transportation table. Table 5 Determination of Distribution Indicator after Step Demand Step 6: Here, smallest value of ij = -0 corresponding to the cell (, ). So we allocate 9 units (minimum of 8 and 9) to the cell (, ). We adjust the supply and demand requirements corresponding to the cell (, ) and since the demand for the cell (, ) is satisfied, we delete the third column and calculate the distribution indicator again for the resulting reduced transportation table. Table 6 Determination of Distribution Indicator after Step Demand Step 7: Here, smallest value of ij = -4 corresponding to the cell (, 4). So we allocate 9 units (minimum of 9 and 8) to the cell (, 4). We adjust the supply and demand requirements corresponding to the cell (, 4) and since the supply for the cell (, 4) is satisfied, we delete the second row and calculate the distribution indicator again for the resulting reduced transportation table.

8 78 Aminur Rahman Khan et al. Table 7 Determination of Distribution Indicator after Step Demand Step 8: Here, smallest value of ij = - corresponding to the cell (, 4), (, ) and (, 4). So we allocate 9 units (minimum of 0 and 9) to the cell (, 4). We adjust the supply and demand requirements corresponding to the cell (, 4) and since the demand for the cell (, 4) is satisfied, we delete the fourth column and calculate the distribution indicator again for the resulting reduced transportation table. Table 8 Determination of Distribution Indicator after Step Demand Step 9: Since only the first column is remaining with two unallocated cell in this case, we allocate units (minimum of and 5) to the cell (, ) and 4 units (minimum of 4 and 4) to the cell (, ). We adjust the supply and demand requirements again and we see that all supply and demand values are exhausted.

9 Bul. Inst. Polit. Iaşi, t. LXI (LXV), f., Table 9 Determination of Distribution Indicator after Step Demand Step 0: Since all the rim conditions are satisfied and total number of allocation is 6. Therefore, the solution for the given problem is x =, 9 x 4=, x = 9, x 4 = 9, x = 4 and x =. for a flow of 65 units with the total transportation cost z= Example : Factory Example : Factory = 00 Table 0 Cost Matrix for the Numerical Example Destination Supply Demand Table Cost Matrix for the Numerical Example Destination Demand

10 80 Aminur Rahman Khan et al. 6. Result Table shows a comparison among the solutions obtained by our Proposed Approach and the other existing methods and also with the optimal solution by means of the above three sample examples and it is seen that our proposed method gives better results. Table A Comparative Study of Different Solutions Total Transportation Cost Solution obtained by Ex. Ex. Ex. North West Corner Method Row Minimum Method Column Minimum Method 0 Least Cost Method 8 65 Vogel s Approximation Method Extremum Difference Method Highest Cost Difference Method 8 65 TOCM-MMM Approach 8 65 TOCM-VAM Approach TOCM-EDM Approach TOCM-HCDM Approach TOCM-SUM Approach (Proposed) Average Cost Method Proposed Approach Optimum Solution We also solve randomly selected transportation problem of order, 4, 5, 4, 4 4, 4 5, 4 6, 6 6 and see that the MATLAB code presented by us gives identical result as the manual solution which proves the correctness of our code. 7. Conclusion A new algorithm along with MATLAB code for finding an initial basic feasible solution of cost minimization transportation problem is introduced. We also illustrate this algorithm numerically to test the efficiency of the proposed method. Comparative study among the solution obtained by proposed method and the other existing methods by means of sample examples show that our proposed method gives better result.

11 Bul. Inst. Polit. Iaşi, t. LXI (LXV), f., 05 8 Acknowledgements. The first author acknowledges the financial support provided by the EU Erasmus Mundus Project-cLINK, Grant Agreement No: - 645/00-00-EM, Action. REFERENCES Abdur Rashid, Syed Sabbir Ahmed, Md. Sharif Uddin, Development of a New Heuristic for Improvement of Initial Basic Feasible Solution of a Balanced Transportation Problem. Jahangirnagar University Journal of Mathematics and Mathematical Sciences, 8, 05, 0. Aminur Rahman Khan, A Re-Solution of the Transportation Problem: An Algorithmic Approach. Jahangirnagar University Journal of Science, 4,, 49 6, 0. Aminur Rahman Khan, Analysis and Resolution of the Transportation Problem: An Algorithmic Approach. M. Phil. Thesis, Dept. of Mathematics, Jahangirnagar University, 0. Aminur Rahman Khan, Adrian Vilcu, Nahid Sultana, Syed Sabbir Ahmed, Determination of Initial Basic Feasible Solution of a Transportation Problem: A TOCM-SUM Approach. Bul. Inst. Polit. Iaşi, s. Automatic Control and Computers Science, LXI (LXV),, 9 49, 05a. Aminur Rahman Khan, Avishek Banerjee, Nahid Sultana, M. Nazrul Islam, Solution Analysis of a Transportation Problem: A Comparative Study of Different Algorithms. Accepted for Publication in the Bul. Inst. Polit. Iaşi, s. Textile. Leathership, In Issue of 05b. Charnes A., Cooper W.W, Henderson A., An Introduction to Linear Programming. John Wiley & Sons, New York, 95. Dantzig G.B., Linear Programming and Extentions. Princeton University Press, Princeton, N J, 96. Hamdy A.T., Operations Research: An Introduction. 8 th Edition, Pearson Prentice Hall, Upper Saddle River, New Jersey 07458, 007. Hitchcock F.L., The Distribution of a Product from Several Sources to Numerous Localities. Journal of Mathematics and Physics, 0, 4 0, 94. Juman Z.A.M.S., Hoque M.A., An Efficient Heuristic to Obtain a Better Initial Feasible Solution to the Transportation Problem. Applied Soft Computing, 4, 8 86, 05. Kasana H.S., Kumar K.D., Introductory Operations Research: Theory and Applications. Springer International Edition, New Delhi, 005. Kirca Omer, Satir Ahmet, A Heuristic for Obtaining an Initial Solution for the Transportation Problem. Journal of the Operational Research Society, 4, , 990. Koopmans T.C., Optimum Utilization of the Transportation System. Econometrica, 7, 4, 947. Mathirajan M., Meenakshi B., Experimental Analysis of Some Variants of Vogel s Approximation Method. Asia-Pacific Journal of Operational Research,, 4, , 004.

12 8 Aminur Rahman Khan et al. Md. Amirul Islam, Md. Masudul Haque, Md. Sharif Uddin, Extremum Difference Formula on Total Opportunity Cost: A Transportation Cost Minimization Technique. Prime University Journal of Multidisciplinary Quest, 6,, 5 0, 0a. Md. Amirul Islam, Aminur Rahman Khan, M. Sharif Uddin, M. Abdul Malek, Determination of Basic Feasible Solution of Transportation Problem: A New Approach. Jahangirnagar University Journal of Science, 5,, 0 08, 0b. Md. Ashraful Babu, Md. Abu Helal, Mohammad Sazzad Hasan, Utpal Kanti Das, Lowest Allocation Method (LAM): A New Approach to Obtain Feasible Solution of Transportation Model. International Journal of Scientific and Engineering Research, 4,, 44 48, 0. Md. Ashraful Babu, Md. Abu Helal, Mohammad Sazzad Hasan, Utpal Kanti Das, Implied Cost Method (ICM): An Alternative Approach to Find the Feasible Solution of Transportation Problem. Global Journal of Science Frontier Research-F: Mathematics and Decision Sciences, 4,, 5, 04a. Md. Ashraful Babu, Utpal Kanti Das, Aminur Rahman Khan, Md. Sharif Uddin, A Simple Experimental Analysis on Transportation Problem: A New Approach to Allocate Zero Supply or Demand for All Transportation Algorithm. International Journal of Engineering Research & Applications (IJERA), 4,, 48 4, 04b. Md. Main Uddin, Md. Azizur Rahaman, Faruque Ahmed, M. Sharif Uddin, Md. Rashed Kabir, Minimization of Transportation Cost on the Basis of Time Allocation: An Algorithmic Approach, Jahangirnagar Journal of Mathematics & Mathematical Sciences, 8, 47 5, 0. Md. Main Uddin, Aminur Rahman Khan, Sushanta Kumer Roy, Md. Sharif Uddin, A New Approach for Solving Unbalanced Transportation Problem due to Additional Supply. Accepted for Publication in the Bul. Inst. Polit. Iaşi, s. Textile. Leathership, In Issue of 05. Mollah Mesbahuddin Ahmed, Abu Sadat Muhammad Tanvir, Shirin Sultana, Sultan Mahmud, Md. Sharif Uddin, An Effective Modification to Solve Transportation Problems: A Cost Minimization Approach. Annals of Pure and Applied Mathematics, 6,, 99 06, 04a. Mollah Mesbahuddin Ahmed, Algorithmic Approach to Solve Transportation Problems: Minimization of Cost and Time. M. Phil. Thesis, Dept. of Mathematics, Jahangirnagar University, 04b. Reinfeld N.V., Vogel W.R., Mathematical Programming. Englewood Cliffs, NJ: Prentice-Hall, 958. Sayedul Anam, Aminur Rahman Khan, Md. Minarul Haque, Reza Shahbaz Hadi, The Impact of Transportation Cost on Potato Price: A Case Study of Potato Distribution in Bangladesh. The International Journal of Management,,,, 0. Sharif Uddin M., Sayedul Anam, Abdur Rashid, Aminur R. Khan, Minimization of Transportation Cost by Developing an Efficient Network Model. Jahangirnagar Journal of Mathematics & Mathematical Sciences, 6, 0, 0. Sharif Uddin M., Transportation Time Minimization: An Algorithmic Approach. Journal of Physical Sciences, Vidyasagar University, 6, 59 64, 0.

13 Bul. Inst. Polit. Iaşi, t. LXI (LXV), f., 05 8 Utpal Kanti Das, Md. Ashraful Babu, Aminur Rahman Khan, Md. Abu Helal, Md. Sharif Uddin, Logical Development of Vogel s Approximation Method (LD- VAM): An Approach to Find Basic Feasible Solution of Transportation Problem. International Journal of Scientific & Technology Research (IJSTR),,, 4 48, 04a. Utpal Kanti Das, Md. Ashraful Babu, Aminur Rahman Khan, Md. Sharif Uddin, Advanced Vogel s Approximation Method (AVAM): A New Approach to Determine Penalty Cost for Better Feasible Solution of Transportation Problem. International Journal of Engineering Research & Technology (IJERT),,, 8 87, 04b. ALGORITM PENTRU DETERMINAREA SOLUłIEI INIłIALE ÎN CAZUL MINIMIZĂRII COSTULUI PROBLEMEI DE TRANSPORT (Rezumat) Lucrarea propune un nou algoritm pentru determinarea unei soluńii inińiale pentru o problemă clasică de transport bazată pe cost. Se prezintă problema, este descrisă metoda, se aplică algoritmul pe un exemplu numeric şi se compară, pe trei instante, rezultatele algoritmului propus cu cele furnizate de alńi algoritmi citańi în literatura de specialitate.

A COMPETENT ALGORITHM TO FIND THE INITIAL BASIC FEASIBLE SOLUTION OF COST MINIMIZATION TRANSPORTATION PROBLEM

A COMPETENT ALGORITHM TO FIND THE INITIAL BASIC FEASIBLE SOLUTION OF COST MINIMIZATION TRANSPORTATION PROBLEM BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIX (LXIII), Fasc. 1, 016 Secţia AUTOMATICĂ şi CALCULATOARE A COMPETENT ALGORITHM TO FIND THE

More information

DETERMINATION OF INITIAL BASIC FEASIBLE SOLUTION OF A TRANSPORTATION PROBLEM: A TOCM-SUM APPROACH

DETERMINATION OF INITIAL BASIC FEASIBLE SOLUTION OF A TRANSPORTATION PROBLEM: A TOCM-SUM APPROACH BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LXI (LXV), Fasc. 1, 2015 SecŃia AUTOMATICĂ şi CALCULATOARE DETERMINATION OF INITIAL BASIC FEASIBLE

More information

A New approach for Solving Transportation Problem

A New approach for Solving Transportation Problem Journal for Research Volume 03 Issue 01 March 2017 ISSN: 2395-7549 A New approach for Solving Transportation Problem Manamohan Maharana Lecturer Department of Mathematics M.P.C. (Jr.) College, Baripada,

More information

Solving the Linear Transportation Problem by Modified Vogel Method

Solving the Linear Transportation Problem by Modified Vogel Method Solving the Linear Transportation Problem by Modified Vogel Method D. Almaatani, S.G. Diagne, Y. Gningue and P. M. Takouda Abstract In this chapter, we propose a modification of the Vogel Approximation

More information

The MOMC Method: a New Methodology to Find. Initial Solution for Transportation Problems

The MOMC Method: a New Methodology to Find. Initial Solution for Transportation Problems Applied Mathematical Sciences, Vol. 9, 2015, no. 19, 901-914 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.4121013 The MOMC Method: a New Methodology to Find Initial Solution for Transportation

More information

Advanced Approximation Method for Finding an Optimal Solution of Unbalanced Fuzzy Transportation Problems

Advanced Approximation Method for Finding an Optimal Solution of Unbalanced Fuzzy Transportation Problems Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 9 (2017), pp. 5307-5315 Research India Publications http://www.ripublication.com Advanced Approximation Method for Finding

More information

Lecture notes on Transportation and Assignment Problem (BBE (H) QTM paper of Delhi University)

Lecture notes on Transportation and Assignment Problem (BBE (H) QTM paper of Delhi University) Transportation and Assignment Problems The transportation model is a special class of linear programs. It received this name because many of its applications involve determining how to optimally transport

More information

A Comparative study on Algorithms for Shortest-Route Problem and Some Extensions

A Comparative study on Algorithms for Shortest-Route Problem and Some Extensions International Journal of Basic & Applied Sciences IJBAS-IJENS Vol: No: 0 A Comparative study on Algorithms for Shortest-Route Problem and Some Extensions Sohana Jahan, Md. Sazib Hasan Abstract-- The shortest-route

More information

Zero Average Method to Finding an Optimal Solution of Fuzzy Transportation Problems

Zero Average Method to Finding an Optimal Solution of Fuzzy Transportation Problems IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-728, p-issn: 2319-76X. Volume 13, Issue 6 Ver. I (Nov. - Dec. 2017), PP 6-63 www.iosrjournals.org Zero verage Method to Finding an Optimal Solution of

More information

Available online through ISSN

Available online through  ISSN International Research Journal of Pure Algebra -4(4), 2014, 509-513 Available online through www.rjpa.info ISSN 2248 9037 A STUDY OF UNBALANCED TRANSPORTATION PROBLEM AND USE OF OBJECT ORIENTED PROGRAMMING

More information

Transportation problem

Transportation problem Transportation problem It is a special kind of LPP in which goods are transported from a set of sources to a set of destinations subjects to the supply and demand of the source and destination, respectively,

More information

Fundamentals of Operations Research. Prof. G. Srinivasan. Department of Management Studies. Indian Institute of Technology, Madras. Lecture No.

Fundamentals of Operations Research. Prof. G. Srinivasan. Department of Management Studies. Indian Institute of Technology, Madras. Lecture No. Fundamentals of Operations Research Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture No. # 13 Transportation Problem, Methods for Initial Basic Feasible

More information

New Methodology to Find Initial Solution for. Transportation Problems: a Case Study with Fuzzy Parameters

New Methodology to Find Initial Solution for. Transportation Problems: a Case Study with Fuzzy Parameters Applied Mathematical Sciences, Vol. 9, 2015, no. 19, 915-927 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.4121018 New Methodology to Find Initial Solution for Transportation Problems:

More information

BOOLEAN FUNCTION DECOMPOSITION BASED ON FPGA BASIC CELL STRUCTURE

BOOLEAN FUNCTION DECOMPOSITION BASED ON FPGA BASIC CELL STRUCTURE BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LXI (LXV), Fasc. 1, 2015 SecŃia AUTOMATICĂ şi CALCULATOARE BOOLEAN FUNCTION DECOMPOSITION BASED

More information

A Computer Oriented Method for Solving Transportation Problem

A Computer Oriented Method for Solving Transportation Problem Dhaka Univ. J. Sci. 63(1): 1-7, 015 (January) A Computer Oriented Method for Solving Transportation Problem Sharmin Afroz and M. Babul Hasan* Department of Mathematics, Dhaka University, Dhaka-1000, Bangladesh

More information

A New Approach for Solving Unbalanced. Fuzzy Transportation Problems

A New Approach for Solving Unbalanced. Fuzzy Transportation Problems International Journal of Computing and Optimization Vol. 3, 2016, no. 1, 131-140 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ijco.2016.6819 A New Approach for Solving Unbalanced Fuzzy Transportation

More information

success of Business enterprise especially in manufacturing organization. Goods manufactured by firm need to be distributed to dealers, distributers

success of Business enterprise especially in manufacturing organization. Goods manufactured by firm need to be distributed to dealers, distributers INTRODUCTION ASSIGNMENT V/S TRANSPORTATION ASSUMPTIONS INITIAL BASIC FEASIBLE SOLUTION [IBFS] 5 METHODS. DEGENERACY IN TRANSPORTATION OPTIMAL SOLUTION [MODI METHOD] HOW TO PREPARE LOOP PROHIBITED PROBLEM

More information

ALGORITHMIC APPROACH TO UNBALANCED FUZZY TRANSPORTATION PROBLEM. A. Samuel 1, P. Raja 2

ALGORITHMIC APPROACH TO UNBALANCED FUZZY TRANSPORTATION PROBLEM. A. Samuel 1, P. Raja 2 International Journal of Pure and Applied Mathematics Volume 113 No. 5 2017, 553-561 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v113i5.3

More information

AUTONOMOUS ROBOT NAVIGATION BASED ON FUZZY LOGIC AND REINFORCEMENT LEARNING

AUTONOMOUS ROBOT NAVIGATION BASED ON FUZZY LOGIC AND REINFORCEMENT LEARNING BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi, Tomul LVI (LX), Fasc. 4, 2010 Secţia CONSTRUCŢII DE MAŞINI AUTONOMOUS ROBOT NAVIGATION BASED ON FUZZY

More information

OPERATIONS RESEARCH. Transportation and Assignment Problems

OPERATIONS RESEARCH. Transportation and Assignment Problems OPERATIONS RESEARCH Chapter 2 Transportation and Assignment Problems Prof Bibhas C Giri Professor of Mathematics Jadavpur University West Bengal, India E-mail : bcgirijumath@gmailcom MODULE-3: Assignment

More information

A method for unbalanced transportation problems in fuzzy environment

A method for unbalanced transportation problems in fuzzy environment Sādhanā Vol. 39, Part 3, June 2014, pp. 573 581. c Indian Academy of Sciences A method for unbalanced transportation problems in fuzzy environment 1. Introduction DEEPIKA RANI 1,, T R GULATI 1 and AMIT

More information

Antti Salonen KPP227 KPP227 1

Antti Salonen KPP227 KPP227 1 KPP KPP Transportation method A quantitative approach for cost effective allocation of resources from multiple sources to multiple destinations. In this course we deal with three different methods: - Least

More information

A NOVEL SYSTOLIC ALGORITHM FOR 2-D DISCRETE SINE TRANSFORM

A NOVEL SYSTOLIC ALGORITHM FOR 2-D DISCRETE SINE TRANSFORM BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIX (LXIII), Fasc. 3, 2013 Secţia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ A NOVEL SYSTOLIC ALGORITHM

More information

ABOUT MANUFACTURING PROCESSES CAPABILITY ANALYSIS

ABOUT MANUFACTURING PROCESSES CAPABILITY ANALYSIS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIX (LXIII), Fasc. 4, 013 Secţia CONSTRUCŢII DE MAŞINI ABOUT MANUFACTURING PROCESSES CAPABILITY

More information

Transportation Problems

Transportation Problems Transportation Problems Transportation is considered as a special case of LP Reasons? it can be formulated using LP technique so is its solution 1 (to p2) Here, we attempt to firstly define what are them

More information

Application of Bounded Variable Simplex Algorithm in Solving Maximal Flow Model

Application of Bounded Variable Simplex Algorithm in Solving Maximal Flow Model Dhaka Univ. J. Sci. (): 9-, 3 (January) Application of Bounded Variable Simplex Algorithm in Solving Maximal Flow Model Sohana Jahan, Marzia Yesmin and Fatima Tuj Jahra Department of Mathematics,University

More information

قالىا سبحانك ال علم لنا إال ما علمتنا صدق هللا العظيم. Lecture 5 Professor Sayed Fadel Bahgat Operation Research

قالىا سبحانك ال علم لنا إال ما علمتنا صدق هللا العظيم. Lecture 5 Professor Sayed Fadel Bahgat Operation Research قالىا سبحانك ال علم لنا إال ما علمتنا إنك أنت العليم الحكيم صدق هللا العظيم 1 والصالة والسالم علي اشرف خلق هللا نبينا سيدنا هحود صلي هللا عليه وسلن سبحانك اللهم وبحمدك اشهد أن ال هللا إال أنت استغفرك وأتىب

More information

APPLICATIONS OF MICROSOFT EXCEL - SOLVER FOR HORIZONTAL AND LEVELLING NETWORKS ADJUSTMENT

APPLICATIONS OF MICROSOFT EXCEL - SOLVER FOR HORIZONTAL AND LEVELLING NETWORKS ADJUSTMENT BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Volumul 63 (67), Numărul 1-2, 2017 Secţia HIDROTEHNICĂ APPLICATIONS OF MICROSOFT EXCEL - SOLVER FOR

More information

A NEW APPROACH FOR FINDING AN OPTIMAL SOLUTION OF UNBALANCED INTUTIONISTIC FUZZY TRANSPORTATION PROBLEMS A. EDWARD SAMUEL 1 & P.

A NEW APPROACH FOR FINDING AN OPTIMAL SOLUTION OF UNBALANCED INTUTIONISTIC FUZZY TRANSPORTATION PROBLEMS A. EDWARD SAMUEL 1 & P. Volume 9, No. 1, Jan. - 2018 (Special ssue) nternational Journal of Mathematical Archive-9(1), 2018, 40-46 Available online through www.ijma.info SSN 2229 5046 A NEW APPROACH FOR FNDNG AN OPTMAL SOLUTON

More information

Modified Procedure to Solve Fuzzy Transshipment Problem by using Trapezoidal Fuzzy number.

Modified Procedure to Solve Fuzzy Transshipment Problem by using Trapezoidal Fuzzy number. International Journal of Mathematics and Statistics Invention (IJMSI) E-ISSN: 2321 4767 P-ISSN: 2321-4759 Volume 4 Issue 6 August. 216 PP-3-34 Modified Procedure to Solve Fuzzy Transshipment Problem by

More information

MODELING THE FORCE-ELONGATION CURVE OF SINGLE YARNS

MODELING THE FORCE-ELONGATION CURVE OF SINGLE YARNS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVI (LX), Fasc. 1, 2010 SecŃia TEXTILE. PIELĂRIE MODELING THE FORCE-ELONGATION CURVE OF SINGLE

More information

CHECKING THE HOMOGENEITY OF CONCRETE USING ARTIFICIAL NEURAL NETWORK

CHECKING THE HOMOGENEITY OF CONCRETE USING ARTIFICIAL NEURAL NETWORK BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LXI (LXV), Fasc., 05 Secţia CONSTRUCŢII. ARHITECTURĂ CHECKING THE HOMOGENEITY OF CONCRETE USING

More information

Solutions for Operations Research Final Exam

Solutions for Operations Research Final Exam Solutions for Operations Research Final Exam. (a) The buffer stock is B = i a i = a + a + a + a + a + a 6 + a 7 = + + + + + + =. And the transportation tableau corresponding to the transshipment problem

More information

IV. Special Linear Programming Models

IV. Special Linear Programming Models IV. Special Linear Programming Models Some types of LP problems have a special structure and occur so frequently that we consider them separately. A. The Transportation Problem - Transportation Model -

More information

Optimal Solution of a Mixed type Fuzzy Transportation Problem

Optimal Solution of a Mixed type Fuzzy Transportation Problem Intern. J. Fuzzy Mathematical Archive Vol. 15, No. 1, 2018, 83-89 ISSN: 2320 3242 (P), 2320 3250 (online) Published on 20 March 2018 www.researchmathsci.org DOI: http://dx.doi.org/10.22457/ijfma.v15n1a8

More information

Modified Distribution Method

Modified Distribution Method istributors C 8 Step : Make an initial allocation with the North-West corner rule. KPP istributors C 8 V j Step : Make an initial allocation with the North-West corner rule. Step : Introduce the variables,

More information

Optimization Methods: Linear Programming Applications Transportation Problem 1. Module 4 Lecture Notes 2. Transportation Problem

Optimization Methods: Linear Programming Applications Transportation Problem 1. Module 4 Lecture Notes 2. Transportation Problem Optimization ethods: Linear Programming Applications Transportation Problem odule 4 Lecture Notes Transportation Problem Introduction In the previous lectures, we discussed about the standard form of a

More information

Full Length Research Article. Comparison of Transportation Algorithms Using Data from Katsina State Transport Authority, Katsina State, Nigeria

Full Length Research Article. Comparison of Transportation Algorithms Using Data from Katsina State Transport Authority, Katsina State, Nigeria vailable online at http://www.ajol.info/index.php/njbas/index Nigerian Journal of asic and pplied Science (September, 2013), 21(3): 207-214 OI: http://dx.doi.org/10.4314/njbas.v21i3.6 ISSN 0794-5698 omparison

More information

COMPARATIVE STUDY OF NEW PROPOSED METHOD FOR SOLVING ASSIGNMENT PROBLEM WITH THE EXISTING METHODS

COMPARATIVE STUDY OF NEW PROPOSED METHOD FOR SOLVING ASSIGNMENT PROBLEM WITH THE EXISTING METHODS COMPARATIVE STUDY OF NEW PROPOSED METHOD FOR SOLVING ASSIGNMENT PROBLEM WITH THE EXISTING METHODS MANVIR KAUR ASSISTANT PROFESSOR SACHDEVA GIRLS COLLEGE, GHARUAN (MOHALI) ABSTRACT Assignment Problem is

More information

A new approach for solving cost minimization balanced transportation problem under uncertainty

A new approach for solving cost minimization balanced transportation problem under uncertainty J Transp Secur (214) 7:339 345 DOI 1.17/s12198-14-147-1 A new approach for solving cost minimization balanced transportation problem under uncertainty Sandeep Singh & Gourav Gupta Received: 21 July 214

More information

Solving ONE S interval linear assignment problem

Solving ONE S interval linear assignment problem RESEARCH ARTICLE OPEN ACCESS Solving ONE S interval linear assignment problem Dr.A.Ramesh Kumar 1,S. Deepa 2, 1 Head, Department of Mathematics, Srimad Andavan Arts and Science College (Autonomous), T.V.Kovil,

More information

TRANSPORTATION AND ASSIGNMENT PROBLEMS

TRANSPORTATION AND ASSIGNMENT PROBLEMS TRANSPORTATION AND ASSIGNMENT PROBLEMS Transportation problem Example P&T Company produces canned peas. Peas are prepared at three canneries (Bellingham, Eugene and Albert Lea). Shipped by truck to four

More information

MAC LEVEL BASED QUALITY OF SERVICE MANAGEMENT IN IEEE NETWORKS

MAC LEVEL BASED QUALITY OF SERVICE MANAGEMENT IN IEEE NETWORKS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVII (LXI), Fasc. 4, 2011 SecŃia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ MAC LEVEL BASED QUALITY

More information

Two-stage Interval Time Minimization Transportation Problem with Capacity Constraints

Two-stage Interval Time Minimization Transportation Problem with Capacity Constraints Two-stage Interval Time Minimization Transportation Problem with Capacity Constraints Abstract Prabhjot Kaur, Kalpana Dahiya * University Institute of Engineering and Technology, Panjab University, Chandigarh.

More information

Simulation. Lecture O1 Optimization: Linear Programming. Saeed Bastani April 2016

Simulation. Lecture O1 Optimization: Linear Programming. Saeed Bastani April 2016 Simulation Lecture O Optimization: Linear Programming Saeed Bastani April 06 Outline of the course Linear Programming ( lecture) Integer Programming ( lecture) Heuristics and Metaheursitics (3 lectures)

More information

OPERATIONS RESEARCH. Dr. Mohd Vaseem Ismail. Assistant Professor. Faculty of Pharmacy Jamia Hamdard New Delhi

OPERATIONS RESEARCH. Dr. Mohd Vaseem Ismail. Assistant Professor. Faculty of Pharmacy Jamia Hamdard New Delhi OPERATIONS RESEARCH OPERATIONS RESEARCH By Dr. Qazi Shoeb Ahmad Professor Department of Mathematics Integral University Lucknow Dr. Shakeel Javed Assistant Professor Department of Statistics & O.R. AMU,

More information

4. Linear Programming

4. Linear Programming /9/08 Systems Analysis in Construction CB Construction & Building Engineering Department- AASTMT by A h m e d E l h a k e e m & M o h a m e d S a i e d. Linear Programming Optimization Network Models -

More information

VARIATION OF INTERNAL FORCES USING ARTIFICIAL NEURONAL NETWORK

VARIATION OF INTERNAL FORCES USING ARTIFICIAL NEURONAL NETWORK BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Volumul 63 (67), Numărul 1, 2017 Secţia CONSTRUCŢII. ARHITECTURĂ VARIATION OF INTERNAL FORCES USING

More information

KEYWORDS Fuzzy numbers, trapezoidal fuzzy numbers, fuzzy Vogel s approximation method, fuzzy U-V distribution method, ranking function.

KEYWORDS Fuzzy numbers, trapezoidal fuzzy numbers, fuzzy Vogel s approximation method, fuzzy U-V distribution method, ranking function. Applications (IJERA ISSN: 2248-9622 www.ijera.com Method For Solving The Transportation Problems Using Trapezoridal Numbers Kadhirvel.K, Balamurugan.K Assistant Professor in Mathematics,T.K.Govt.Arts College,

More information

Operations Research. Unit-I. Course Description:

Operations Research. Unit-I. Course Description: Operations Research Course Description: Operations Research is a very important area of study, which tracks its roots to business applications. It combines the three broad disciplines of Mathematics, Computer

More information

Finding the Optimal Solution of Fuzzy Transportation Problems

Finding the Optimal Solution of Fuzzy Transportation Problems Finding the Optimal Solution of Fuzzy Transportation Problems Aseel Hammed Abed Sadda College of Basic Education, Universty of Al-Mustansiriya/Baghdad Email: uot _magaz@yahoo.com Received on: 29/6/2011&

More information

A Strategy to Solve Mixed Intuitionistic Fuzzy Transportation Problems by BCM

A Strategy to Solve Mixed Intuitionistic Fuzzy Transportation Problems by BCM Middle-East Journal of Scientific Research 25 (2): 374-379, 207 SSN 990-9233 DOS Publications, 207 DO: 0.5829/idosi.mesr.207.374.379 A Strategy to Solve Mixed ntuitionistic Fuzzy Transportation Problems

More information

MLR Institute of Technology

MLR Institute of Technology Course Name : Engineering Optimization Course Code : 56021 Class : III Year Branch : Aeronautical Engineering Year : 2014-15 Course Faculty : Mr Vamsi Krishna Chowduru, Assistant Professor Course Objective

More information

H. W. Kuhn. Bryn Mawr College

H. W. Kuhn. Bryn Mawr College VARIANTS OF THE HUNGARIAN METHOD FOR ASSIGNMENT PROBLEMS' H. W. Kuhn Bryn Mawr College The author presents a geometrical modelwhich illuminates variants of the Hungarian method for the solution of the

More information

A NEW SYSTOLIC ALGORITHM OF 2-D DCT TRANSFORM BASED ON PSEUDO-CORRELATION STRUCTURES FOR A UNIFIED VLSI ARCHITECTURE

A NEW SYSTOLIC ALGORITHM OF 2-D DCT TRANSFORM BASED ON PSEUDO-CORRELATION STRUCTURES FOR A UNIFIED VLSI ARCHITECTURE BULETIUL ISTITUTULUI POLITEHIC DI IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LXI (LXV), Fasc. 2, 25 Secţia ELECTROTEHICĂ. EERGETICĂ. ELECTROICĂ A EW SYSTOLIC ALGORITHM OF 2-D

More information

CDG2A/CDZ4A/CDC4A/ MBT4A ELEMENTS OF OPERATIONS RESEARCH. Unit : I - V

CDG2A/CDZ4A/CDC4A/ MBT4A ELEMENTS OF OPERATIONS RESEARCH. Unit : I - V CDG2A/CDZ4A/CDC4A/ MBT4A ELEMENTS OF OPERATIONS RESEARCH Unit : I - V UNIT I Introduction Operations Research Meaning and definition. Origin and History Characteristics and Scope Techniques in Operations

More information

An Improved Decomposition Algorithm and Computer Technique for Solving LPs

An Improved Decomposition Algorithm and Computer Technique for Solving LPs International Journal of Basic & Applied Sciences IJBAS-IJENS Vol: 11 No: 0 12 An Improved Decomposition Algorithm and Computer Technique for Solving LPs Md. Istiaq Hossain and M Babul Hasan Abstract -

More information

DISTRIBUTED DIFFERENTIAL CRIPTANALYSIS OF FEAL - 8

DISTRIBUTED DIFFERENTIAL CRIPTANALYSIS OF FEAL - 8 BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LV (LIX), Fasc. 1, 2009 SecŃia AUTOMATICĂ şi CALCULATOARE DISTRIBUTED DIFFERENTIAL CRIPTANALYSIS

More information

MATLAB-BASED TEST BENCH FOR GENETIC ALGORITHM PARAMETER TUNING

MATLAB-BASED TEST BENCH FOR GENETIC ALGORITHM PARAMETER TUNING BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Volumul 62 (66), Numărul 4, 2016 Secţia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ MATLAB-BASED TEST BENCH

More information

A STUDY ON CLASSIFIERS ACCURACY FOR HAND POSE RECOGNITION

A STUDY ON CLASSIFIERS ACCURACY FOR HAND POSE RECOGNITION BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIX (LXIII), Fasc. 2, 2013 SecŃia AUTOMATICĂ şi CALCULATOARE A STUDY ON CLASSIFIERS ACCURACY

More information

The Islamic University of Gaza Faculty of Commerce Quantitative Analysis - Dr. Samir Safi Midterm #2-28/4/2014

The Islamic University of Gaza Faculty of Commerce Quantitative Analysis - Dr. Samir Safi Midterm #2-28/4/2014 The Islamic University of Gaza Faculty of Commerce Quantitative Analysis - Dr. Samir Safi Midterm #2-28/4/2014 Name TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1)

More information

Journal of Business & Economics Research November, 2009 Volume 7, Number 11

Journal of Business & Economics Research November, 2009 Volume 7, Number 11 Alternate Solutions Analysis For Transportation Problems Veena Adlakha, University of Baltimore, USA Krzysztof Kowalski, Connecticut Department of Transportation, USA ABSTRACT The constraint structure

More information

Comparative Analysis of Vertical Fragmentation Techniques in Distributed Environment

Comparative Analysis of Vertical Fragmentation Techniques in Distributed Environment Comparative Analysis of Vertical Fragmentation Techniques in Distributed Environment Mukta Goel 1, Shalini Bhaskar Bajaj 2 1 Assistant Professor, IT, TIT&S, Bhiwani, Haryana, India, 2 Professor, CSE, AUH,

More information

SELF-ADAPTABLE SECURITY ARCHITECTURE FOR POWER-AWARE EMBEDDED SYSTEMS

SELF-ADAPTABLE SECURITY ARCHITECTURE FOR POWER-AWARE EMBEDDED SYSTEMS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVI (LX), Fasc. 3, 2010 SecŃia AUTOMATICĂ şi CALCULATOARE SELF-ADAPTABLE SECURITY ARCHITECTURE

More information

Evaluation of Heuristic Algorithms for Solving a Transportation Problem

Evaluation of Heuristic Algorithms for Solving a Transportation Problem Evaluation of Heuristic Algorithms for Solving a Transportation Problem Kacper Rychard, Iwona Pozniak-Koszalka, Leszek Koszalka, and Andrzej Kasprzak Dept. of Systems and Computer Networks Wroclaw University

More information

SUGGESTED SOLUTION CA FINAL MAY 2017 EXAM

SUGGESTED SOLUTION CA FINAL MAY 2017 EXAM SUGGESTED SOLUTION CA FINAL MAY 2017 EXAM ADVANCED MANAGEMENT ACCOUNTING Test Code - F M J 4 0 1 6 BRANCH - (MULTIPLE) (Date : 11.02.2017) Head Office : Shraddha, 3 rd Floor, Near Chinai College, Andheri

More information

A New Technique for Segmentation of Handwritten Numerical Strings of Bangla Language

A New Technique for Segmentation of Handwritten Numerical Strings of Bangla Language I.J. Information Technology and Computer Science, 2013, 05, 38-43 Published Online April 2013 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijitcs.2013.05.05 A New Technique for Segmentation of Handwritten

More information

Application of Two-dimensional Periodic Cellular Automata in Image Processing

Application of Two-dimensional Periodic Cellular Automata in Image Processing International Journal of Computer, Mathematical Sciences and Applications Serials Publications Vol. 5, No. 1-2, January-June 2011, pp. 49 55 ISSN: 0973-6786 Application of Two-dimensional Periodic Cellular

More information

A method for solving unbalanced intuitionistic fuzzy transportation problems

A method for solving unbalanced intuitionistic fuzzy transportation problems Notes on Intuitionistic Fuzzy Sets ISSN 1310 4926 Vol 21, 2015, No 3, 54 65 A method for solving unbalanced intuitionistic fuzzy transportation problems P Senthil Kumar 1 and R Jahir Hussain 2 1 PG and

More information

Fuzzy multi objective transportation problem evolutionary algorithm approach

Fuzzy multi objective transportation problem evolutionary algorithm approach Journal of Physics: Conference Series PPER OPEN CCESS Fuzzy multi objective transportation problem evolutionary algorithm approach To cite this article: T Karthy and K Ganesan 08 J. Phys.: Conf. Ser. 000

More information

MATA GUJRI MAHILA MAHAVIDYALAYA (AUTO), JABALPUR DEPARTMENT OF MATHEMATICS M.Sc. (MATHEMATICS) THIRD SEMESTER

MATA GUJRI MAHILA MAHAVIDYALAYA (AUTO), JABALPUR DEPARTMENT OF MATHEMATICS M.Sc. (MATHEMATICS) THIRD SEMESTER MATA GUJRI MAHILA MAHAVIDYALAYA (AUTO), JABALPUR DEPARTMENT OF MATHEMATICS 2017-18 M.Sc. (MATHEMATICS) THIRD SEMESTER Name of the Papers Theory Min. C.C.E. Min. Practical Min. Total (MM) Pass. Pass. Pass

More information

Operations Research. Lecture Notes By Prof A K Saxena Professor and Head Dept of CSIT G G Vishwavidyalaya, Bilaspur-India

Operations Research. Lecture Notes By Prof A K Saxena Professor and Head Dept of CSIT G G Vishwavidyalaya, Bilaspur-India Lecture Notes By Prof A K Saxena Professor and Head Dept of CSIT G G Vishwavidyalaya, Bilaspur-India Some important tips before start of course material to students Mostly we followed Book by S D Sharma,

More information

A Supply Chain Game Theory Framework for Cybersecurity Investments Under Network Vulnerability

A Supply Chain Game Theory Framework for Cybersecurity Investments Under Network Vulnerability A Supply Chain Game Theory Framework for Cybersecurity Investments Under Network Vulnerability Professor Anna Nagurney Department of Operations and Information Management Isenberg School of Management

More information

Subset Cut Enumeration of Flow Networks with Imperfect Nodes

Subset Cut Enumeration of Flow Networks with Imperfect Nodes International Journal of Performability Engineering Vol. 11, No. 1, January 2015, pp. 81-90. RAMS Consultants Printed in India Subset Cut Enumeration of Flow Networks with Imperfect Nodes SUPARNA CHAKRABORTY*,

More information

A New Approach to Solve Mixed Constraint Transportation Problem Under Fuzzy Environment

A New Approach to Solve Mixed Constraint Transportation Problem Under Fuzzy Environment A ew Approach to Solve Mixed Constraint Transportation Problem Under Fuzzy Environment ABSTRACT idhi Joshi 1, Surjeet Singh Chauhan (Gonder) 2, Raghu Raja 3 Research Scholar, PTU, Jalandhar nids_22@yahoo.co.in

More information

OPERATIONS RESEARCH. Linear Programming Problem

OPERATIONS RESEARCH. Linear Programming Problem OPERATIONS RESEARCH Chapter 1 Linear Programming Problem Prof. Bibhas C. Giri Department of Mathematics Jadavpur University Kolkata, India Email: bcgiri.jumath@gmail.com 1.0 Introduction Linear programming

More information

Application of a Dual Simplex method to Transportation Problem to minimize the cost

Application of a Dual Simplex method to Transportation Problem to minimize the cost Application of a Dual Simplex method to Transportation Problem to minimize the cost Manisha.V. Sarode Assistant Professor, Dept. of Mathematics, Priyadarshini Indira Gandhi College of Engineering, Nagpur

More information

AN EVALUATION SYSTEM FOR CONTESTS AND CLASSROOMS

AN EVALUATION SYSTEM FOR CONTESTS AND CLASSROOMS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Volumul 64 (68), Numărul 1, 2018 Secţia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ AN EVALUATION SYSTEM

More information

The Matrix-Tree Theorem and Its Applications to Complete and Complete Bipartite Graphs

The Matrix-Tree Theorem and Its Applications to Complete and Complete Bipartite Graphs The Matrix-Tree Theorem and Its Applications to Complete and Complete Bipartite Graphs Frankie Smith Nebraska Wesleyan University fsmith@nebrwesleyan.edu May 11, 2015 Abstract We will look at how to represent

More information

DESIGN AND REAL TIME IMPLEMENTATION OF MULTIPLE-MODEL CONTROL SOLUTION FOR SOME CLASSES OF NONLINEAR PROCESSES

DESIGN AND REAL TIME IMPLEMENTATION OF MULTIPLE-MODEL CONTROL SOLUTION FOR SOME CLASSES OF NONLINEAR PROCESSES BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVII (LXI), Fasc. 1, 2011 SecŃia AUTOMATICĂ şi CALCULATOARE DESIGN AND REAL TIME IMPLEMENTATION

More information

Introduction to Linear Programing Problems

Introduction to Linear Programing Problems Paper: Linear Programming and Theory of Games Lesson: Introduction to Linear Programing Problems Lesson Developers: DR. MANOJ KUMAR VARSHNEY, College/Department: Department of Statistics, Hindu College,

More information

POST-RENDERING ENHANCEMENT OF VOLUMES

POST-RENDERING ENHANCEMENT OF VOLUMES BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LV (LIX), Fasc. 3, 2009 SecŃia AUTOMATICĂ şi CALCULATOARE POST-RENDERING ENHANCEMENT OF VOLUMES

More information

What is the Optimal Bin Size of a Histogram: An Informal Description

What is the Optimal Bin Size of a Histogram: An Informal Description International Mathematical Forum, Vol 12, 2017, no 15, 731-736 HIKARI Ltd, wwwm-hikaricom https://doiorg/1012988/imf20177757 What is the Optimal Bin Size of a Histogram: An Informal Description Afshin

More information

Fuzzy Transportation by Using Monte Carlo method

Fuzzy Transportation by Using Monte Carlo method Advances in Fuzzy Mathematics. ISSN 0973-533X Volume 12, Number 1 (2017), pp. 111-127 Research India Publications http://www.ripublication.com Fuzzy Transportation by Using Monte Carlo method Ashok S.Mhaske

More information

A Deterministic Dynamic Programming Approach for Optimization Problem with Quadratic Objective Function and Linear Constraints

A Deterministic Dynamic Programming Approach for Optimization Problem with Quadratic Objective Function and Linear Constraints A Deterministic Dynamic Programming Approach for Optimization Problem with Quadratic Objective Function and Linear Constraints S. Kavitha, Nirmala P. Ratchagar International Science Index, Mathematical

More information

Investigating the Effect of Different Kernel Functions on the Performance of SVM for Recognizing Arabic Characters

Investigating the Effect of Different Kernel Functions on the Performance of SVM for Recognizing Arabic Characters Investigating the Effect of Different Functions on the Performance of SVM for Recognizing Arabic Characters Sayed Fadel 1,2, Said Ghoniemy 1,2, Mohamed Abdallah 1,3, Hussein Abu Sorra 1, Amira Ashour 1,4,

More information

PLC APPLICATION FOR BRUSHLESS MOTOR POSITIONING

PLC APPLICATION FOR BRUSHLESS MOTOR POSITIONING BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Volumul 64 (68), Numărul 2, 2018 Secţia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ PLC APPLICATION FOR

More information

A Novel Approach for the Solution of Multi Objective Interval Transportation Problem

A Novel Approach for the Solution of Multi Objective Interval Transportation Problem Journal of Physics: Conference Series PAPER OPEN ACCESS A Novel Approach for the Solution of Multi Objective Interval Transportation Problem To cite this article: G Ramesh et al 2018 J. Phys.: Conf. Ser.

More information

Performance Analysis of Routing Techniques in Networks

Performance Analysis of Routing Techniques in Networks International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012 1 Performance Analysis of Routing Techniques in Networks J.Mahesh, M.Antony Kumar P.M.R.Engineering College

More information

K-coverage prediction optimization for non-uniform motion objects in wireless video sensor networks

K-coverage prediction optimization for non-uniform motion objects in wireless video sensor networks International Conference on Advanced Electronic Science and Technology (AEST 2016) K-coverage prediction optimization for non-uniform motion objects in wireless video sensor networks a Yibo Jiang, Shanghao

More information

2 Dept. of Computer Applications 3 Associate Professor Dept. of Computer Applications

2 Dept. of Computer Applications 3 Associate Professor Dept. of Computer Applications International Journal of Computing Science and Information Technology, 2014, Vol.2(2), 15-19 ISSN: 2278-9669, April 2014 (http://ijcsit.org) Optimization of trapezoidal balanced Transportation problem

More information

Solution of m 3 or 3 n Rectangular Interval Games using Graphical Method

Solution of m 3 or 3 n Rectangular Interval Games using Graphical Method Australian Journal of Basic and Applied Sciences, 5(): 1-10, 2011 ISSN 1991-8178 Solution of m or n Rectangular Interval Games using Graphical Method Pradeep, M. and Renukadevi, S. Research Scholar in

More information

A Computational Study on the Number of. Iterations to Solve the Transportation Problem

A Computational Study on the Number of. Iterations to Solve the Transportation Problem Applied Mathematical Sciences, Vol. 8, 2014, no. 92, 4579-4583 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.46435 A Computational Study on the Number of Iterations to Solve the Transportation

More information

SYLLABUS. M.Sc. III rd SEMESTER Department of Mathematics Mata Gujri Mahila Mahavidyalaya,(Auto), Jabalpur

SYLLABUS. M.Sc. III rd SEMESTER Department of Mathematics Mata Gujri Mahila Mahavidyalaya,(Auto), Jabalpur SYLLABUS M.Sc. III rd SEMESTER 2018-19 Department of Mathematics Mata Gujri Mahila Mahavidyalaya,(Auto), Jabalpur MATA GUJRI MAHILA MAHAVIDYALAYA (AUTO), JABALPUR M.Sc. (MATHEMATICS) THIRD SEMESTER Name

More information

Overview. H. R. Alvarez A., Ph. D.

Overview. H. R. Alvarez A., Ph. D. Network Modeling Overview Networks arise in numerous settings: transportation, electrical, and communication networks, for example. Network representations also are widely used for problems in such diverse

More information

Chapter 3 Dynamic programming

Chapter 3 Dynamic programming Chapter 3 Dynamic programming 1 Dynamic programming also solve a problem by combining the solutions to subproblems. But dynamic programming considers the situation that some subproblems will be called

More information

A Randomized Algorithm for Minimizing User Disturbance Due to Changes in Cellular Technology

A Randomized Algorithm for Minimizing User Disturbance Due to Changes in Cellular Technology A Randomized Algorithm for Minimizing User Disturbance Due to Changes in Cellular Technology Carlos A. S. OLIVEIRA CAO Lab, Dept. of ISE, University of Florida Gainesville, FL 32611, USA David PAOLINI

More information

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm

A Native Approach to Cell to Switch Assignment Using Firefly Algorithm International Journal of Engineering Inventions ISSN: 2278-7461, www.ijeijournal.com Volume 1, Issue 2(September 2012) PP: 17-22 A Native Approach to Cell to Switch Assignment Using Firefly Algorithm Apoorva

More information

Solution of Rectangular Interval Games Using Graphical Method

Solution of Rectangular Interval Games Using Graphical Method Tamsui Oxford Journal of Mathematical Sciences 22(1 (2006 95-115 Aletheia University Solution of Rectangular Interval Games Using Graphical Method Prasun Kumar Nayak and Madhumangal Pal Department of Applied

More information

A FAULT PRIMITIVE BASED MODEL OF ALL STATIC FOUR- CELL COUPLING FAULTS IN RANDOM-ACCESS MEMORIES

A FAULT PRIMITIVE BASED MODEL OF ALL STATIC FOUR- CELL COUPLING FAULTS IN RANDOM-ACCESS MEMORIES BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LIV (LVIII), Fasc. 1, 2008 Secţia AUTOMATICĂ şi CALCULATOARE A FAULT PRIMITIVE BASED MODEL OF

More information