Research Article

Decision-Making Analysis Based on Fuzzy Graph Structures

Algorithm 1

Computing membership value of an edge between two different vertices.
(1)Begin
(2) Input membership values of number of vertices (seaports or cities) .
(3) Input the adjacency matrix of vertices (seaports or cities) with respect to , mutually disjoint, symmetric, and irreflexive relations.
(4)do from
(5)  do from
(6)   do from
(7)    do from
(8)     if, then
(9)      Label as
(10)     end if
(11)    end do
(12)   end do
(13)  end do
(14)end do
(15) membership value of an edge between two different vertices (seaports or cities) and shows the rate of the most frequent crime occurring between the vertices and .
(16)End