A NEW APPROACH FOR SOLVING TRAVELLING SALESMAN PROBLEM WITH FUZZY NUMBERS USING DYNAMIC PROGRAMMING

Size: px
Start display at page:

Download "A NEW APPROACH FOR SOLVING TRAVELLING SALESMAN PROBLEM WITH FUZZY NUMBERS USING DYNAMIC PROGRAMMING"

Transcription

1 International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 11, November2018, pp , Article ID: IJMET_09_11_097 Available online at ISSN Print: andISSN Online: IAEME Publication Scopus Indexed A NEW APPROACH FOR SOLVING TRAVELLING SALESMAN PROBLEM WITH FUZZY NUMBERS USING DYNAMIC PROGRAMMING V. MYTHILI Department of Mathematics, Prince Shri Venkateshwara Padmavathy Engineering College, Chennai, Research Scholar, Mathematics Division, School of Advanced Sciences, VIT Chennai Campus, Chennai, India. M. KALIYAPPAN Mathematics Division, School of Advanced Sciences, VIT Chennai Campus, Chennai, India. S. HARIHARAN Department of Mathematics, Amrita School of Engineering, Coimbatore, Amrita Vishwa Vidyapeetham, India. S. DHANASEKAR Mathematics Division, School of Advanced Sciences, VIT Chennai Campus, Chennai, India. ABSTRACT Travelling Salesman Problem (TSP) is to detect the shortest closed tour such the teach city is visited exactly on ceinan n-city. The TSP problem is a special kind of an assignment model that eliminates sub-tours. In Dynamic Programming the optimum solution of a multivariable problem is obtained by decomposing sub-problem of a single variable. In this paper, Dynamic programming technique is applied to solve a Fuzzy Travelling Salesman Problem (FTSP) and MATLAB program is developed. Keywords: Fuzzy number, Triangular fuzzy number, Trapezoidal fuzzy number, LR fuzzy numbers, Fuzzy arithmetic operations, Fuzzy Travelling Salesman Problem, Fuzzy optimal solution. Cite this Article: V. Mythili, M. Kaliyappan, S. Hariharan and S. Dhanasekar, A New Approach for Solving Travelling Salesman Problem with Fuzzy Numbers Using Dynamic Programming International Journal of Mechanical Engineering and Technology, 9(11), 2018, pp editor@iaeme.com

2 V. Mythili, M. Kaliyappan, S. Hariharan and S. Dhanasekar 1 INTRODUCTION Zadeh [1] introduced concept of fuzzy sets in the year Fuzzy concepts have been used in various fields such as Engineering, Management, and Science etc. Travelling Salesman Problem is a classical problem in Graph Theory and Combinatorial Optimization and it has been studied since On a typical business trip, a travelling salesman visits various towns and cities. If he wants to avoid having to pass through the same city twice, he needs a Hamiltonian cycle. FTSP is a Travelling salesman problem where the cost or distance will be given in fuzzy numbers instead of crisp numbers. Hansen [2] applied tabu search algorithm to solve fuzzy TSP. Jaszkiewicz [3] applied genetic local search algorithm for solving fuzzy TSP. Yan et al., [4] used the evolutionary algorithm to solve fuzzy TSP. Sepideh Fereidouni [5] used multi objective linear programming technique to get the optimal solution. Angel et al., [6] proposed dynamic search algorithm to solve fuzzy TSP. Paquete et al., [7] developed Pareto local search algorithm which is the exted version of the local search algorithm. Rehmat et al., [8] used fuzzy linear programming to solve the problem. Mukherjee et al., [9] proposed a new approach to solve fuzzy TSP. Chaudhuri et al., [10] used fuzzy linear programming for solving fuzzy TSP. Amit kumar et al., [11] proposed an algorithm for solving fuzzy TSP with LR-fuzzy parameters. Dhanasekar et al.,[14] applied Hungarian algorithm to solve fuzzy TSP with elementwise subtraction of fuzzy numbers. Since fuzzy TSP is a polynomial time problem, more number of algorithms are still proposed to solve the fuzzy TSP Dynamic programming algorithm sare often used for optimization. It will examine the previously solved sub-problems and will combine their solutions to gives the best solution for the given problem. In this paper, Dynamic programming algorithm issued to solve FTSP. The proposed method is easy to apply and understand compared to other existing methods and it is also a systematic, complete enumeration technique. The proposed algorithm is validated through examples with existing methods. Inthispaper, Section2 presents the fuzzy numbers and their ranking techniques. Procedure for dynamic programming for solving Travelling Salesman Problem and numerical examples are being presented in Section3. MATLAB implementation for the above approach is provided in Section4. 2. PRELIMINARIES Definition 2.1 A fuzzy set [12] can be mathematically constructed by assigning to each possible individual in the universe of discourse a value representing its grade of membership. Definition 2.2 A membership function μ of a fuzzy number [12] is piecewise continuous, convex and normal. Definition 2.3 A fuzzy number A=,,,with membership function of the form 1 μ = 0 h!" Is called a trapezoidal fuzzy number [12]. In this if b = c then it is called triangular fuzzy number editor@iaeme.com

3 A New Approach for Solving Travelling Salesman Problem with Fuzzy Numbers Using Dynamic Programming Figure 1. a) Triangular Fuzzy Number b) Trapezoidal Fuzzy Number Definition2.4 The Fuzzy Operations [12] of fuzzy numbers are defined as Fuzzy Addition Fuzzy Subtraction #, #, #, # ) + $, $, $, $ ) = # % $, # % $, # % $, # % $ ) #, #, # ) + $, $, $ ) = # % $, # % $, # % $ ) #, #, #, # ) - $, $, $, $ ) = # $, # $, # $, # $ ) #, #, # ) - $, $, $ ) = # $, # $, # $ ) Definition2.5. Ranking of fuzzy numbers Ranking of fuzzy numbers plays an important role in decision making, risk analysis and optimization. In modelling real world problems, fuzzy numbers are used to represent the performance of alternatives. In decision making scenario, selection of alternatives according to the need of the problem is the main objective. Selection of alternatives means ordering of fuzzy numbers. Even though many methods are available to order the fuzzy numbers, all methods do not agree with each other. Due to lack of best method many authors are working on it still. Abbasbandy and Hajjari [16] introduced an approach of ranking trapezoidal fuzzy numbers based on left and right spread sat some level. Yager s ranking technique is based upon the idea of associating with a fuzzy number a scalar value, its valuation and using this valuation fuzzy numbers are compared and ordered. Hence this technique is better when compared with other techniques. Here we used Yager sranking technique to compare fuzzy numbers. The Yager s ranking [13] of a fuzzy number A is given by # α &'()*=+ 0.5(. / %( 0 α α where ( 0 α = Lower α- level cut and (. α = Upper α-level If&'()* &'1* then() 1. Definition 2.6 A Fuzzy Travelling Salesman Problem is defined as : : Subject to : : 1. 8;# 89 =1, 9;# 89 1 min5=667) ;# 9;# editor@iaeme.com

