Научная статья на тему 'Cluster Formation In An Acyclic Digraph Adding New Edges'

Cluster Formation In An Acyclic Digraph Adding New Edges Текст научной статьи по специальности «Математика»

CC BY
51
13
i Надоели баннеры? Вы всегда можете отключить рекламу.
Область наук
Ключевые слова
cluster / maximal matching / increasing alternating path / minimal edge cover / bipartite graph / star / Hamiltonian path / Eulerian path

Аннотация научной статьи по математике, автор научной работы — Gurami Tsitsiashvili, Marina Osipova

In this paper, we construct an algorithm for converting an acyclic digraph that defines the structure of a complex system into a class of cyclically equivalent vertices by adding several additional edges to the digraph. This addition of the digraph makes it possible to introduce negative feedbacks and, consequently, to stabilize the functioning of the complex system under consideration and so to increase its reliability.To do this, the original digraph is transformed into a bipartite undirected graph, in which only the input and output vertices and the edges between them remain. In the constructed bipartite undirected graph, we search for the minimal edge cover and restore the orientation of the edges in it. Next, we construct an algorithm for adding new edges, based on the search for Hamiltonian (or Eulerian) paths and turning the minimum edge cover into a class of cyclically equivalent vertices. The minimal number of edges to be added is not larger than the number of edges in the minimum edge cover.

i Надоели баннеры? Вы всегда можете отключить рекламу.
iНе можете найти то, что вам нужно? Попробуйте сервис подбора литературы.
i Надоели баннеры? Вы всегда можете отключить рекламу.

Текст научной работы на тему «Cluster Formation In An Acyclic Digraph Adding New Edges»

Cluster Formation In An Acyclic Digraph Adding New Edges

Gurami Tsitsiashvili, Marina Osipova

Institute for Applied Mathematics, Far Eastern Branch of Russian Academy Sciences guram@iam.dvo.ru, mao1975@list.ru

Abstract

In this paper, we construct an algorithm for converting an acyclic digraph that defines the structure of a complex system into a class of cyclically equivalent vertices by adding several additional edges to the digraph. This addition of the digraph makes it possible to introduce negative feedbacks and, consequently, to stabilize the functioning of the complex system under consideration and so to increase its reliability.To do this, the original digraph is transformed into a bipartite undirected graph, in which only the input and output vertices and the edges between them remain. In the constructed bipartite undirected graph, we search for the minimal edge cover and restore the orientation of the edges in it. Next, we construct an algorithm for adding new edges, based on the search for Hamiltonian (or Eulerian) paths and turning the minimum edge cover into a class of cyclically equivalent vertices. The minimal number of edges to be added is not larger than the number of edges in the minimum edge cover.

Keywords: cluster, maximal matching, increasing alternating path, minimal edge cover, bipartite graph, star, Hamiltonian path, Eulerian path.

I. Problem statement and solution idea

Suppose that a complex system, such as a protein network, is represented by an acyclic digraph G without isolated vertices. In particular, using the algorithm built in [1] for identifying cyclic equivalence classes (clusters) in a digraph, the original digraph is transformed into an acyclic digraph whose vertices are clusters.

Let's call the vertices of the digraph G, from which only the edges come out, input and denote the set of input vertices U,. Let's call the vertices that only the edges come in, output and denote the set of output vertices U*. As the digraph G has not isolated vertices so from any input vertex there is a path to some output vertex and to any output vertex there is a path from some input vertex.

Our task is to add new directed edges to the digraph G so that there is a path from any vertex of the resulting digraph to any other vertex. This addition of the digraph makes it possible to introduce negative feedbacks and, consequently, to stabilize the functioning of the complex system under consideration and so to increase its reliability. In a sense, such a problem is the inverse of the digraph clustering problem considered in [1].

In this paper, this is achieved in two stages. At the first stage, we construct a bipartite digraph with vertex fractions U*, U* and edges (u*,u), u* gU„ u* eU* that are entered if there is a path from

vertex u* to vertex in u the digraph G. We remove the orientation of the edges (u*, u*), u* gU„ u* eU*, from the bipartite graph and find the minimum edge cover [2], [3]. Its connectivity components are star graphs (connected graphs where all edges originate from a single vertex). In the minimal edge cover, we restore the orientation of the edges and denote the resulting bipartite digraph G.

At the second stage, a minimal set of edges is introduced into the digraph G, which turns all the vertices into a cluster. To do this, we first add a minimal set of edges in the constructed star graphs that generate a Hamiltonian or Eulerian path with a starting and ending vertices. Then edges are added that connect these paths in a Hamiltonian or Eulerian cycle. All the edges entered in the digraph G are added to the original digraph G, turning it into a cluster.

II. Finding feedbacks in a digraph G

Consider a bipartite digraph G, represented by a collection of unrelated stars. Let the star Gl (Figure 1), have a vertex 1* eU„, as its root, leaves 1*,..,m* and edges 1* ® 1*,...,L, ® m* Let's add a minimal set of m-1 edges 1* ® 2*, 2* ® 3*,...,(m-1)* ® m* to this star (coming out of the vertices 1*,2*,3*,...,(m -1)*), building a Hamiltonian path in it (a simple path that passes through all the vertices once):

1* ® 1* ® 2* ® ...® (m-1)* ® m*. Let's call the vertex 1. the starting point and the vertex m* the ending point in this path.

This star can also be supplemented with a minimal set of m -1 edges 1* ® 1*, 2* ® 1*,..., (m -1)* ® 1* (coming out of the vertexes 1*, 2*, 3*,..., (m -1) ), building an Euler path in it (a path that passes through all the edges once):