4 V. Mythili, M. Kaliyappan, S. Hariharan and S. Dhanasekar % 98 1, 1! => % 9? %?8 2, 1! = A> 4. 8BC % BC B D % % BFGD 8 >2, 1! H # H $ H :J$ > The matrix representation is given by City 1 City 2 City n City 1 7) #$ 7) #: City 2 7) $# 7) $: City n 7) :# 7) :$ Constraints (1) assure that each city is visited only once. All 2- city sub tours are excluded by Constraint (2). Constraint (3) ensures that all 3-city sub tours are eliminated. All (n-2) city sub tours are eliminated by Constraints (4). 3. DYNAMIC PROGRAMMING FOR FUZZY TRAVELLING SALESMAN PROBLEM Dynamic Programming is a mathematical tool for the treatment of many complex problems. The basic theory and applications of Dynamic Programming is presented by Richard E. Bellman in [19]. Dynamic Programming algorithms are applied for many optimization problems. The Dynamic Programming algorithm for the 4 4 matrix is given as follows Consider the TSP with fuzzy parameters of 4 4 matrix City 1 City 2 City 3 City 4 City 1 7) #$ 7) #K 7) #L City 2 7) $# 7) $K 7) $L City 3 7) K# 7) K$ 7) KL City 4 7) L# 7) L$ 7) LK Here the cost to move City 1 to City 2 is 7) #$. Similarly we do the calculations for various stages as follows Stage 1 M)2,N1O 7) #$ M)3,N1O 7) #K Stage 2 M)4,N1O 7) #L M)3,N2O 7) $K %7) #$ M)4,N2O 7) $L %7) #$ M)2,N3O 7) K$ %7) #K M)4,N3O 7) KL %7) #K M)2,N4O 7) L$ %7) #L Stage 3 M)3,N4O 7) LK %7) #L editor@iaeme.com

5 A New Approach for Solving Travelling Salesman Problem with Fuzzy Numbers Using Dynamic Programming M)4,N2,3O min 7) $L %M)2,N3O,7) KL %M)3,N2O M)3,N2,4O min 7) $K %M)2,N4O,7) LK %M)4,N2O Stage 4 M)2,N3,4O min 7) K$ %M)3,N4O,7) L$ %M)4,N3O M)1,N2,3,4O min 7) $# %M)2,N3,4O,7) K# %M)3,N2,4O,7) L# %M)4,N2,3O According to the minimum fuzzy value the route is determined. Numerical examples Example 1 Consider the following fuzzy TSP discussed in [11]: City A City B City C City D City A ( ) (9,10,1,3) (6,8,3,5) (8,9,1,3) City B (9,10,2,4) ( ) (10,11,3,1) (4,5,1,3) City C (7,8,1,3) (10,11,3,4) ( ) (7,8,2,3) City D (9,10,3,5) (9,11,3,4) (6,8,1,5) ( ) Solution: Here the cost to move from City A to City B is7) #$ 9,10,1,3i.e.,M)2,N1OSimilarly we do the calculations for various stages as follows Stage 1 M)2,N1O 7) #$ 9,10,1,3 M)3,N1O 7) #K 6,8,3,5 M)4,N1O Stage 2 7) #L 8,9,1,3 M)3,N2O 7) $K %7) #$ 10,11,3,1%9,10,1,3 19,21,4,4 M)4,N2O 7) $L %7) #$ 4,5,1,3%9,10,1,3 13,15,2,6 M)2,N3O 7) K$ %7) #K 10,11,3,4%6,8,3,5 16,19,6,9 M)4,N3O 7) KL %7) #K 7,8,2,3%6,8,3,5 13,16,5,8 M)2,N4O 7) L$ %7) #L 9,11,3,4%8,9,1,3 17,20,4,7 Stage 3 M)3,N4O 7) LK %7) #L 6,8,1,5%8,9,1,3 14,17,2,8 M)4,N2,3O V!> 7) $L %M)2,N3O,7) KL %M)3,N2O V!> 4,5,1,3 % 16,19,6,9,7,8,2,3 % 19,21,4,4 V!> 20,24,7,12,26,29,6,7 20,24,7, editor@iaeme.com

6 V. Mythili, M. Kaliyappan, S. Hariharan and S. Dhanasekar M)3,N2,4O V!> 7) $K %M)2,N4O,7) LK %M)4,N2O V!> 10,11,3,1 % 17,20,4,7,6,8,1,5 % 13,15,2,6 V!> 27,31,7,8,19,23,3,11 19,23,3,11 M)2,N3,4O V!> 7) K$ %M)3,N4O,7) L$ %M)4,N3O V!>'10,11,3,4% 14,17,2,8,9,11,3,4% 13,16,5,8* min'24,28,5,12,22,27,8,12* 22,27,8,12 Stage 4 M)1,N2,3,4O V!> 7) $# %M)2,N3,4O,7) K# %M)3,N2,4O,7) L# %M)4,N2,3O V!>9,10,2,4%22,27,8,12,7,8,1,3%19,23,3,11,9,10,3,5%20,24,7,12 V!>'31,37,10,16,26,31,4,14,29,34,10,17* 26,31,4,14 Therefore the optimal tour is and also !" i.e.,( 1 W 7 ( and the fuzzy optimal cost is26,31,4,14. Example 2 Consider the following fuzzy TSP discussed in [11]: Solution City A City B City C City D City A ( ) (20,5,4) (15,5,5) (11,3,2) City B (20,5,4) ( ) (30,5,3) (10,3,3) City C (15,5,5) (30,5,3) ( ) (20,10,12) City D (11,3,2) (10,3,3) (20,10,2) ( ) Here the cost to move from City A to City B is 7) #$ 20,5,4i.e,M)2,N1O Similarly we do the calculations for various stages as follows Stage 1 M)2,N1O 7) #$ 20,5,4 Stage 2 M)3,N1O 7) #K 15,5,5 M)4,N1O 7) #L 11,3,2 M)3,N2O 7) $K %7) #$ 30,5,3%20,5,4 50,10,7 M)4,N2O 7) $L %7) #$ 10,3,3%20,5,4 30,8,7 M)2,N3O 7) K$ %7) #K 30,5,3%15,5,5 45,10,8 M)4,N3O 7) KL %7) #K 20,10,12%15,5,5 35,15,17 M)2,N4O 7) L$ %7) #L 10,3,3%11,3,2 21,6, editor@iaeme.com

7 A New Approach for Solving Travelling Salesman Problem with Fuzzy Numbers Using Dynamic Programming M)3,N4O 7) LK %7) #L 20,10,2%11,3,2 31,13,4 Stage 3 M)4,N2,3O V!> 7) $L %M)2,N3O,7) KL %M)3,N2O V!> 10,3,3 % 45,10,8,20,10,12 % 50,10,7 V!> 55,13,11,70,20,19 55,13,11 M)3,N2,4O V!> 7) $K %M)2,N4O,7) LK %M)4,N2O V!> 30,5,3 % 21,6,5,20,10,2 % 30,8,7 V!> 51,11,8,50,18,9 51,11,8 M)2,N3,4O V!> 7) K$ %M)3,N4O,7) L$ %M)4,N3O V!>30,5,3%31,13,4,10,3,3%35,15,17 V!> 61,18,7,45,18,20 Stage 4 45,18,20 M)1,N2,3,4O V!> 7) $# %M)2,N3,4O,7) K# %M)3,N2,4O,7) L# %M)4,N2,3O V!>20,5,4%45,18,20,15,5,5%51,11,8,11,3,2%55,13,11 V!> 65,23,24,66,16,13,66,16,13 66,16,13 Therefore the optimal tour is a n d a l s o i.e.,( W 1 7 ( and also ( 7 W 1 ( the fuzzy optimal cost is 66,16,13. Example 3 Consider the following fuzzy TSP discussed in [17]: Solution: City A City B City C City D City A ( ) (1,2,3) (8,9,10) (9,10,11) City B (0,1,2) ( ) (5,6,7) (3,4,5) City C (14,15,16) (6,7,8) ( ) (7,8,9) City D (5,6,7) (2,3,4) (11,12,13) ( ) Here the cost to move from City A to City B is 7) #$ 1,2,3i.e., M)2,N1O Similarly we do the calculations for various stages as follows Stage editor@iaeme.com