1* ® 1* ® 1* ® 2* ® 1* ® ...® (m-1)* ® 1* ® m* Let us call the vertex 1. the starting point, and the vertex m* the ending point in this path.

Figure 1. The Hamiltonian (left) and Eulerian (right) paths for the star Gx, m = 4.

Let the star G2, (Fig. 2), have a vertex 1* eU*, leaves 1 ,,..,n, and edges 1* ® 1*,...,n* ® 1*. Let's add this star by minimal set of n -1 edges 1* ® 2*, 2* ® 3*,..., (n -1)* ® n*, (included in the vertices 2,,3.,!,n*), building a Hamiltonian path in it:

1* ® 1* ® 2, ® 3, ®...® (n-1), ® n*. Let's call the vertex 1. as the starting point and the vertex n as the ending point in this path.

This star can also be supplemented with a minimal set of n -1 edges 1* ® 2*, 1* ® 3*,.. .,1* ® n* (included in the vertices 2„,3„,..., n) building an Eulerian path in it:

1* ® 1* ® 2* ® 1* ® 3* ®...® n* ® 1*. Let us call the vertex 1. as the starting point and the vertex 1* as the ending point in this path.

Figure 2. Hamiltonian (left) and Eulerian (right) paths for the star G2, n = 4.

Suppose now that the bipartite digraph G consists of several stars with roots from the set U* and with roots from the set U*. We connect by additional edge the final vertex of the Hamiltonian (Eulerian) path in the first star with the initial vertex of the Hamiltonian (Eulerian) path in the second star, etc. Then the final vertex of the Hamiltonian (Eulerian) path constructed for the last star we connect with the initial vertex of the Hamiltonian (Eulerian) path constructed for the first star.

As a result, we get a Hamiltonian (Eulerian) cycle passing through all the vertices of a bipartite digraph G (for an example, see the Hamiltonian cycle in Fig.3). In this case, the number of additional edges is equal to the number of edges in the bipartite digraph G, which is the minimal edge covering of a bipartite digraph G. In addition to the Hamiltonian or Eulerian cycle, you can build a mixed-type cycle by connecting the Hamiltonian and Eulerian paths in series. Denote n(G) number of edges in digraph G, and N(G) minimal number of new edges, the introduction of which in the digraph G leads to the formation of cycles containing all the vertices of the digraph G and consequently N(G) < n{G). If all the stars in the minimal edge cover G are of the same type, then

N(G) = n(G). (1)

Figure 3. The Hamiltonian cycle for stars G1, m = 4, and G2, n = 4.

Indeed, let the digraph G consists of isolated stars of the type G . Then the total number of added edges (marked with dotted lines in Fig. 1 -- 3) coming out of the leaves of these stars in the cluster is equal to the total number of these leaves and cannot be less and so N (G) > n(G). Connecting the inequalities N(G) < n(G)and N(G) > n(G) we obtain the equality (1).

Similarly, let the digraph G consists of isolated stars of type G2. Then the total number of added edges included in the cluster leaves is the same as the total number of these leaves, so N(G) > n(G). Connecting this inequality with the opposite inequality, N(G) < n(G) we obtain the equality (1).

But if the digraph G consists of isolated stars of type Gl and stars of type G2 then it is possible to decrease the number of added edges to make this digraph a cluster (see Figure 4). Therefore, in the general case, the ratio between N(G) and n(G) is as follows N(G) < n{G).

CLUSTER FORMATION IN AN ACYCLIC DIGRAPH

£

Figure 4. Example when N(G) < n{G) for stars G1, m = 4, and G2, n = 4.

ffl. Algorithms for finding the minimum edge cover in a bipartite digraph

Following [2] -- [4] to determine the minimum edge cover in an undirected bipartite graph G, we first find the maximum matching, i.e. the maximum volume set of non-adjacent edges. For each vertex that does not belong to the maximum matching, some edge is selected that connects this vertex to the maximum matching. The maximum matching, together with the so-chosen edges, forms the minimum edge covering. The maximum matching in an undirected bipartite graph can be constructed in the following ways.

One way is to find the maximum flow in the graph G. By adding the source s and edges from 5 to all the vertices from U„ the drain t and edges from all the vertices of the fraction U* to t. We assign each edge a throughput of one and find the maximum flow between the vertices and sequentially determine the paths that increase the flow. Then the edges between U* and U*, on which the flow is equal to one, form the maximum matching.

Another way to find the maximum matching is based on the construction of increasing alternating paths. Let some matching in the graph G be given (for example, one edge). We will call the edges of the matching strong, and the other edges of the graph weak. A vertex is called free if it does not belong to a matching. An alternating path is a simple path in which strong and weak edges alternate (i.e., a strong edge is followed by a weak one, and a weak one is followed by a strong one). An alternating path is called an increasing path if it connects two free vertices. If there is such a path relative to a given match, then you can build a larger match. By turning weak edges into strong ones, and strong edges into weak ones, we increase the number of matching edges by one. A match is maximal if and only if there are no increasing alternating paths relative to it.

References

[1]. Tsitsiashvili G. Sh. (2013). Sequential algorithms of graph nodes factorization. Reliability: Theory and Applications, 8 (4): 30-33.

[2]. Alekseev V. E., Zakharova D. V. Graph Theory: A textbook. Nizhny Novgorod: Nizhny Novgorod State University, 2017. (In Russian).

[3]. Cormen T. H., Leiserson Ch. E., Rivest R. L., Stein Cl. Introduction to Algorithms, 3rd Edition. The MIT Press, 2009.

[4]. Ford L. R., Fulkerson D. R. (1956). Maximal flow through a network. Canadian Journal of Mathematics, 8: 399-404.

i Надоели баннеры? Вы всегда можете отключить рекламу.