8 V. Mythili, M. Kaliyappan, S. Hariharan and S. Dhanasekar M)2,N1O 7) #$ 1,2,3 Stage 2 M)3,N1O 7) #K 8,9,10 M)4,N1O 7) #L 9,10,11 M)3,N2O 7) $K %7) #$ 5,6,7%1,2,3 6,8,10 M)4,N2O 7) $L %7) #$ 3,4,5%1,2,3 4,6,8 M)2,N3O 7) K$ %7) #K 6,7,8%8,9,10 14,16,18 M)4,N3O 7) KL %7) #K 7,8,9%8,9,10 15,17,19 M)2,N4O 7) L$ %7) #L 2,3,4%9,10,11 11,13,15 Stage 3 M)3,N4O 7) LK %7) #L 11,12,13%9,10,11 20,22,24 M)4,N2,3O V!> 7) $L %M)2,N3O,7) KL %M)3,N2O V!> 3,4,5 % 14,16,18,7,8,9 % 6,8,10 V!> 17,20,23,13,16,19 13,16,19 M)3,N2,4O V!> 7) $K %M)2,N4O,7) LK %M)4,N2O V!> 5,6,7 % 11,13,15,11,12,13 % 4,6,8 V!> 16,19,22,15,18,21 15,18,21 Stage 4 M)2,N3,4O V!> 7) K$ %M)3,N4O,7) L$ %M)4,N3O V!>6,7,8%20,22,24,2,3,4%15,17,19 V!> 26,29,32,17,20,23 17,20,23 M)1,N2,3,4O V!> 7) $# %M)2,N3,4O,7) K# %M)3,N2,4O,7) L# %M)4,N2,3O V!>0,1,2 % 17,20,23,14,15,16 % 15,18,21,5,6,7% 13,16,19 min'17,21,25,29,33,37,18,22,26* 17,21,25 Therefore the optimal tour is i.e.( 7 W 1 ( the fuzzy optimal cost is 17,21,25. Example 4 Consider the following fuzzy TSP discussed in [18]: City A City B City C City D City A ( ) (4,6,8,10) (5,7,9,11) (6,8,10,12) editor@iaeme.com

9 A New Approach for Solving Travelling Salesman Problem with Fuzzy Numbers Using Dynamic Programming City B (4,6,8,10) ( ) (2,4,6,8) (1,3,5,7) City C (5,7,9,11) (2,4,6,8) ( ) (3,5,7,9) City D (6,8,10,12) (1,3,5,7) (3,5,7,9) ( ) Solution: Here the cost to move from City A to City B is7) #$ 4,6,8,10i.e.,M)2,N1O.Similarly we do the calculations for various stages as follows Stage 1 M)2,N1O 7) #$ 4,6,8,10 M)3,N1O 7) #K 5,7,9,11 Stage 2 M)4,N1O 7) #L (6, 8, 10, 12) M)3,N2O 7) $K %7) #$ 2,4,6,8%4,6,8,10 6,10,14,18 M)4,N2O 7) $L %7) #$ 1,3,5,7%4,6,8,10 5,9,13,17 M)2,N3O 7) K$ %7) #K 2,4,6,8%5,7,9,11 7,11,15,19 M)4,N3O 7) KL %7) #K 3,5,7,9%5,7,9,11 8,12,16,20 M)2,N4O 7) L$ %7) #L 1,3,5,7%6,8,10,12 7,11,15,19 Stage 3 M)3,N4O 7) LK %7) #L 3,5,7,9%6,8,10,12 9,13,17,21 M)4,N2,3O V!> 7) $L %M)2,N3O,7) KL %M)3,N2O V!> 1,3,5,7 % 7,11,15,19,3,5,7,9 % 6,10,14,18 V!> 8,14,20,26,9,15,21,27 8,14,20,26 M)3,N2,4O V!> 7) $K %M)2,N4O,7) LK %M)4,N2O V!> 2,4,6,8 % 7,11,15,19,3,5,7,9 % 5,9,13,17 V!> 9,15,21,27,8,14,20,26 8,14,20,26 M)2,N3,4O V!> 7) K$ %M)3,N4O,7) L$ %M)4,N3O V!>2,4,6,8%9,13,17,21,1,3,5,7%8,12,16,20 V!> 11,17,23,29,9,15,21,27 Stage 4 9,15,21,27 M)1,N2,3,4O V!> 7) $# %M)2,N3,4O,7) K# %M)3,N2,4O,7) L# %M)4,N2,3O V!>4,6,8,10%9,15,21,27,5,7,9,11%8,14,20,26,6,8,10,12%8,14,20, editor@iaeme.com

10 V. Mythili, M. Kaliyappan, S. Hariharan and S. Dhanasekar V!> 13,21,29,37,13,21,29,37,14,22,30,38 13,21,29,37 Therefore the optimal tour is and also i.e.,( 7 W 1 ( and also ( 1 W 7 ( the fuzzy optimal cost is 13,21,29,37. Table 1 Comparison Table Example Existing Algorithms Optimal Solution Example I (26,31,4,14) Example II Example III Example IV (66,16,13) Dhanasekar et al., [15] (17,21,25) AbhaSinghal and Priyanka Pandey [17] (13,21,29,37) Srinivasan and Geetharamani [18] Dynamic Programming method Optimal Solution (26,31,4,14) Route conditions satisfied. (66,16,13) Route conditions satisfied. (17,21,25) Route conditions satisfied (13,21,29,37) Route conditions satisfied 4 MAT LAB CODE The following MATLAB code will provide optimal solution for the 4x4 (matrix) fuzzy TSP clc clear all % This program is to calculate the minimal cost using Dynamic Programming % Enter the array size of the problem in n % Enter the triangular or trapezoidal fuzzy number as [a,b,c]or [a,b,c,d] n = input('enter the size: '); c = input('enter 1 for symmetric: '); if c==1 for i=1:n cell(i,i).s = inf; for j=i+1:n cell(i,j).s=input('enter the upper triangular entries: within [ cell(j,i).s=cell(i,j).s; else for i=1:n cell(i,i).s = inf; for j=1:n if i~=j cell(i,j).s=input('enter the row wise entries within [ ]: '); ] '); editor@iaeme.com

11 A New Approach for Solving Travelling Salesman Problem with Fuzzy Numbers Using Dynamic Programming M=[cell(1,1).S cell(1,2).s cell(1,3).s cell(1,4).s;cell(2,1).s cell(2,2).s cell(2,3).s cell(2,4).s; cell(3,1).s cell(3,2).s cell(3,3).s cell(3,4).s;cell(4,1).s cell(4,2).s cell(4,3).s cell(4,4).s]; % Stage 1 for i=2:n stgone(1,i).f=cell(1,i).s; % Stage 2 m1=1; for i=2:n for j=2:n if j~=i stgtwo(j,i).f1 = cell(i,j).s+cell(m1,i).s; % Stage 3 k=n; n1 = 1; for i = 2:n-1 for j=i+1:n t1= mean(cell(i,k).s+stgtwo(i,j).f1); t2= mean(cell(j,k).s+stgtwo(j,i).f1); t3=min(t1,t2); if(t3==t1) stgthree(m1,n1).f2=cell(i,k).s+stgtwo(i,j).f1; else stgthree(m1,n1).f2=cell(j,k).s+stgtwo(j,i).f1; k = k-1; n1 = n1+1; t7 = inf; for i=2:n t(i-1) = mean(cell(i,m1).s+stgthree(m1,n-i+1).f2); t7=min(t(i-1),t7); temp = t(i-1); if t7 == temp stgfour(1,1).f3 = cell(i,m1).s+stgthree(m1,n-i+1).f editor@iaeme.com

12 V. Mythili, M. Kaliyappan, S. Hariharan and S. Dhanasekar 5. CONCLUSION In this paper we have proposed a new algorithm through Dynamic Programming to solve a Fuzzy Travelling Salesman Problem. As the multivariate problem is decomposed into stages the working procedure becomes easier and the task is made simpler. Few numerical examples have been discussed and the above results are match with the current existing techniques. REFERENCES [1] Zadeh, L.A., Fuzzysets, InformationControl, 8(1965) [2] Hansen, M.P., Use of substitutes canalizing functions to guide local search based heuristics: The case of MOTSP, J. Heuristics, 6 (2000) [3] Jaszkiewicz, A., Genetic local search for multi objective combinatorial optimization, European Journal of Operational Research, 137(2002) [4] Yan, Z., Zhang, L., Kang, L., and Lin, G., A new MOEA for multi-objective TSP and its convergence property analysis, Proceedings of Second International Conference, Springer Verlag, Berlin, (2003) [5] Sepideh, F., Travelling salesman problem by using a fuzzy multi-objective linear programming, African Journal of Mathematics and Computer Science Research 4(11) (2003) [6] Angel, E., Bampis, E., and Gourvs, L., Approximating the Pareto curve with local search for the bicriteria TSP(1, 2) problem., Theoretical Computer Science, 310 (2004) [7] Paquete, L., Chiarandini, M., and Stytzle, T., Pareto local optimum sets in the Biobijective travelling salesman problem: an experimental study. Met heuristics for multi objective optimization, Lecture Notes in Economics and Mathematical Systems, 535, Springer, Berlin, (2004) [8] Rehmat, A., Saeed, H., and Cheema, M.S., Fuzzy multi objective linear programming approach for travelling salesman problem, Pakistan Journal of Statistics Operation Research., 3(2) (2007) [9] Mukherjee, S., and Basu, K., Application fuzzy ranking method for solving assignment problems with fuzzy costs, International Journal of Computational and Applied Mathematics, 5 (2010) [10] Chaudhuri, A., and De, K., Fuzzy multi-objective linear programming for traveling sales man problem, African Journal of Mathematics and Computer Science Research, 4(2) (2011) [11] Amitkumar and Anilgupta, Assignment and Travelling salesman problems with co.eff as LR fuzzy parameters, International Journal of Applied Science and Engineering, 10(3) (2012) [12] Klir, G.J., and Yuan, B., Fuzzy sets and fuzzy logic theory and applications, Prentice Hall, [13] Yager, R.R., Ranking fuzzy subsets over the unit interval, Proceedings of 17th IEEE International Conference on Decision and Control, San Diego, California, (1978) [14] Dhanasekar, S., Hariharan, S., and Sekar, P., Fuzzy Hungarian MODI Algorithm to solve Fully Fuzzy Transportation Problems, International journal of fuzzy systems, (2016) SCIE.DOI /s [15] Dhanasekar, S., Hariharan, S., and Sekar, P., Classical Travelling Salesman Problem (TSP) based approach to solve fuzzy TSP using Yager sranking, International journal of Computer Applications (IJCA),74(13)(2013)1-4 [16] Abbasbandy, S., and Hajjari, T., A new approach for ranking of trapezoidal fuzzy numbers, Computers and Mathematics with Applications, 57(3) (2009) editor@iaeme.com

13 A New Approach for Solving Travelling Salesman Problem with Fuzzy Numbers Using Dynamic Programming [17] AbhaSinghal and Priyanka Pandy., Travelling Salesman Problems by Dynamic Programming Algorithm, International Journal of Scientific Engineering and Applied Science, 2 (2016) [18] Srinivasan, A., and Geetharamani, G., Proposed method for solving FTSP, International journal of Application or Innovation in Engineering and Management, 3 (2014) [19] Bellman, R., Dynamic Programming, Princeton University Press, Princeton, New Jersy, editor@iaeme.com

HAAR HUNGARIAN ALGORITHM TO SOLVE FUZZY ASSIGNMENT PROBLEM

HAAR HUNGARIAN ALGORITHM TO SOLVE FUZZY ASSIGNMENT PROBLEM Inter national Journal of Pure and Applied Mathematics Volume 113 No. 7 2017, 58 66 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu HAAR HUNGARIAN

More information

FUZZY DIAGONAL OPTIMAL ALGORITHM TO SOLVE INTUITIONISTIC FUZZY ASSIGNMENT PROBLEMS

FUZZY DIAGONAL OPTIMAL ALGORITHM TO SOLVE INTUITIONISTIC FUZZY ASSIGNMENT PROBLEMS International Journal of Civil Engineering and Technology IJCIET Volume 9, Issue 11, November 2018, pp. 378 383, Article ID: IJCIET_09_11_037 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=10

More information

Using Ones Assignment Method and. Robust s Ranking Technique

Using Ones Assignment Method and. Robust s Ranking Technique Applied Mathematical Sciences, Vol. 7, 2013, no. 113, 5607-5619 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.37381 Method for Solving Fuzzy Assignment Problem Using Ones Assignment

More information

NETWORK FLOW WITH FUZZY ARC LENGTHS USING HAAR RANKING

NETWORK FLOW WITH FUZZY ARC LENGTHS USING HAAR RANKING NETWORK FLOW WITH FUZZY ARC LENGTHS USING HAAR RANKING S. Dhanasekar 1, S. Hariharan, P. Sekar and Kalyani Desikan 3 1 Vellore Institute of Technology, Chennai Campus, Chennai, India CKN College for Men,

More information

Solving Fuzzy Travelling Salesman Problem Using Octagon Fuzzy Numbers with α-cut and Ranking Technique

Solving Fuzzy Travelling Salesman Problem Using Octagon Fuzzy Numbers with α-cut and Ranking Technique IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 239-765X. Volume 2, Issue 6 Ver. III (Nov. - Dec.26), PP 52-56 www.iosrjournals.org Solving Fuzzy Travelling Salesman Problem Using Octagon

More information

The Travelling Salesman Problem. in Fuzzy Membership Functions 1. Abstract

The Travelling Salesman Problem. in Fuzzy Membership Functions 1. Abstract Chapter 7 The Travelling Salesman Problem in Fuzzy Membership Functions 1 Abstract In this chapter, the fuzzification of travelling salesman problem in the way of trapezoidal fuzzy membership functions

More information

AN ARITHMETIC OPERATION ON HEXADECAGONAL FUZZY NUMBER

AN ARITHMETIC OPERATION ON HEXADECAGONAL FUZZY NUMBER AN ARITHMETIC OPERATION ON HEXADECAGONAL FUZZY NUMBER Dr.A.Sahaya Sudha 1 and R.Gokilamani 2 1 Department of Mathematics, Nirmala College for Women, Coimbatore 2 Department of Mathematics, Sri Ramakrishna

More information

Ranking of Octagonal Fuzzy Numbers for Solving Multi Objective Fuzzy Linear Programming Problem with Simplex Method and Graphical Method

Ranking of Octagonal Fuzzy Numbers for Solving Multi Objective Fuzzy Linear Programming Problem with Simplex Method and Graphical Method International Journal of Scientific Engineering and Applied Science (IJSEAS) - Volume-1, Issue-5, August 215 ISSN: 2395-347 Ranking of Octagonal Fuzzy Numbers for Solving Multi Objective Fuzzy Linear Programming

More information

Fuzzy Transportation Problem of Trapezoidal Numbers with Cut and Ranking Technique

Fuzzy Transportation Problem of Trapezoidal Numbers with Cut and Ranking Technique International Journal of Fuzzy Mathematics and Systems. ISSN 2248-9940 Volume 2, Number 3 (2012), pp. 263-267 Research India Publications http://www.ripublication.com Fuzzy Transportation Problem of Trapezoidal

More information

IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 1 Issue 3, May

IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 1 Issue 3, May Optimization of fuzzy assignment model with triangular fuzzy numbers using Robust Ranking technique Dr. K. Kalaiarasi 1,Prof. S.Sindhu 2, Dr. M. Arunadevi 3 1 Associate Professor Dept. of Mathematics 2

More information

A Novel Method to Solve Assignment Problem in Fuzzy Environment

A Novel Method to Solve Assignment Problem in Fuzzy Environment A Novel Method to Solve Assignment Problem in Fuzzy Environment Jatinder Pal Singh Neha Ishesh Thakur* Department of Mathematics, Desh Bhagat University, Mandi Gobindgarh (Pb.), India * E-mail of corresponding

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

A Study on Triangular Type 2 Triangular Fuzzy Matrices

A Study on Triangular Type 2 Triangular Fuzzy Matrices International Journal of Fuzzy Mathematics and Systems. ISSN 2248-9940 Volume 4, Number 2 (2014), pp. 145-154 Research India Publications http://www.ripublication.com A Study on Triangular Type 2 Triangular

More information

Solving Transportation Problem with Generalized Hexagonal and Generalized Octagonal Fuzzy Numbers by Ranking Method

Solving Transportation Problem with Generalized Hexagonal and Generalized Octagonal Fuzzy Numbers by Ranking Method Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 9 (2017), pp. 6367-6376 Research India Publications http://www.ripublication.com Solving Transportation Problem with Generalized

More information

Fuzzy Optimal Transportation Problems by Improved Zero Suffix Method via Robust Rank Techniques

Fuzzy Optimal Transportation Problems by Improved Zero Suffix Method via Robust Rank Techniques International Journal of Fuzzy Mathematics and Systems. ISSN 2248-9940 Volume 3, Number 4 (2013), pp. 303-311 Research India Publications http://www.ripublication.com Fuzzy Optimal Transportation Problems

More information

OPTIMIZATION OF FUZZY INVENTORY MODEL WITHOUT SHORTAGE USING PENTAGONAL FUZZY NUMBER

OPTIMIZATION OF FUZZY INVENTORY MODEL WITHOUT SHORTAGE USING PENTAGONAL FUZZY NUMBER International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue, November 08, pp. 7, Article ID: IJMET_09 8 Available online at http://www.ia aeme.com/ijmet/issues.asp?jtypeijmet&vtype

More information

Ranking of Generalized Exponential Fuzzy Numbers using Integral Value Approach

Ranking of Generalized Exponential Fuzzy Numbers using Integral Value Approach Int. J. Advance. Soft Comput. Appl., Vol., No., July 010 ISSN 074-853; Copyright ICSRS Publication, 010.i-csrs.org Ranking of Generalized Exponential Fuzzy Numbers using Integral Value Approach Amit Kumar,

More information

A NEW APPROACH FOR FUZZY CRITICAL PATH METHOD USING OCTAGONAL FUZZY NUMBERS

A NEW APPROACH FOR FUZZY CRITICAL PATH METHOD USING OCTAGONAL FUZZY NUMBERS Volume 119 No. 13 2018, 357-364 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A NEW APPROACH FOR FUZZY CRITICAL PATH METHOD USING OCTAGONAL FUZZY NUMBERS D. STEPHEN DINAGAR 1 AND

More information

Fuzzy Inventory Model without Shortage Using Trapezoidal Fuzzy Number with Sensitivity Analysis

Fuzzy Inventory Model without Shortage Using Trapezoidal Fuzzy Number with Sensitivity Analysis IOSR Journal of Mathematics (IOSR-JM) ISSN: 78-578. Volume 4, Issue 3 (Nov. - Dec. 0), PP 3-37 Fuzzy Inventory Model without Shortage Using Trapezoidal Fuzzy Number with Sensitivity Analysis D. Dutta,

More information

ASIAN JOURNAL OF MANAGEMENT RESEARCH Online Open Access publishing platform for Management Research

ASIAN JOURNAL OF MANAGEMENT RESEARCH Online Open Access publishing platform for Management Research ASIAN JOURNAL OF MANAGEMENT RESEARCH Online Open Access publishing platform for Management Research Copyright 2010 All rights reserved Integrated Publishing association Review Article ISSN 2229 3795 The

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

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

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 10, October 2018, pp. 1322 1330, Article ID: IJCIET_09_10_132 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=10

More information

Multi Perspective Metrics for Finding All Efficient Solutions to Bi-Criteria Travelling Salesman Problem

Multi Perspective Metrics for Finding All Efficient Solutions to Bi-Criteria Travelling Salesman Problem Multi Perspective Metrics for Finding All Efficient Solutions to Bi-Criteria Travelling Salesman Problem Anuradha.D #, Bhavani.S #2 # Department of Mathematics, School of Advanced Sciences, #2 School of

More information

RANKING OF HEPTAGONAL FUZZY NUMBERS USING INCENTRE OF CENTROIDS

RANKING OF HEPTAGONAL FUZZY NUMBERS USING INCENTRE OF CENTROIDS RANKING OF HEPTAGONAL FUZZY NUMBERS USING INCENTRE OF CENTROIDS Namarta 1, Dr Neha Ishesh Thakur, Dr Umesh Chandra Gupta 3 1 Research Scholar, UTU, Dehradun and Assistant Professor,Khalsa College Patiala

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

A NEW METHOD FOR SOLVING TWO VEHICLE COST VARYING FUZZY TRANSPORTATION PROBLEM

A NEW METHOD FOR SOLVING TWO VEHICLE COST VARYING FUZZY TRANSPORTATION PROBLEM ISSN: 0975-766X CDEN: IJPTFI Available nline through esearch Article www.ptonline.com A NEW METHD F SLVING TW VEHICLE CST VAYING FUZZY TANSPTATIN PBLEM D.Kalpanapriya* and D.Anuradha Department of Mathematics

More information

Fuzzy Transportation Problems with New Kind of Ranking Function

Fuzzy Transportation Problems with New Kind of Ranking Function The International Journal of Engineering and Science (IJES) Volume 6 Issue 11 Pages PP 15-19 2017 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Fuzzy Transportation Problems with New Kind of Ranking Function

More information

General network with four nodes and four activities with triangular fuzzy number as activity times

General network with four nodes and four activities with triangular fuzzy number as activity times International Journal of Engineering Research and General Science Volume 3, Issue, Part, March-April, 05 ISSN 09-730 General network with four nodes and four activities with triangular fuzzy number as

More information

A Compromise Solution to Multi Objective Fuzzy Assignment Problem

A Compromise Solution to Multi Objective Fuzzy Assignment Problem Volume 113 No. 13 2017, 226 235 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A Compromise Solution to Multi Objective Fuzzy Assignment Problem

More information

Computing Performance Measures of Fuzzy Non-Preemptive Priority Queues Using Robust Ranking Technique

Computing Performance Measures of Fuzzy Non-Preemptive Priority Queues Using Robust Ranking Technique Applied Mathematical Sciences, Vol. 7, 2013, no. 102, 5095-5102 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.37378 Computing Performance Measures of Fuzzy Non-Preemptive Priority Queues

More information

Different strategies to solve fuzzy linear programming problems

Different strategies to solve fuzzy linear programming problems ecent esearch in Science and Technology 2012, 4(5): 10-14 ISSN: 2076-5061 Available Online: http://recent-science.com/ Different strategies to solve fuzzy linear programming problems S. Sagaya oseline

More information

Approximation of Multiplication of Trapezoidal Epsilon-delta Fuzzy Numbers

Approximation of Multiplication of Trapezoidal Epsilon-delta Fuzzy Numbers Advances in Fuzzy Mathematics ISSN 973-533X Volume, Number 3 (7, pp 75-735 Research India Publications http://wwwripublicationcom Approximation of Multiplication of Trapezoidal Epsilon-delta Fuzzy Numbers

More information

Cost Minimization Fuzzy Assignment Problem applying Linguistic Variables

Cost Minimization Fuzzy Assignment Problem applying Linguistic Variables Inter national Journal of Pure and Applied Mathematics Volume 113 No. 6 2017, 404 412 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Cost Minimization

More information

On JAM of Triangular Fuzzy Number Matrices

On JAM of Triangular Fuzzy Number Matrices 117 On JAM of Triangular Fuzzy Number Matrices C.Jaisankar 1 and R.Durgadevi 2 Department of Mathematics, A. V. C. College (Autonomous), Mannampandal 609305, India ABSTRACT The fuzzy set theory has been

More information

PROJECT SCHEDULING FOR NETWORK PROBLEMS USING JOB SEQUENCING TECHNIQUE

PROJECT SCHEDULING FOR NETWORK PROBLEMS USING JOB SEQUENCING TECHNIQUE Volume 114 No. 6 2017, 153-159 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu PROJECT SCHEDULING FOR NETWORK PROBLEMS USING JOB SEQUENCING TECHNIQUE

More information

A New Method Of Intuitionistic Fuzzy Soft Transportation System

A New Method Of Intuitionistic Fuzzy Soft Transportation System A New Method Of Intuitionistic Fuzzy Soft Transportation System Dr. P. Rajarajeswari Department of Mathematics, Chikkanna Arts College Tirupur M. Sangeetha Sri Ramalinga Sowdambigai College of Science

More information

A Comparative Study on Optimization Techniques for Solving Multi-objective Geometric Programming Problems

A Comparative Study on Optimization Techniques for Solving Multi-objective Geometric Programming Problems Applied Mathematical Sciences, Vol. 9, 205, no. 22, 077-085 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/0.2988/ams.205.42029 A Comparative Study on Optimization Techniques for Solving Multi-objective

More information

Sub-Trident Ranking Using Fuzzy Numbers

Sub-Trident Ranking Using Fuzzy Numbers International Journal of Mathematics nd its pplications Volume, Issue (016), 1 150 ISSN: 7-1557 vailable Online: http://ijmaain/ International Journal 7-1557 of Mathematics pplications nd its ISSN: International

More information

Preprint Stephan Dempe, Alina Ruziyeva The Karush-Kuhn-Tucker optimality conditions in fuzzy optimization ISSN

Preprint Stephan Dempe, Alina Ruziyeva The Karush-Kuhn-Tucker optimality conditions in fuzzy optimization ISSN Fakultät für Mathematik und Informatik Preprint 2010-06 Stephan Dempe, Alina Ruziyeva The Karush-Kuhn-Tucker optimality conditions in fuzzy optimization ISSN 1433-9307 Stephan Dempe, Alina Ruziyeva The

More information

A New pivotal operation on Triangular Fuzzy number for Solving Fully Fuzzy Linear Programming Problems

A New pivotal operation on Triangular Fuzzy number for Solving Fully Fuzzy Linear Programming Problems International Journal of Applied Mathematical Sciences ISSN 0973-0176 Volume 9, Number 1 (2016), pp. 41-46 Research India Publications http://www.ripublication.com A New pivotal operation on Triangular

More information

ON SOLVING A MULTI-CRITERIA DECISION MAKING PROBLEM USING FUZZY SOFT SETS IN SPORTS

ON SOLVING A MULTI-CRITERIA DECISION MAKING PROBLEM USING FUZZY SOFT SETS IN SPORTS ISSN Print): 2320-5504 ISSN Online): 2347-4793 ON SOLVING A MULTI-CRITERIA DECISION MAKING PROBLEM USING FUZZY SOFT SETS IN SPORTS R. Sophia Porchelvi 1 and B. Snekaa 2* 1 Associate Professor, 2* Research

More information

Shortest Path Problem in Network with Type-2 Triangular Fuzzy Arc Length

Shortest Path Problem in Network with Type-2 Triangular Fuzzy Arc Length J. Appl. Res. Ind. Eng. Vol. 4, o. (207) 7 Journal of Applied Research on Industrial Engineering www.journal-aprie.com Shortest Path Problem in etwork with Type-2 Triangular Fuzzy Arc Length Ranjan Kumar

More information

Exact Optimal Solution of Fuzzy Critical Path Problems

Exact Optimal Solution of Fuzzy Critical Path Problems Available at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 93-9466 Vol. 6, Issue (June 0) pp. 5 67 (Previously, Vol. 6, Issue, pp. 99 008) Applications and Applied Mathematics: An International Journal

More information

399 P a g e. Key words: Fuzzy sets, fuzzy assignment problem, Triangular fuzzy number, Trapezoidal fuzzy number ranking function.

399 P a g e. Key words: Fuzzy sets, fuzzy assignment problem, Triangular fuzzy number, Trapezoidal fuzzy number ranking function. Method For Solving Hungarian Assignment Problems Using Triangular And Trapezoidal Fuzzy Number Kadhirvel.K, Balamurugan.K Assistant Professor in Mathematics, T.K.Govt. Arts ollege, Vriddhachalam 606 001.

More information

Multi-Objective Fuzzy Fully Linear Programming Transportation Problem using Ranking Function

Multi-Objective Fuzzy Fully Linear Programming Transportation Problem using Ranking Function Volume 117 No. 13 2017, 63-68 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Multi-Objective Fuzzy Fully Linear Programming Transportation Problem

More information

Operations on Intuitionistic Trapezoidal Fuzzy Numbers using Interval Arithmetic

Operations on Intuitionistic Trapezoidal Fuzzy Numbers using Interval Arithmetic Intern. J. Fuzzy Mathematical Archive Vol. 9, No. 1, 2015, 125-133 ISSN: 2320 3242 (P), 2320 3250 (online) Published on 8 October 2015 www.researchmathsci.org International Journal of Operations on Intuitionistic

More information

PENTAGON FUZZY NUMBER AND ITS APPLICATION TO FIND FUZZY CRITICAL PATH

PENTAGON FUZZY NUMBER AND ITS APPLICATION TO FIND FUZZY CRITICAL PATH Volume 114 No. 5 017, 183-185 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu PENTAGON FUZZY NUMBER AND ITS APPLICATION TO FIND FUZZY CRITICAL PATH SyedaNaziyaIkram

More information

to the Traveling Salesman Problem 1 Susanne Timsj Applied Optimization and Modeling Group (TOM) Department of Mathematics and Physics

to the Traveling Salesman Problem 1 Susanne Timsj Applied Optimization and Modeling Group (TOM) Department of Mathematics and Physics An Application of Lagrangian Relaxation to the Traveling Salesman Problem 1 Susanne Timsj Applied Optimization and Modeling Group (TOM) Department of Mathematics and Physics M lardalen University SE-721

More information

Travelling salesman problem using reduced algorithmic Branch and bound approach P. Ranjana Hindustan Institute of Technology and Science

Travelling salesman problem using reduced algorithmic Branch and bound approach P. Ranjana Hindustan Institute of Technology and Science Volume 118 No. 20 2018, 419-424 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Travelling salesman problem using reduced algorithmic Branch and bound approach P. Ranjana Hindustan

More information

Ordering of Generalised Trapezoidal Fuzzy Numbers Based on Area Method Using Euler Line of Centroids

Ordering of Generalised Trapezoidal Fuzzy Numbers Based on Area Method Using Euler Line of Centroids Advances in Fuzzy Mathematics. ISSN 0973-533X Volume 12, Number 4 (2017), pp. 783-791 Research India Publications http://www.ripublication.com Ordering of Generalised Trapezoidal Fuzzy Numbers Based on

More information

Combining Two Local Searches with Crossover: An Efficient Hybrid Algorithm for the Traveling Salesman Problem

Combining Two Local Searches with Crossover: An Efficient Hybrid Algorithm for the Traveling Salesman Problem Combining Two Local Searches with Crossover: An Efficient Hybrid Algorithm for the Traveling Salesman Problem Weichen Liu, Thomas Weise, Yuezhong Wu and Qi Qi University of Science and Technology of Chine

More information

Similarity Measures of Pentagonal Fuzzy Numbers

Similarity Measures of Pentagonal Fuzzy Numbers Volume 119 No. 9 2018, 165-175 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Similarity Measures of Pentagonal Fuzzy Numbers T. Pathinathan 1 and

More information

A NEW HEURISTIC ALGORITHM FOR MULTIPLE TRAVELING SALESMAN PROBLEM

A NEW HEURISTIC ALGORITHM FOR MULTIPLE TRAVELING SALESMAN PROBLEM TWMS J. App. Eng. Math. V.7, N.1, 2017, pp. 101-109 A NEW HEURISTIC ALGORITHM FOR MULTIPLE TRAVELING SALESMAN PROBLEM F. NURIYEVA 1, G. KIZILATES 2, Abstract. The Multiple Traveling Salesman Problem (mtsp)

More information

AN APPROXIMATION APPROACH FOR RANKING FUZZY NUMBERS BASED ON WEIGHTED INTERVAL - VALUE 1.INTRODUCTION

AN APPROXIMATION APPROACH FOR RANKING FUZZY NUMBERS BASED ON WEIGHTED INTERVAL - VALUE 1.INTRODUCTION Mathematical and Computational Applications, Vol. 16, No. 3, pp. 588-597, 2011. Association for Scientific Research AN APPROXIMATION APPROACH FOR RANKING FUZZY NUMBERS BASED ON WEIGHTED INTERVAL - VALUE

More information

Multiple Attributes Decision Making Approach by TOPSIS Technique

Multiple Attributes Decision Making Approach by TOPSIS Technique Multiple Attributes Decision Making Approach by TOPSIS Technique P.K. Parida and S.K.Sahoo Department of Mathematics, C.V.Raman College of Engineering, Bhubaneswar-752054, India. Institute of Mathematics

More information

Solving Fuzzy Sequential Linear Programming Problem by Fuzzy Frank Wolfe Algorithm

Solving Fuzzy Sequential Linear Programming Problem by Fuzzy Frank Wolfe Algorithm Global Journal of Pure and Applied Mathematics. ISSN 0973-768 Volume 3, Number (07), pp. 749-758 Research India Publications http://www.ripublication.com Solving Fuzzy Sequential Linear Programming Problem

More information

Fuzzy Inspired Hybrid Genetic Approach to Optimize Travelling Salesman Problem

Fuzzy Inspired Hybrid Genetic Approach to Optimize Travelling Salesman Problem Fuzzy Inspired Hybrid Genetic Approach to Optimize Travelling Salesman Problem Bindu Student, JMIT Radaur binduaahuja@gmail.com Mrs. Pinki Tanwar Asstt. Prof, CSE, JMIT Radaur pinki.tanwar@gmail.com Abstract

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN nternational Journal of Scientific & Engineering Research, Volume 6, ssue, March-5 SSN 9-558 Fuzzy Hungarian Method for Solving ntuitionistic Fuzzy Assignment Problems K. Prabakaran and K. Ganesan ABSTRACT-

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

Fuzzy Variable Linear Programming with Fuzzy Technical Coefficients

Fuzzy Variable Linear Programming with Fuzzy Technical Coefficients Sanwar Uddin Ahmad Department of Mathematics, University of Dhaka Dhaka-1000, Bangladesh sanwar@univdhaka.edu Sadhan Kumar Sardar Department of Mathematics, University of Dhaka Dhaka-1000, Bangladesh sadhanmath@yahoo.com

More information

A New and Simple Method of Solving Fully Fuzzy Linear System

A New and Simple Method of Solving Fully Fuzzy Linear System Annals of Pure and Applied Mathematics Vol. 8, No. 2, 2014, 193-199 ISSN: 2279-087X (P), 2279-0888(online) Published on 17 December 2014 www.researchmathsci.org Annals of A New and Simple Method of Solving

More information

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques N.N.Poddar 1, D. Kaur 2 1 Electrical Engineering and Computer Science, University of Toledo, Toledo, OH, USA 2

More information

Solving the Multiobjective Two Stage Fuzzy Transportation Problem by Zero Suffix Method

Solving the Multiobjective Two Stage Fuzzy Transportation Problem by Zero Suffix Method Solving the Multiobjective Two Stage Fuzzy Transportation Problem by Zero Suffix Method V.J. Sudhakar (Corresponding author) Department of Mathematics Adhiyamaan college of Engineering Hosur - 635 109,

More information

Saudi Journal of Business and Management Studies. DOI: /sjbms ISSN (Print)

Saudi Journal of Business and Management Studies. DOI: /sjbms ISSN (Print) DOI: 10.21276/sjbms.2017.2.2.5 Saudi Journal of Business and Management Studies Scholars Middle East Publishers Dubai, United Arab Emirates Website: http://scholarsmepub.com/ ISSN 2415-6663 (Print ISSN

More information

An Approach to Solve Unbalanced Intuitionisitic Fuzzy Transportation Problem Using Intuitionistic Fuzzy Numbers

An Approach to Solve Unbalanced Intuitionisitic Fuzzy Transportation Problem Using Intuitionistic Fuzzy Numbers Volume 117 No. 13 2017, 411-419 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu An Approach to Solve Unbalanced Intuitionisitic Fuzzy Transportation

More information

Dynamic Capacity Routing in Networks with MTSP

Dynamic Capacity Routing in Networks with MTSP Dynamic Capacity Routing in Networks with MTSP Ranjana Ponraj1*, George Amalanathan2 1 Hindustan 2 University, Chennai, Tamil Nadu, India. Periyar Maniammai University, Thanjavur, Tamil Nadu, India. *

More information

Reverse order Triangular, Trapezoidal and Pentagonal Fuzzy Numbers

Reverse order Triangular, Trapezoidal and Pentagonal Fuzzy Numbers nnals of Pure and pplied Mathematics Vol. 9, No., 205, 07-7 ISSN: 2279-087X (P), 2279-0888(online) Pulished on 20 January 205 www.researchmathsci.org nnals of Reverse order Triangular, Trapezoidal and

More information

LEAST COST ROUTING ALGORITHM WITH THE STATE SPACE RELAXATION IN A CENTRALIZED NETWORK

LEAST COST ROUTING ALGORITHM WITH THE STATE SPACE RELAXATION IN A CENTRALIZED NETWORK VOL., NO., JUNE 08 ISSN 896608 00608 Asian Research Publishing Network (ARPN). All rights reserved. LEAST COST ROUTING ALGORITHM WITH THE STATE SPACE RELAXATION IN A CENTRALIZED NETWORK Y. J. Lee Department

More information

Introduction to Approximation Algorithms

Introduction to Approximation Algorithms Introduction to Approximation Algorithms Dr. Gautam K. Das Departmet of Mathematics Indian Institute of Technology Guwahati, India gkd@iitg.ernet.in February 19, 2016 Outline of the lecture Background

More information

Optimizing Octagonal Fuzzy Number EOQ Model Using Nearest Interval Approximation Method

Optimizing Octagonal Fuzzy Number EOQ Model Using Nearest Interval Approximation Method Optimizing Octagonal Fuzzy Number EOQ Model Using Nearest Interval Approximation Method A.Farita Asma 1, C.Manjula 2 Assistant Professor, Department of Mathematics, Government Arts College, Trichy, Tamil

More information

A compromise method for solving fuzzy multi objective fixed charge transportation problem

A compromise method for solving fuzzy multi objective fixed charge transportation problem Lecture Notes in Management Science (2016) Vol. 8, 8 15 ISSN 2008-0050 (Print), ISSN 1927-0097 (Online) A compromise method for solving fuzzy multi objective fixed charge transportation problem Ratnesh

More information

Innovative Systems Design and Engineering ISSN (Paper) ISSN (Online) Vol.5, No.1, 2014

Innovative Systems Design and Engineering ISSN (Paper) ISSN (Online) Vol.5, No.1, 2014 Abstract Tool Path Optimization of Drilling Sequence in CNC Machine Using Genetic Algorithm Prof. Dr. Nabeel Kadim Abid Al-Sahib 1, Hasan Fahad Abdulrazzaq 2* 1. Thi-Qar University, Al-Jadriya, Baghdad,

More information

AN ALGORITHM FOR SOLVING ASSIGNMENT PROBLEMS WITH COSTS AS GENERALIZED TRAPEZOIDAL INTUITIONISTIC FUZZY NUMBERS. A. Nagoor Gani 1, V.N.

AN ALGORITHM FOR SOLVING ASSIGNMENT PROBLEMS WITH COSTS AS GENERALIZED TRAPEZOIDAL INTUITIONISTIC FUZZY NUMBERS. A. Nagoor Gani 1, V.N. International Journal of Pure and Applied Mathematics Volume 104 No. 4 2015, 561-575 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: http://dx.doi.org/10.12732/ijpam.v104i4.8

More information

An Appropriate Method for Real Life Fuzzy Transportation Problems

An Appropriate Method for Real Life Fuzzy Transportation Problems International Journal of Information Sciences and Application. ISSN 097-55 Volume 3, Number (0), pp. 7-3 International Research Publication House http://www.irphouse.com An Appropriate Method for Real

More information

An Application of Graph Theory in Cryptography

An Application of Graph Theory in Cryptography Volume 119 No. 13 2018, 375-383 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu An Application of Graph Theory in Cryptography P. Amudha 1 A.C. Charles Sagayaraj 2 A.C.Shantha Sheela

More information

SOME OPERATIONS ON INTUITIONISTIC FUZZY SETS

SOME OPERATIONS ON INTUITIONISTIC FUZZY SETS IJMMS, Vol. 8, No. 1, (June 2012) : 103-107 Serials Publications ISSN: 0973-3329 SOME OPERTIONS ON INTUITIONISTIC FUZZY SETS Hakimuddin Khan bstract In This paper, uthor Discuss about some operations on

More information

Modified Order Crossover (OX) Operator

Modified Order Crossover (OX) Operator Modified Order Crossover (OX) Operator Ms. Monica Sehrawat 1 N.C. College of Engineering, Israna Panipat, Haryana, INDIA. Mr. Sukhvir Singh 2 N.C. College of Engineering, Israna Panipat, Haryana, INDIA.

More information

Study of Fuzzy Set Theory and Its Applications

Study of Fuzzy Set Theory and Its Applications IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 12, Issue 4 Ver. II (Jul. - Aug.2016), PP 148-154 www.iosrjournals.org Study of Fuzzy Set Theory and Its Applications

More information

Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm

Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm Optimization of fuzzy multi-company workers assignment problem with penalty using genetic algorithm N. Shahsavari Pour Department of Industrial Engineering, Science and Research Branch, Islamic Azad University,

More information

A MODIFICATION OF FUZZY TOPSIS BASED ON DISTANCE MEASURE. Dept. of Mathematics, Saveetha Engineering College,

A MODIFICATION OF FUZZY TOPSIS BASED ON DISTANCE MEASURE. Dept. of Mathematics, Saveetha Engineering College, International Journal of Pure and pplied Mathematics Volume 116 No. 23 2017, 109-114 ISSN: 1311-8080 (printed version; ISSN: 1314-3395 (on-line version url: http://www.ijpam.eu ijpam.eu MODIFICTION OF

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

Best proximation of fuzzy real numbers

Best proximation of fuzzy real numbers 214 (214) 1-6 Available online at www.ispacs.com/jfsva Volume 214, Year 214 Article ID jfsva-23, 6 Pages doi:1.5899/214/jfsva-23 Research Article Best proximation of fuzzy real numbers Z. Rohani 1, H.

More information

ABSTRACT I. INTRODUCTION. J Kanimozhi *, R Subramanian Department of Computer Science, Pondicherry University, Puducherry, Tamil Nadu, India

ABSTRACT I. INTRODUCTION. J Kanimozhi *, R Subramanian Department of Computer Science, Pondicherry University, Puducherry, Tamil Nadu, India ABSTRACT 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Travelling Salesman Problem Solved using Genetic Algorithm Combined Data

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

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

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at http://www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2005 Vol. 4, No. 1, January-February 2005 A Java Implementation of the Branch and Bound

More information

A new method for solving fuzzy linear fractional programs with Triangular Fuzzy numbers

A new method for solving fuzzy linear fractional programs with Triangular Fuzzy numbers A new method for solving fuzzy linear fractional programs with Triangular Fuzzy numbers Sapan Kumar Das A 1, S. A. Edalatpanah B 2 and T. Mandal C 1 1 Department of Mathematics, National Institute of Technology,

More information

Machine Learning for Software Engineering

Machine Learning for Software Engineering Machine Learning for Software Engineering Introduction and Motivation Prof. Dr.-Ing. Norbert Siegmund Intelligent Software Systems 1 2 Organizational Stuff Lectures: Tuesday 11:00 12:30 in room SR015 Cover

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

Hybrid approach for solving TSP by using DPX Cross-over operator

Hybrid approach for solving TSP by using DPX Cross-over operator Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2011, 2 (1): 28-32 ISSN: 0976-8610 CODEN (USA): AASRFC Hybrid approach for solving TSP by using DPX Cross-over operator

More information

A Development of Hybrid Cross Entropy-Tabu Search Algorithm for Travelling Repairman Problem

A Development of Hybrid Cross Entropy-Tabu Search Algorithm for Travelling Repairman Problem Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 A Development of Hybrid Cross Entropy-Tabu Search Algorithm for Travelling

More information

Some Properties of Interval Valued Intuitionistic Fuzzy Sets of Second Type

Some Properties of Interval Valued Intuitionistic Fuzzy Sets of Second Type Some Properties of Interval Valued Intuitionistic Fuzzy Sets of Second Type K. Rajesh 1, R. Srinivasan 2 Ph. D (Full-Time) Research Scholar, Department of Mathematics, Islamiah College (Autonomous), Vaniyambadi,

More information

Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Network and Fuzzy Simulation

Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Network and Fuzzy Simulation .--- Simultaneous Perturbation Stochastic Approximation Algorithm Combined with Neural Networ and Fuzzy Simulation Abstract - - - - Keywords: Many optimization problems contain fuzzy information. Possibility

More information

Triangular Approximation of fuzzy numbers - a new approach

Triangular Approximation of fuzzy numbers - a new approach Volume 113 No. 13 017, 115 11 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Triangular Approximation of fuzzy numbers - a new approach L. S. Senthilkumar

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

Scholars Journal of Physics, Mathematics and Statistics

Scholars Journal of Physics, Mathematics and Statistics Scholars Journal of Physics, Mathematics and Statistics Sch. J. Phys. Math. Stat. 2014; 1(2):53-60 Scholars cademic and Scientific Publishers (SS Publishers) (n International Publisher for cademic and

More information

A Study on Fuzzy AHP method and its applications in a tie-breaking procedure

A Study on Fuzzy AHP method and its applications in a tie-breaking procedure Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 6 (2017), pp. 1619-1630 Research India Publications http://www.ripublication.com A Study on Fuzzy AHP method and its applications

More information

Fuzzy Optimal Solution for Fully Fuzzy Linear Programming Problems Using Hexagonal Fuzzy Numbers

Fuzzy Optimal Solution for Fully Fuzzy Linear Programming Problems Using Hexagonal Fuzzy Numbers Intern. J. uzzy Mathematical Archive Vol. No. 2 26 7-23 ISSN: 232 3242 (P 232 325 (online Published on 29 April 26 www.researchmathsci.org International Journal of uzzy Optimal Solution for ully uzzy Linear

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