On shredders and vertex connectivity augmentation

Size: px
Start display at page:

Download "On shredders and vertex connectivity augmentation"

Transcription

1 On shredders and vertex connectivity augmentation Gilad Liberman The Open University of Israel Zeev Nutov The Open University of Israel Abstract We consider the following problem: given a k-(node) connected graph G find a smallest set F of new edges so that the graph G + F is (k + 1)-connected. The complexity status of this problem is an open question. The problem admits a 2- approximation algorithm. Another algorithm due to Jordán computes an augmenting edge set with at most (k 1)/2 edges over the optimum. C V (G) is a k-separator (k-shredder) of G if C = k and the number b(c) of connected components of G C is at least two (at least three). We will show that the problem is polynomially solvable for graphs that have a k-separator C with b(c) k + 1. This leads to a new splittingoff theorem for node connectivity. We also prove that in a k-connected graph G on n nodes the number of k-shredders with at least p components (p 3) is less than 2n/(2p 3), and that this bound is asymptotically tight. Key words: node-connectivity augmentation, shredders, exact/approximation algorithms. 1

2 1 Introduction and preliminaries A (simple) graph G is k-(node) connected if there are k pairwise internally disjoint paths between every pair of its nodes. We consider the following problem: Instance: A k-connected graph G. Objective: Find a smallest set F of new edges so that the graph G + F is (k + 1)-connected. The complexity status of this problem is a major open question in graph connectivity. The same problem for digraphs is solvable in polynomial time [8], and this implies a 2- approximation algorithm for undirected graphs. Jordán s algorithm [12, 13] computes an augmenting edge set with at most (k 1)/2 edges over the optimum. Recently, Jordán and Jackson [11] gave an algorithm that for any fixed k computes an optimal augmenting edge set in polynomial time. We remark that a much more general problem for edge-connectivity is solvable in polynomial time [7]. Let us use the following notation. An edge from u to v is denoted by uv. A uv-path is a path from u to v. For an arbitrary two sets of nodes and edges (or graphs) A, B we denote by A B the set (or graph) obtained by deleting B from A, where deletion of a node implies also deletion of all the edges incident to it; similarly, A + B denotes the set (graph) obtained by adding B to A. For a graph G = (V, E) and X V let Γ G (X) = Γ(X) denote the set {v V X : uv E for some u X} of neighbors of X in V, and let X = V (X +Γ(X)). Let G = (V, E) be a k-connected graph. We say that X V is tight if Γ(X) = k and X. It follows from Menger s Theorem that G + F is (k + 1)-connected if, and only if, G + F has no tight sets, that is, for every tight set X of G there is an edge in F between X and X. The following property of tight sets (cf., [12, Lemma 1.2]) will be repeatedly used. Lemma 1.1 Let X, Y be two intersecting tight sets in a k-connected graph G on n nodes. If X Y then X Y and X Y are both tight. If n X Y k then X Y is tight, and if a strict inequality holds then also X Y is tight. Let t (G) denote the number of inclusion minimal tight sets in G. T V is a tight set cover (of G) if T intersects every (minimal) tight set of G. Given a graph, we call the new edges that can be added to the graph links, to distinguish them from the existing edges. Let opt(g) denote the minimum cardinality of an augmenting link set that makes G (k + 1)-connected. Following [13], we use the following lower bound on opt(g): Lemma 1.2 ([13], Lemma 2.1) Let T be an arbitrary inclusion minimal tight set cover of a k-connected graph G. Then opt(g) t (G)/2 T /2. Furthermore, if T k + 2 then the minimal tight sets are pairwise disjoint. 1

3 Proof: Clearly t (G) T. We prove that opt(g) t (G)/2. Let F(H) denote the family of inclusion minimal tight sets of a graph H. It would be enough to show that F(H + e) F(H) 2 for any k-connected graph H and a link e. If not, then there is a link e = uv and X, Y F(H) such that u X Y and v V (X+Y +Γ(X+Y )) = X Y. By Lemma 1.1 X Y is also a tight set of H, contradicting the minimality of X, Y. Now let T be an inclusion minimal tight set cover of G with T k + 2. The minimality of T implies that for every u T there exist X u F(G) with X u T = {u}. If the sets {X u : u T } are pairwise disjoint, the statement is obvious. Suppose therefore that there are u, v T so that X u X v. If T k + 2, then V (X u X v ) T 2 k. Thus by Lemma 1.1 X u X v is also a tight set, contradicting the minimality of X u, X v. We note that the (inclusion) minimal tight sets, and thus also an (inclusion) minimal tight set cover can be computed in O(min{k, n}kn(n + k 2 )) time, see Section 4. Another lower bound on opt(g) is as follows. For C V the C-components are the connected components of G C and let b(c) denote the number of C-components; C is a k-separator of G if C = k and b(c) 2. Let b(g) = max{b(c) : C V, C = k}. If G + F is (k + 1)-connected then F b(g) 1, since for any k-separator C, F must induce a connected graph on the C-components. Combining with Lemma 1.2 gives that for any minimal tight set cover T of G: opt(g) max{ t (G)/2, b(g) 1} max{ T /2, b(g) 1}. (1) In [12, 13] Jordán gave a polynomial algorithm that for V 2k + 1 computes a solution which size exceeds this lower bound by at most (k 1)/2 edges; (for V 2k he used an additional lower bound). Jordán s algorithm relies on two key theorems, and one of them is: Theorem 1.3 ([12],Theorem 2.4) There exists a polynomial time algorithm that given a k-connected graph G with b(g) k + 1 and b(g) 1 t (G)/2 finds a link set F of size max{ t (G)/2, b(g) 1} such that G + F is k-connected. We will show that the second condition in the above theorem is not necessary, see Theorem 3.1 in Section 3. This implies a new splitting-off theorem for node-connectivity, see Section 5. A k-separator C is a k-shredder if b(c) 3. Cheriyan and Thurimella [3] showed that in a k-connected graph computing the number of k-separators (which may be roughly 2 k n 2 /k 2 ) is #-complete. On the other hand, they proved that the number of k-shredders separating two given nodes r, s is O(n) and that they all can be found using one max-flow computation, as follows. First, compute a set of k internally disjoint paths between r and s, and set P to be the the union of the nodes of these paths. Second, for every connected component X of 2

4 G (P {r, s}) check whether Γ(X) is a shredder. The algorithm is correct since if C is a k-shredder so that r and s belong to distinct C-components, then every C-component X with X {r, s} = is a connected component of G (P {r, s}). Indeed, any (r, s)-path that contains a node from X must contain at least two nodes from C, implying C P {r, s} and X P =. Using this, [3] showed an O(k 2 n 2 min{k, n}) time implementation of Jordán s algorithm from [12] (that computes an augmenting edge set of size opt(g) + k 2). Based on our Theorem 3.1, we will show a simple version of Jordán s algorithm [12, 13], and (with the help of [12, 13]) prove the following theorem, see Section 4. Theorem 1.4 There exists an algorithm that given a k-connected graph G on n nodes finds in O(kn 3 +k 3 n min{k, n})) time an augmenting edge set F with F opt(g)+ (k 1)/2 such that G + F is (k + 1)-connected. Moreover, F = max{ t (G)/2, b(g) 1} if b(g) k + 1, and F t (G)/2 + (k 1)/2 if b(g) k and n 2k + 1. We note that the term t (G) in theorem 1.4 can be replaced by T, where T is a given minimal tight set cover of G. For an integer p 2, let S(p, k, G) be the number of k-separators in G with at least p components, and let S(p, k, n) = max S(p, k, G) where the maximum is taken over all k- connected graphs G on n nodes. Note that S(3, k, G) is just the number of k-shredders in G. Cheriyan and Thurimella [3] proved that S(3, k, n) = O(n 2 ) and conjectured that S(3, k, n) n, which was proved by Jordán [14]. Recently, Egawa [4] proved that S(3, k, n) 2n/3, and that this bound is (asymptotically) the best possible. However, Egawa s proof is long and complicated. In the next section we will give a simple and short proof of a more general bound and derive some properties of shredders. 2 Properties of shredders ( ) 2n Theorem 2.1 For p 3 a k-connected graph on n nodes has at most 2p n k < 2n 2p 3 k-shredders with at least p components; thus S(p, k, n) < 2n/(2p 3). In particular, a k- connected graph on n nodes has less than 2n/3 k-shredders. Remark: The bound 2n/(2p 3) in Theorem 2.1 is asymptotically tight for k 2(p 1). Let p, q be integers. Let G be a (p 1)-blow-up of a q-cycle, that is G is obtained from a cycle of length q by replacing every node a by a set V a of p 1 nodes, and every edge ab by (p 1) 2 edges, so that V a V b induces a complete bipartite graph K p 1,p 1. For k = 2(p 1), G is k-connected and n = qk/2 = q(p 1). Thus 2n/(2p 3) = 2q(p 1)/(2p 3) = q +q/(2p 3). On the other hand, G has q k-shredders with at least p components. For 2p 3 = k 1 > q, 3

5 the bound 2n/(2p 3) is tight. This example easily extends for the case k > 2(p 1), by adding k 2(p 1) nodes to G and connecting every added node to all the other nodes. The proof of Theorem 2.1 follows. Two intersecting sets X, Y are crossing, (or Y crosses X) if none of them contains the other. Two disjoint sets X, Y are adjacent (in G) if there is an edge in G with one end in X and the other end in Y. The following statement can be deduced from results in [17]; we give a proof for completeness of exposition. Lemma 2.2 Let C be a k-shredder of a k-connected graph G = (V, E) and let Y be a tight set such that Y intersects some C-component Z. Then Y does not cross V C Z nor a C-component distinct from Z. Proof: Let C, Y, and Z be as in the lemma. We need the following claim: Claim: Let X i, X j be two C-components distinct from Z and suppose that Y X i. (i) If Y X j then X i, X j Y. (ii) If Y X j = then Γ(Y X i ) = C. Proof: Note that if A, B are disjoint nonadjacent tight sets in G so that A B is tight, then Γ(A) = Γ(B). Observe that Y Z Y Xi Xj, since Z Xi Xj. This implies, by Lemma 1.1 that the following sets are tight: Y X i, Y X i, Y (X i X j ), Y (X i X j ). For part (i), suppose that Y X j. By Lemma 1.1, the sets A = Y X i, B = Y X j, and A B = Y (X i X j ) are tight. Moreover, A, B are nonadjacent, since X i, X j are nonadjacent. From this it is easy to see that Γ(Y X i ) = Γ(Y X j ) = C. This implies (i). For part (ii), suppose that Y X j =. Let A = Y X i. Then Γ(A X j ) Γ(A) since Γ(X i ) = Γ(X j ) and X i A. But A X j and A are both tight, so Γ(A X j ) = Γ(A). This implies that A, X j are nonadjacent. Summarizing, A, X j, A X j are tight and A, X j are nonadjacent. Thus Γ(A) = Γ(X j ) = C, as claimed. Let Y intersect some C-component X i Z. By (i), if Y intersects all C-components distinct from Z, then it contains all of them. Assume therefore that there is a C-component X j Z disjoint to Y. By (ii), Γ(Y X i ) = C. Consequently, Y X i must be a union of some C-components. Now, if Y intersects a C-component distinct from X i, then X i Y, by (i); otherwise, Y X i holds, and the proof of the lemma is complete. Let Q(p, k, G, r) be the number of k-separators in G with at least p components that do not contain a node r of G. Let Q(p, k, n) = max Q(p, k, G, r) where the maximum is taken over all pairs (G, r) so that G is a k-connected graphs on n nodes and r is a node of G. Lemma 2.3 S(p, k, n) Q(p, k, n) n/(n k) for any integer p 2. 4

6 Proof: Let G = (V, E) be k-connected graph on n nodes with S = S(p, k, n) k-separators with at least p components. For u V let s(u) be the number of such separators containing u. Since {s(u) : u V } = ks, there is r V with s(r) ks/n. Thus Q(p, k, G, r) + ks/n S, implying Q(p, k, n) + ks/n S. Consequently, S Q(p, k, n) n/(n k), as claimed. Lemma 2.4 Let p 3 and let r be a node of a k-connected graph G on n nodes. Then Q(p, k, G, r) 2(n Γ(r) 1)/(2p 3). In particular, Q(p, k, n) 2(n k 1)/(2p 3). Proof: Consider the set family L obtained by picking for every k-shredder C with b(c) p and r / C: each one of the C-components not containing r which we color blue, and also their union which we color red. The number of red sets equals Q(p, k, G, r). Let U be the union of the sets in L. Note that U n Γ(r) 1, and that L is laminar (that is, its members are pairwise noncrossing), by Lemma 2.2. We can represent L as a forest T of rooted trees if we order the sets in L by inclusion: X is a child of Y if X is the inclusion maximal set in L properly contained in Y. Note that if Y is red then the connected components of G[Y ] (the graph induced by Y in G) are the Γ(Y )-components not containing r; they are the children of Y and their number is at least p 1. On the other hand, if Y is blue then G[Y ] is connected. This implies that the nodes (sets) of this forest have the following properties: (i) every node is either blue or red, but not both; (ii) the children of every red node are all blue, and there are at least p 1 of them; (iii) every child (if any) of a blue node is red. Let B be the family of blue sets that have at most one (red) child, and let l = B. Note that every set in B must contain a node from U not contained in its child (if any). Thus l U, implying l n Γ(r) 1. We claim that in any tree (and thus in any forest) T with properties (i),(ii),(iii), the number of red sets is at most 2l/(2p 3). If T has one red node the statement is obvious. Otherwise, T has a blue node B so that every red descendant of B is a child of B. Let q be the number of children of B. By deleting the q children of B and their descendants (which are all blue leaves) we get a tree with the same properties, and l decreases by at least: q(p 1) 1 if q 2 (at least q(p 1) blue leaves are deleted, but B becomes a new member of B) and by at least p 1 if q = 1 (at least q(p 1) blue leaves are deleted and B remains a member of B). Thus the decrease in l per red node is at least: p 1 1/q if q 2 and p 1 if q = 1, so at least p 3/2 in the worst case q = 2. Thus the number of red nodes is at most l/(p 3/2) = 2l/(2p 3). Theorem 2.1 follows immediately from Lemmas 2.3 and 2.4. Lemma 2.2 implies the following statement, generalizing [12, Lemma 2.2] and [3, Lemma 4.3]. Lemma 2.5 For a k-shredder C and a tight set Y exactly one of the following holds: 5

7 (i) Γ(Y ) = Γ(Y ) = C (thus each of Y, Y is a union of some but not all C-components); (ii) exactly one of Y, Y is properly contained in a C-component (thus the other properly contains all the other C-components); (iii) Γ(Y ) intersects every C-component, (and thus C intersects every Γ(Y )-component) and exactly one of the following holds: (a) Y, Y C X for some C-component X; (b) one of Y, Y is contained in C while the other intersects C and at least two C- components and is a Γ(Y )-component; (c) C Γ(Y ) = V. Proof: It is easy to see that the cases of the lemma are exclusive. If C Γ(Y ) = V then every C-component is contained in Γ(Y ) (and every Γ(Y )-component is contained in C), thus (iiic) holds. Assume therefore that there is r V (C Γ(Y )) and that none of (i) and (ii) holds; we will show that then (iiia) or (iiib) must hold. Let R be the C-component containing r. Since r / Γ(Y ) then r Y or r Y, and without loss of generality assume that the former holds. By interchanging the roles of Y and Y in Lemma 2.2, we obtain that Y does not cross V C R nor a C-component distinct from R. This implies that Y R C and that Y C, as otherwise (i) or (ii) holds. Assume that Y intersects a C-component R distinct from R, as otherwise (iiia) holds. Then using a similar argument with R instead of R we get that Y C R. Consequently, since R and R are disjoint, we conclude that Y C. Thus Y has a neighbor in every C-component, so Γ(Y ) = Γ(Y ) intersects every C-component. This implies that C must intersect every Γ(Y )-component. In particular, C Y. To arrive at case (iiib) it remains to show that the subgraph G[Y ] = G Γ(Y ) Y of G induced by Y is connected. We will show that G[Y ] contains a path between r and any t C Y. Recall that Γ(Y ) = Γ(Y ) intersects every C-component, and thus Γ(Y ) (C R) < k. Consider a set of k internally disjoint paths from r to t in G. Any such path that contains a node from Y Γ(Y ) must contain a node from Γ(Y ) (C R), hence the number of such paths is at most Γ(Y ) (C R) < k. Thus at least one of these paths does not contain a node from Y Γ(Y ). This proves the claim. Note that if case (iii) of Lemma 2.5 holds, then Y has at least one neighbor in every C-component, which implies b(c) k. Thus we get the following statement from [12]: Lemma 2.6 (Lemma 2.2,[12]) Let C be a shredder of a k-connected graph G with b(c) k + 1. Then for every tight set Y holds: either one of Y, Y is properly contained in a C- component and the other properly contains all the other C-components, or each one of Y, Y 6

8 is a union of some but not all C-components. Thus every minimal tight set of G is contained in some C-component, and the minimal tight sets of G are pairwise disjoint. 3 Augmenting graphs with b(g) k + 1 Theorem 3.1 There exists an algorithm with running time O(kn 3 ) that given a k-connected graph G determines whether b(g) k + 1, and if so, finds an (optimal) augmenting edge set F of size max{ t (G)/2, b(g) 1} such that G + F is (k + 1)-connected. The proof of Theorem 3.1 follows. Henceforth assume that the input graph G has O(kn) edges (otherwise, replace G by its sparse k-connected certificate G that has the same tight sets as G, see [6, Corollary 2.3]). Also, computing a maximum flow in G with unit capacities on the nodes can be done in O(kn min{k, n}) time (see [9]). Lemma 3.2 There exists an algorithm with running time O(k 2 n 2 ) that given a k-connected graph G finds a k-separator C of G such that: if b(c) k + 1 then b(c) = b(g), and if b(c) k then b(g) k. Proof: Let C be an arbitrary k-separator of G; such can be found in O(k 2 n 2 ) time by the algorithm of [10] for testing k-connectivity. Let r 1, r 2 belong to distinct C components. If C is a k-separator with b(c) k + 1 then, by Lemma 2.6, at least one of r 1, r 2 does not belong to C; thus there is v V such that one of r 1, r 2 and v belong to distinct C-components. For every v V r i we compute all shredders separating r i and v, i = 1, 2, and among them output one C with the maximal number of components. Then C is as required. Computing all shredders separating two nodes r and v can be done in O(k 2 n) time [3]. We apply this procedure O(n) times. Thus the total running time is as claimed. After a shredder C with b(c) k + 1 is found the minimal tight sets can be computed using n max-flow computations, thus in O(kn 2 min{k, n}) total time. Indeed, for every v V C we can find the minimal tight set containing v (such exists) by computing a maximum (r, v)-flow so that r and v belong to distinct C-components. Given a minimal tight set cover T of G let us say that a link uv with u, v T is (G, T )- saturating if T {u, v} is a tight set cover of G + uv. The algorithm relies on the following statement, which will be proved later. Lemma 3.3 Let G be a k-connected graph G, let T be a minimal tight set cover of G, and let C be a k-shredder of G with b(c) k

9 (i) If there is a C-component X with T X b(g) then there exists a (G, T )-saturating link e = uv with u, v T X. (ii) If T X b(c) for every C-component X, then an (optimal) augmenting edge set for G of size max{ T /2, b(g) 1} can be found in O(k 2 n 2 ) time. Proof of Theorem 3.1: Given a shredder C with b(c) = b(g) k + 1 and a minimal tight set cover T, the following algorithm finds an augmenting edge set F of size max{ T /2, b(g) 1} such that G + F is (k + 1)-connected. Phase 1: While there exists a C-component C with T X b(c) do: find a (G, T )-saturating link uv and set G G + uv, T T {u, v}. End While Phase 2: Add to G an edge set as in part (ii) of Lemma 3.3. The condition in the loop of Phase 1 ensures that an appropriate (G, T )-saturating link exists, by Lemma 3.3 (i). Consequently, the algorithm is correct since at the beginning of Phase 2, G satisfies the assumption of Lemma 3.3 (ii). Let us show that the size of the augmenting edge set F found is max{ T /2, b(c) 1}. Let F 1 and F 2 be the link sets added during Phase 1 and Phase 2, respectively. If F 1 = then F = F 2 = max{ T /2, b(c) 1}, by Lemma 3.3 (ii). Assume therefore that F 1. Let T 2 be the set of nodes in T at the beginning of Phase 2. Clearly, T 2 = T 2 F 1. We claim that F 2 = T 2 /2 and thus F = F 1 + F 2 = F 1 + ( T 2 F 1 )/2 = T /2. To see that F 2 = T 2 /2, note that if F 1 then there is a C-component X with X T 2 b(c) 2, while any other C-component contains at least one node from T 2. Thus T 2 (b(c) 2) + (b(c) 1) = 2b(C) 3. Consequently, F 2 = max{ T 2 /2, b(c) 1} = T 2 /2. Finding a shredder C with b(c) = b(g) k + 1 or determining that b(g) k can be done in O(k 2 n 2 ) time, by Lemma 3.2. The minimal tight sets, and thus also a minimal tight set cover, can be computed in O(kn 2 min{k, n}) time. To finish the proof of Theorem 3.1 it remains to show that Phase 1 of the algorithm can be implemented in O(kn 3 ) time. This will be discussed in Section 4. The proof of Lemma 3.3 follows, starting with part (i). Following [12, 13], we call a link e saturating if t (G + e) = t (G) 2 holds. For minimal tight sets D i, D j (possibly D i = D j ) let S ij be the family of tight sets containing D i D j and not containing any other minimal tight set. Let S ij be the union of the sets in S ij, where S ij = if S ij = ; for simplicity, S i = S ii and S i = S ii. 8

10 Lemma 3.4 ([12]) Let D i, D j be distinct minimal tight sets in a k-connected graph G that has a minimal tight set cover of size at least k + 2. Then S i, S j are tight and disjoint, and a link connecting D i, D j is not saturating if, and only if: D j Γ(S i ) or D i Γ(S j ) or S ij. (2) Theorem 3.5 Let F be a family of at least k + 1 minimal tight sets in a k-connected graph G = (V, E) that has a minimal tight set cover T of size at least k + 2. Let S = Di,D j FS ij (note that S i = S ii S for every D i F). If there is r V (S Γ(S)) then exactly one of the following holds: (i) there exists a (G, T )-saturating link connecting two sets in F; (ii) the sets {S i : D i F} are C -components for some k-shredder C. Proof: It is easy to see that if (ii) holds, then (i) cannot hold. We prove that if (i) does not hold, then (ii) must hold. Let us say that X V r is r-tight if Γ(r) X + Γ(X) r = k. In [17] it is shown that if G contains k internally disjoint rv-paths for every v V r (note that this is so if G is k-connected) then the minimal r-tight sets are pairwise disjoint. Let t r (G) denote the number of minimal r-tight sets in G. A link e is r-saturating if t r (G + e) = t r (G) 2 holds. Let S r ij be the family of r-tight sets containing D i D j and not containing any other minimal r-tight set. Let S r ij be the union of the sets in S r ij, where S r ij = if S r ij = ; for simplicity, S r i = S r ii and S r i = S r ii. In [17] it is proved: Let F be a family of at least k+1 minimal r-tight sets in a graph G that contains k internally disjoint rv-paths for every v V r. Then exactly one of the following holds: (i) there exists a pair of sets in F such that any link connecting them is r-saturating; (ii) the sets {S r i : D i F} are C -components for some k-shredder C with r / C. Note that if X V r is r-tight then X Γ(r), if nonempty, is tight. In particular, if r / X Γ(X), then X is tight if, and only if, X is r-tight. Thus, by the condition of the theorem, each D i F is also a minimal r-tight set, and S ij S r ij for D i, D j F. Therefore, the theorem will be proved if we show that: If an edge e connecting distinct D i, D j F is not saturating, then e is not r-saturating. By [17], S r i, S r j are r-tight and disjoint, and e is not r-saturating if, and only if: D j Γ(S r i ) or D i Γ(S r j ) or S r ij. (3) Under the condition of the theorem, (2) implies (3): if D j Γ(S i ) then D j Γ(S r i ) since S i S r i ; if D i Γ(S j ) then D i Γ(S r j ), since S j S r j ; if S ij then S r ij since S ij S r ij. 9

11 Note that if F is a family of at least k +1 minimal tight sets contained in a C-component X of a shredder C with b(c) k + 1, then, by Lemma 2.6, F and any r V (X + C) satisfy the condition of Theorem 3.5. Thus we have: Corollary 3.6 Let F be a family of at least k + 1 minimal tight sets contained in the same C-component of a shredder T with b(c) k + 1. Then either there exists a pair of minimal tight sets in F such that every link connecting them is saturating, or there exists a shredder C such that the corresponding sets {S i : D i F} are C -components. Corollary 3.6 easily implies part (i) of Lemma 3.3. Recall that we need to show that if T X b(g) then there exists a (G, T )-saturating link with u, v T X. If not, then by Corollary 3.6, there is a k-shredder C in G that has at least T X C -components that are contained in X (the sets S i ), and there is one more C -component that contains X. Thus b(c ) T X + 1 b(g) + 1, which is a contradiction. The proof of part (i) of Lemma 3.3 is done. We now prove part (ii). Given a nontrivial partition W of a groundset W, an edge set F on W is a W-connecting cover (of W ) if the following three conditions hold: (a) deg F (w) 1 for every w W ; (b) every edge in F connects distinct parts of W; (c) F induces a connected graph on the parts of W. Let max(w) denote the largest cardinality of a set in W. The following statement was proved in [17]; we restate the proof for completeness of exposition. Lemma 3.7 ([17]) Let W be a nontrivial partition of a groundset W. Then the minimum cardinality of a W-connecting cover equals max{ W /2, max(w), W 1}, and given W a minimum cardinality W-connecting cover can be found in linear time. Proof: Let F be a W-connecting cover (satisfying conditions (a),(b),(c) above). Then: (a) implies F W /2, (a) and (b) imply F max(w), and (c) implies F W 1; hence F max{ W /2, max(w), W 1}. The following algorithm starts with F = and computes a W-connecting cover for which equality holds. While W 2 and max(w) 2 do: add a link zw to F where z belongs to the largest set Z W, and w belongs to: - the largest set in W Z if max(w) W ; - to the smallest set in W otherwise. W W {z, w}, and replace W by its restriction to W (discarding empty sets). End while If W = 1 then for every z W add to F an arbitrary link zw that satisfies condition (b); Else (applies if W 2 and max(w) = 1) add to F an arbitrary tree on W. 10

12 It is easy to see that at every iteration of the loop the bound max{ W /2, max(w), W 1} decreases by 1. Thus at the end of the algorithm F has size as claimed. Also, (a) and (b) hold for F by the construction, while (c) can be easily proved by induction on the number of iterations in the loop. Thus at the end of the algorithm F is as required. The algorithm can be implemented to run in linear time, by maintaining an array A of size W, where A[i] has a pointer to a linked list of the sets in W of size i, pointers to the sizes in A of the largest, the second largest, and the smallest sets in W, and a variable indicating W. It is easy to see that this data structure enables to answer every query during the algorithm in O(1) time, and can be maintained during the algorithm in O( W ) total time. We now finish the proof of part (ii) of Lemma 3.3. The inclusion in the C-components induces a partition T of T, and let F be a minimum cardinality T -connecting cover. Using Lemma 2.6 it is easy to see that for any tight set Y of G there is a link in F that connects Y and Y, thus G + F is (k + 1)-connected. Note that T = b(c), and max(t ) b(c) 1 = T 1. Hence, by Lemma 3.7, F = max{ T /2, T 1} = max{ T /2, b(c) 1}. The dominating time for computing F as above is spent for computing T ; as was mentioned, this can be done in O(kn 2 min{k, n}) = O(k 2 n 2 ) time. Thus the time complexity is as claimed. The proof of part (ii) of Lemma 3.3 is done, and the proof of Lemma 3.3 is complete. 4 Implementation Cheriyan and Thurimella [3] showed that Jordán s algorithm from [12] (that computes a solution of size at most opt(g) + (k 2)) can be implemented to run in O(min{k, n}k 2 n 2 ) time. The algorithm of [3] finds all shredders, and incrementally maintains them under edge insertions. Based on Theorem 3.1 we will show a simple version of Jordán s algorithm from [13] (that computes a solution of size at most opt(g) + (k 1)/2 ) with running time O(kn 3 + k 3 n min{k, n})). Our algorithm does not compute all shredders, but only finds a shredder as in Lemma 3.2. The second key theorem in [12] is (for an earlier slightly weaker version see [1], and for a generalization see [2, Theorem 3]): Theorem 4.1 ([12]) Let T be a minimal tight set cover of a k-connected graph G = (V, E) with V 2k+1 and T k+3. Then either b(g) = T, or there exists a (G, T )-saturating link. We also need the following statements for treating the cases T k + 2 and V 2k. 11

13 Lemma 4.2 ([12]) Let T be a tight set cover of a k-connected graph G. Then there exists a forest F on T such that G + F is (k + 1)-connected. Lemma 4.3 ([13]) Let G be a k-connected graph with V 2k, and let F 1 = {u 1 v 1,..., u j v j } be a sequence of links such that u i v i is (G i, T i )-saturating, where for i = 1,..., j: G 1 = G, T 1 = T, G i+1 = G i + u i v i, and T i+1 = T i {u i, v i }. If T j+1 k + 3 and if no (G j+1, T j+1 )- saturating link exists, then one can find in O(k 2 n 2 ) time an optimal augmenting edge set F 2 for G + F 1 such that F 1 + F 2 opt(g) + (k 1)/2. Remark: Provided that the sets S i (as defined in the previous section) and Γ(S i ) are given, [12] shows that a set F 2 as in Lemma 4.3 can be computed in linear time. Here is a description of the algorithm. Phase 1: Determine whether b(g) k + 1, and if so, find an augmenting edge set F as in Theorem 3.1, output F, and STOP. Phase 2: Initialization: Find a minimal tight set cover T of G. 1. While T k + 3 and there exists a (G, T )-saturating link uv do: G G + uv, T T {u, v}. End While 2. If T k + 2 add to G a forest on T as in Lemma 4.2; Else ( V 2k) add to G an augmenting edge set as in Lemma 4.3 Let us show that the the size of the augmenting link set found is as stated in Theorem 1.4. If b(g) k + 1 this follows from Theorem 3.1. Suppose therefore that b(g) k, so Phase 2 applies. Note that T remains a tight set cover of G during the loop of step 1, by Lemma 1.2. Let F 1 and F 2 be the link sets added during steps 1 and 2, respectively. Let T 2 be the set of nodes that remain in T at the beginning of step 2. The case T 2 = 0 is obvious, while T 2 = 1 is not possible. Assume therefore that T 2 2. If T 2 k + 2 then: F 1 + F 2 = ( T T 2 )/2+( T 2 1) = T /2 + ( T 2 1)/2 1 T /2 + (k 1)/2. If T 2 k + 3, then we must have V 2k, by Theorem 4.1. The correctness of this case follows from Lemma 4.3. We now discuss the implementation and time complexity of the algorithm. As was mentioned in Section 3, if b(g) k + 1 then a minimal tight set cover can be found in O(k 2 n 2 ) time. Following [12], we show how one can efficiently find a minimal tight set cover in the general case. Let G be a k-connected graph. Add to G a new node s and connect s to every node of G. The obtained graph is (k + 1)-connected. Then repeatedly remove an edge 12

14 incident to s as long as (k + 1)-connectivity is preserved. Following [11], we call the obtained graph H a critical extension of G; it can be constructed using n max-flow computations (deletion of an edge sv preserves (k + 1)-connectivity if, and only if, it preserves (k + 1) internally disjoint sv-paths). Clearly, Γ H (s) is a tight set cover. Now, if Γ H (s) k+2, then T = Γ H (s) is a minimal tight set cover. Otherwise, if Γ H (s) = k +1, for every tight set X of G there are u, v Γ H (s) so that u X and v X. Thus in this case all the minimal tight sets (and thus also a minimal tight set cover T ) can be found in O(min{k, n} kn(n + k 2 )) time, by performing O(n + T 2 ) = O(n + k 2 ) max-flow computations. Splitting off two edges su, sv means replacing them by a new edge uv. To apply the splitting off method to our problem, construct a critical extension H as above, and repeatedly apply legal splitting off operations; an edge pair su, sv is called legal if splitting off su, sv preserves (k + 1)-(node) connectivity. Let H be a critical extension of G, and let T = Γ H (s). Assume T k + 2. It is easy to see that a link uv is (G, T )-saturating if, and only if the pair su, sv is legal for H. Let us discuss an implementation of successive legal splitting off operations in H or, equivalently, successive adding (G, T )-legal links to G. We keep a set Π t of (k + 1) internally disjoint paths between s and every t T. The preprocessing time required is O(kn 2 min{k, n}) = O(k 2 n 2 ). Updating each set Π t after a single splitting off operation can be done in O(m) = O(kn) time. We need to update O( T ) = O(n) sets Π t per one splitting off, and there are at most O(n) splitting off operations. Thus the overall time is O(kn 3 ). By Lemma 3.4, to check whether a specific pair su, sv is legal, we need to check that in H uv = H {su, sv} + uv there are still (k + 1) internally disjoint paths from s to each one of u, v. Since in H uv we have k 2 internally disjoint paths from s to each of u, v, this can be done in O(m) = O(kn) time using the Ford-Fulkerson algorithm. An easy observation (we omit the details) is that the already checked rejected pairs need not be checked again, since they will not become legal. During the algorithm we might need to check at most O(n 2 ) pairs, which gives the overall running time O(kn 3 ). This also finishes the proof of Theorem 3.1. Let us now analyze the time complexity of Phase 2. Step 1 can be implemented in O(kn 3 ) total time, as described above. If T 2 k + 2, then F 2 can be found with O(k 2 ) max-flow computations (by adding a complete graph on T 2 and checking every added edge for deletion), so in O(k 3 n min{k, n}) time. Otherwise, V 2k, and step 3 can be implemented in O(k 2 n 2 ) time, by Lemma 4.3. Thus the time complexity is as claimed. 13

15 5 A new splitting-off theorem There are several results asserting that the edges incident to a node s can be partitioned into disjoint pairs such that splitting off all the pairs results in a graph with certain edgeconnectivity properties. For example, a classical result of Lovász states (for a generalization see [16] and [5]): Theorem 5.1 ([15]) If H = (V +s, E) is a graph such that there are at least k edge-disjoint paths between every pair of nodes u, v V, k 2, and the degree of s is even, then the set of edges incident to s can be partitioned into pairwise disjoint pairs such that splitting off all the pairs and deleting s results in a k-edge connected graph. Let b k (s, H) be a maximum number of components of a k-separator of H containing s. Note that if H = (V + s, E) is a k-(node) connected graph, then the condition deg(s) 2b k (s, H) 2 is necessary (but, in general, not a sufficient one) for existence of a partition as above (deg(s) denotes the degree of s in H). Using Theorem 3.1 we will prove: Theorem 5.2 Let H = (V + s, E) be a k-connected graph with deg(s) 2b k (s, H) 2 being even and with every edge incident to s being critical. If b k (s, H) k, then the set of edges incident to s can be partitioned into pairwise disjoint pairs such that splitting off all the pairs and deleting s results in a k-node connected graph. Moreover, checking validity of the conditions of the theorem, and then finding a partition as above can be done in O(kn 3 ) time. Proof: To be consistent with the notation of the paper, we will prove the statement with k replaced by k +1. That is, we assume that: H is (k +1)-connected, deg(s) 2b k+1 (s, H) 2, deg(s) is even, H sv is not (k + 1)-connected for every v Γ(s), and b k+1 (s, H) k + 1. We show that then the set of edges incident to s can be partitioned into disjoint pairs such that splitting off all the pairs and deleting s results in a (k + 1)-node connected graph. Let T = Γ H (s) and let G = H s. Clearly, G is k-connected, and C is a k-separator of G if, and only if, C+s is a (k+1)-separator of H. Note that T = deg(s) 2b k+1 (s, H) 2 2k, implying T k + 2 unless k = 1 and T = 2. Thus henceforth we assume that T k + 2, as the case k = 1 and T = 2 is trivial. Note that T is a minimal tight set cover of G. Indeed, every tight set X of G contains at least one node from T, as otherwise X is a tight set of H, contradicting that H is (k + 1)-connected. Furthermore, T is a minimal tight set cover; otherwise, if there is v T so that T v is a tight set cover of G, then H sv is (k + 1)-connected (since T v k + 1), contradicting our assumption. This implies that the set of edges incident to s can be partitioned as required if, and only if, there exists an edge set F on T so that F = T /2 and G + F is (k + 1)- 14

16 connected. By Theorem 3.1, such an edge set exists and can be found in O(kn 3 ) time, since b(g) = b k+1 (s, H) k + 1 and T /2 b k+1 (s, H) 1 = b(g) 1. Finally, note that the condition every edge incident to s being critical in Theorem 5.2 cannot be dropped. For example, let H be obtained from a (2k + 1)-clique by choosing a set S of k + 1 nodes and deleting all the edges that have both endpoints in S. It is easy to verify that H is k-connected. Let s be an arbitrary node of H not belonging to S. Then b k (s, H) = k + 1 and deg(s) = 2k = b k (s, H) 2. One can easily verify that if F is an edge set so that (G s) + F is k-connected, then F induces a connected graph on S; thus a partition as in Theorem 5.2 of the edges incident to s does not exist. Note that in this example, an edge sv is critical if, and only if, v S. Acknowledgment: We thank an anonymous referee for his useful comments. References [1] D. Bienstock, E. F. Brickell, and C. L. Monma, On the structure of minimum-weight k-connected spanning networks, SIAM J. Discrete Math 3 (1990), [2] J. Cheriyan, T. Jordán, and Z. Nutov, On rooted node connectivity problems, Algorithmica 30 (2001), [3] J. Cheriyan and R. Thurimella, Fast algorithms for k-shredders and k-node connectivity augmentation, J. Algorithms 33 (1999), No. 1, [4] Y. Egawa, k-shredders in k-connected graphs, manuscript. [5] A. Frank, On a theorem of Mader, Discrete Math. 101 (1992), [6] A. Frank, T. Ibaraki, and H. Nagamochi, On sparse subgraphs preserving connectivity properties, J. of Graph Theory 17 (1993), No. 3, [7] A. Frank, Augmenting graphs to meet edge-connectivity requirements, SIAM J. Disc. Math. 5 (1992), [8] A. Frank and T. Jordán, Minimal edge coverings of pairs of sets, J. Combin. Theory Ser. B 65 (1995), [9] Z. Galil, Finding the vertex connectivity of graphs, SIAM J. Comput. 9 (1980),

17 [10] M. R. Henzinger, S. Rao, and H. N. Gabow, Computing veretx connectivity: new bounds from old techniques, J. of Algorithms 34 (2000), [11] B. Jackson and T. Jordán, Independence free graphs and vertex connectivity augmentation, manuscript. [12] T. Jordán, On the optimal vertex-connectivity augmentation, J. Comb. Theory Ser. B 63 (1995), [13] T. Jordán, A note on the vertex connectivity augmentation, J. Comb. Theory Ser. B 71 (1997), No. 2, [14] T. Jordán, On the number of shredders, J. Graph Theory 31 (1999), [15] L. Lovász, Combinatorial Problems and Exercises (North-Holland, Amsterdam, 1979). [16] W. Mader, A reduction method for edge connectivity in graphs, Ann. Discrete Math 3, 1978, [17] Z. Nutov, On rooted connectivity augmentation problems, to appear in Algorithmica. 16

Approximating minimum cost connectivity problems

Approximating minimum cost connectivity problems Approximating minimum cost connectivity problems Guy Kortsarz Zeev Nutov Rutgers University, Camden The Open University of Israel guyk@camden.rutgers.edu nutov@openu.ac.il 1 Introduction We survey approximation

More information

Approximating connectivity augmentation problems

Approximating connectivity augmentation problems Approximating connectivity augmentation problems Zeev Nutov The Open University of Israel Let G = (V, E) be an undirected graph and let S V. The S-connectivity λ S G (u, v) of a node pair (u, v) in G is

More information

Approximating connectivity augmentation problems

Approximating connectivity augmentation problems Approximating connectivity augmentation problems Zeev Nutov Department of Computer Science The Open University of Israel nutov@openu.ac.il. Abstract Let G = (V, E) be an undirected graph and let S V. The

More information

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees

A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees A necessary and sufficient condition for the existence of a spanning tree with specified vertices having large degrees Yoshimi Egawa Department of Mathematical Information Science, Tokyo University of

More information

A 1.8 approximation algorithm for augmenting edge-connectivity of a graph from 1 to 2

A 1.8 approximation algorithm for augmenting edge-connectivity of a graph from 1 to 2 A 1.8 approximation algorithm for augmenting edge-connectivity of a graph from 1 to 2 Guy Even Jon Feldman Guy Kortsarz Zeev Nutov October 20, 2008 Abstract We present a 1.8-approximation algorithm for

More information

Decomposing oriented graphs into transitive tournaments

Decomposing oriented graphs into transitive tournaments Decomposing oriented graphs into transitive tournaments Raphael Yuster Department of Mathematics University of Haifa Haifa 39105, Israel Abstract For an oriented graph G with n vertices, let f(g) denote

More information

Preliminaries. Graphs. E : set of edges (arcs) (Undirected) Graph : (i, j) = (j, i) (edges) V = {1, 2, 3, 4, 5}, E = {(1, 3), (3, 2), (2, 4)}

Preliminaries. Graphs. E : set of edges (arcs) (Undirected) Graph : (i, j) = (j, i) (edges) V = {1, 2, 3, 4, 5}, E = {(1, 3), (3, 2), (2, 4)} Preliminaries Graphs G = (V, E), V : set of vertices E : set of edges (arcs) (Undirected) Graph : (i, j) = (j, i) (edges) 1 2 3 5 4 V = {1, 2, 3, 4, 5}, E = {(1, 3), (3, 2), (2, 4)} 1 Directed Graph (Digraph)

More information

Approximation algorithms for cycle packing problems

Approximation algorithms for cycle packing problems Approximation algorithms for cycle packing problems Michael Krivelevich Zeev Nutov Raphael Yuster Abstract The cycle packing number ν c (G) of a graph G is the maximum number of pairwise edgedisjoint cycles

More information

A note on [k, l]-sparse graphs

A note on [k, l]-sparse graphs Egerváry Research Group on Combinatorial Optimization Technical reports TR-2005-05. Published by the Egrerváry Research Group, Pázmány P. sétány 1/C, H 1117, Budapest, Hungary. Web site: www.cs.elte.hu/egres.

More information

Probabilistic Proofs of Existence of Rare Events. Noga Alon

Probabilistic Proofs of Existence of Rare Events. Noga Alon Probabilistic Proofs of Existence of Rare Events Noga Alon Department of Mathematics Sackler Faculty of Exact Sciences Tel Aviv University Ramat-Aviv, Tel Aviv 69978 ISRAEL 1. The Local Lemma In a typical

More information

Packing of Rigid Spanning Subgraphs and Spanning Trees

Packing of Rigid Spanning Subgraphs and Spanning Trees Packing of Rigid Spanning Subgraphs and Spanning Trees Joseph Cheriyan Olivier Durand de Gevigney Zoltán Szigeti December 14, 2011 Abstract We prove that every 6k + 2l, 2k-connected simple graph contains

More information

Graph coloring, perfect graphs

Graph coloring, perfect graphs Lecture 5 (05.04.2013) Graph coloring, perfect graphs Scribe: Tomasz Kociumaka Lecturer: Marcin Pilipczuk 1 Introduction to graph coloring Definition 1. Let G be a simple undirected graph and k a positive

More information

A 1.8 Approximation Algorithm for Augmenting Edge-Connectivity of a Graph from 1 to 2

A 1.8 Approximation Algorithm for Augmenting Edge-Connectivity of a Graph from 1 to 2 A 1.8 Approximation Algorithm for Augmenting Edge-Connectivity of a Graph from 1 to 2 GUY EVEN Tel-Aviv University JON FELDMAN Google, NY GUY KORTSARZ Rutgers University, Camden and ZEEV NUTOV The Open

More information

On improving matchings in trees, via bounded-length augmentations 1

On improving matchings in trees, via bounded-length augmentations 1 On improving matchings in trees, via bounded-length augmentations 1 Julien Bensmail a, Valentin Garnero a, Nicolas Nisse a a Université Côte d Azur, CNRS, Inria, I3S, France Abstract Due to a classical

More information

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected. 4 Connectivity 2-connectivity Separation: A separation of G of order k is a pair of subgraphs (H, K) with H K = G and E(H K) = and V (H) V (K) = k. Such a separation is proper if V (H) \ V (K) and V (K)

More information

5 Flows and cuts in digraphs

5 Flows and cuts in digraphs 5 Flows and cuts in digraphs Recall that a digraph or network is a pair G = (V, E) where V is a set and E is a multiset of ordered pairs of elements of V, which we refer to as arcs. Note that two vertices

More information

Reachability-based matroid-restricted packing of arborescences

Reachability-based matroid-restricted packing of arborescences Egerváry Research Group on Combinatorial Optimization Technical reports TR-2016-19. Published by the Egerváry Research Group, Pázmány P. sétány 1/C, H 1117, Budapest, Hungary. Web site: www.cs.elte.hu/egres.

More information

Out-colourings of Digraphs

Out-colourings of Digraphs Out-colourings of Digraphs N. Alon J. Bang-Jensen S. Bessy July 13, 2017 Abstract We study vertex colourings of digraphs so that no out-neighbourhood is monochromatic and call such a colouring an out-colouring.

More information

An algorithm to increase the node-connectivity of a digraph by one

An algorithm to increase the node-connectivity of a digraph by one Discrete Optimization 5 (2008) 677 684 Contents lists available at ScienceDirect Discrete Optimization journal homepage: www.elsevier.com/locate/disopt An algorithm to increase the node-connectivity of

More information

An approximate version of Hadwiger s conjecture for claw-free graphs

An approximate version of Hadwiger s conjecture for claw-free graphs An approximate version of Hadwiger s conjecture for claw-free graphs Maria Chudnovsky Columbia University, New York, NY 10027, USA and Alexandra Ovetsky Fradkin Princeton University, Princeton, NJ 08544,

More information

On colorability of graphs with forbidden minors along paths and circuits

On colorability of graphs with forbidden minors along paths and circuits On colorability of graphs with forbidden minors along paths and circuits Elad Horev horevel@cs.bgu.ac.il Department of Computer Science Ben-Gurion University of the Negev Beer-Sheva 84105, Israel Abstract.

More information

Recall: Matchings. Examples. K n,m, K n, Petersen graph, Q k ; graphs without perfect matching

Recall: Matchings. Examples. K n,m, K n, Petersen graph, Q k ; graphs without perfect matching Recall: Matchings A matching is a set of (non-loop) edges with no shared endpoints. The vertices incident to an edge of a matching M are saturated by M, the others are unsaturated. A perfect matching of

More information

Tree-width and planar minors

Tree-width and planar minors Tree-width and planar minors Alexander Leaf and Paul Seymour 1 Princeton University, Princeton, NJ 08544 May 22, 2012; revised March 18, 2014 1 Supported by ONR grant N00014-10-1-0680 and NSF grant DMS-0901075.

More information

Locating-Total Dominating Sets in Twin-Free Graphs: a Conjecture

Locating-Total Dominating Sets in Twin-Free Graphs: a Conjecture Locating-Total Dominating Sets in Twin-Free Graphs: a Conjecture Florent Foucaud Michael A. Henning Department of Pure and Applied Mathematics University of Johannesburg Auckland Park, 2006, South Africa

More information

Even Cycles in Hypergraphs.

Even Cycles in Hypergraphs. Even Cycles in Hypergraphs. Alexandr Kostochka Jacques Verstraëte Abstract A cycle in a hypergraph A is an alternating cyclic sequence A 0, v 0, A 1, v 1,..., A k 1, v k 1, A 0 of distinct edges A i and

More information

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected.

Observation 4.1 G has a proper separation of order 0 if and only if G is disconnected. 4 Connectivity 2-connectivity Separation: A separation of G of order k is a pair of subgraphs (H 1, H 2 ) so that H 1 H 2 = G E(H 1 ) E(H 2 ) = V (H 1 ) V (H 2 ) = k Such a separation is proper if V (H

More information

4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN. Robin Thomas* Xingxing Yu**

4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN. Robin Thomas* Xingxing Yu** 4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN Robin Thomas* Xingxing Yu** School of Mathematics Georgia Institute of Technology Atlanta, Georgia 30332, USA May 1991, revised 23 October 1993. Published

More information

On a list-coloring problem

On a list-coloring problem On a list-coloring problem Sylvain Gravier Frédéric Maffray Bojan Mohar December 24, 2002 Abstract We study the function f(g) defined for a graph G as the smallest integer k such that the join of G with

More information

Standard Diraphs the (unique) digraph with no vertices or edges. (modulo n) for every 1 i n A digraph whose underlying graph is a complete graph.

Standard Diraphs the (unique) digraph with no vertices or edges. (modulo n) for every 1 i n A digraph whose underlying graph is a complete graph. 5 Directed Graphs What is a directed graph? Directed Graph: A directed graph, or digraph, D, consists of a set of vertices V (D), a set of edges E(D), and a function which assigns each edge e an ordered

More information

1 Some loose ends from last time

1 Some loose ends from last time Cornell University, Fall 2010 CS 6820: Algorithms Lecture notes: Kruskal s and Borůvka s MST algorithms September 20, 2010 1 Some loose ends from last time 1.1 A lemma concerning greedy algorithms and

More information

Generating p-extremal graphs

Generating p-extremal graphs Generating p-extremal graphs Derrick Stolee Department of Mathematics Department of Computer Science University of Nebraska Lincoln s-dstolee1@math.unl.edu August 2, 2011 Abstract Let f(n, p be the maximum

More information

Strongly 2-connected orientations of graphs

Strongly 2-connected orientations of graphs Downloaded from orbit.dtu.dk on: Jul 04, 2018 Strongly 2-connected orientations of graphs Thomassen, Carsten Published in: Journal of Combinatorial Theory. Series B Link to article, DOI: 10.1016/j.jctb.2014.07.004

More information

Cographs; chordal graphs and tree decompositions

Cographs; chordal graphs and tree decompositions Cographs; chordal graphs and tree decompositions Zdeněk Dvořák September 14, 2015 Let us now proceed with some more interesting graph classes closed on induced subgraphs. 1 Cographs The class of cographs

More information

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Rani M. R, Mohith Jagalmohanan, R. Subashini Binary matrices having simultaneous consecutive

More information

ACO Comprehensive Exam March 17 and 18, Computability, Complexity and Algorithms

ACO Comprehensive Exam March 17 and 18, Computability, Complexity and Algorithms 1. Computability, Complexity and Algorithms (a) Let G(V, E) be an undirected unweighted graph. Let C V be a vertex cover of G. Argue that V \ C is an independent set of G. (b) Minimum cardinality vertex

More information

1 Matchings in Non-Bipartite Graphs

1 Matchings in Non-Bipartite Graphs CS 598CSC: Combinatorial Optimization Lecture date: Feb 9, 010 Instructor: Chandra Chekuri Scribe: Matthew Yancey 1 Matchings in Non-Bipartite Graphs We discuss matching in general undirected graphs. Given

More information

A 1.8 approximation algorithm for augmenting edge-connectivity of a graph from 1 to 2

A 1.8 approximation algorithm for augmenting edge-connectivity of a graph from 1 to 2 A 1.8 approximation algorithm for augmenting edge-connectivity of a graph from 1 to 2 Guy Even Jon Feldman Guy Kortsarz Zeev Nutov May 31, 2008 Abstract We present a 1.8-approximation algorithm for the

More information

The Strong Largeur d Arborescence

The Strong Largeur d Arborescence The Strong Largeur d Arborescence Rik Steenkamp (5887321) November 12, 2013 Master Thesis Supervisor: prof.dr. Monique Laurent Local Supervisor: prof.dr. Alexander Schrijver KdV Institute for Mathematics

More information

Undirected Graphs. V = { 1, 2, 3, 4, 5, 6, 7, 8 } E = { 1-2, 1-3, 2-3, 2-4, 2-5, 3-5, 3-7, 3-8, 4-5, 5-6 } n = 8 m = 11

Undirected Graphs. V = { 1, 2, 3, 4, 5, 6, 7, 8 } E = { 1-2, 1-3, 2-3, 2-4, 2-5, 3-5, 3-7, 3-8, 4-5, 5-6 } n = 8 m = 11 Undirected Graphs Undirected graph. G = (V, E) V = nodes. E = edges between pairs of nodes. Captures pairwise relationship between objects. Graph size parameters: n = V, m = E. V = {, 2, 3,,,, 7, 8 } E

More information

Testing Equality in Communication Graphs

Testing Equality in Communication Graphs Electronic Colloquium on Computational Complexity, Report No. 86 (2016) Testing Equality in Communication Graphs Noga Alon Klim Efremenko Benny Sudakov Abstract Let G = (V, E) be a connected undirected

More information

Approximating Minimum-Power Degree and Connectivity Problems

Approximating Minimum-Power Degree and Connectivity Problems Approximating Minimum-Power Degree and Connectivity Problems Guy Kortsarz Vahab S. Mirrokni Zeev Nutov Elena Tsanko Abstract Power optimization is a central issue in wireless network design. Given a graph

More information

Downloaded 03/01/17 to Redistribution subject to SIAM license or copyright; see

Downloaded 03/01/17 to Redistribution subject to SIAM license or copyright; see SIAM J. DISCRETE MATH. Vol. 31, No. 1, pp. 335 382 c 2017 Society for Industrial and Applied Mathematics PARTITION CONSTRAINED COVERING OF A SYMMETRIC CROSSING SUPERMODULAR FUNCTION BY A GRAPH ATTILA BERNÁTH,

More information

Antoni Marczyk A NOTE ON ARBITRARILY VERTEX DECOMPOSABLE GRAPHS

Antoni Marczyk A NOTE ON ARBITRARILY VERTEX DECOMPOSABLE GRAPHS Opuscula Mathematica Vol. 6 No. 1 006 Antoni Marczyk A NOTE ON ARBITRARILY VERTEX DECOMPOSABLE GRAPHS Abstract. A graph G of order n is said to be arbitrarily vertex decomposable if for each sequence (n

More information

Steiner Forest Orientation Problems

Steiner Forest Orientation Problems Steiner Forest Orientation Problems Marek Cygan Guy Kortsarz Zeev Nutov November 20, 2011 Abstract We consider connectivity problems with orientation constraints. Given a directed graph D and a collection

More information

arxiv: v1 [cs.ds] 2 Oct 2018

arxiv: v1 [cs.ds] 2 Oct 2018 Contracting to a Longest Path in H-Free Graphs Walter Kern 1 and Daniël Paulusma 2 1 Department of Applied Mathematics, University of Twente, The Netherlands w.kern@twente.nl 2 Department of Computer Science,

More information

Restricted b-matchings in degree-bounded graphs

Restricted b-matchings in degree-bounded graphs Egerváry Research Group on Combinatorial Optimization Technical reports TR-009-1. Published by the Egerváry Research Group, Pázmány P. sétány 1/C, H1117, Budapest, Hungary. Web site: www.cs.elte.hu/egres.

More information

The Turán number of sparse spanning graphs

The Turán number of sparse spanning graphs The Turán number of sparse spanning graphs Noga Alon Raphael Yuster Abstract For a graph H, the extremal number ex(n, H) is the maximum number of edges in a graph of order n not containing a subgraph isomorphic

More information

Rao s degree sequence conjecture

Rao s degree sequence conjecture Rao s degree sequence conjecture Maria Chudnovsky 1 Columbia University, New York, NY 10027 Paul Seymour 2 Princeton University, Princeton, NJ 08544 July 31, 2009; revised December 10, 2013 1 Supported

More information

6.046 Recitation 11 Handout

6.046 Recitation 11 Handout 6.046 Recitation 11 Handout May 2, 2008 1 Max Flow as a Linear Program As a reminder, a linear program is a problem that can be written as that of fulfilling an objective function and a set of constraints

More information

Strongly chordal and chordal bipartite graphs are sandwich monotone

Strongly chordal and chordal bipartite graphs are sandwich monotone Strongly chordal and chordal bipartite graphs are sandwich monotone Pinar Heggernes Federico Mancini Charis Papadopoulos R. Sritharan Abstract A graph class is sandwich monotone if, for every pair of its

More information

Induced subgraphs of prescribed size

Induced subgraphs of prescribed size Induced subgraphs of prescribed size Noga Alon Michael Krivelevich Benny Sudakov Abstract A subgraph of a graph G is called trivial if it is either a clique or an independent set. Let q(g denote the maximum

More information

Cleaning Interval Graphs

Cleaning Interval Graphs Cleaning Interval Graphs Dániel Marx and Ildikó Schlotter Department of Computer Science and Information Theory, Budapest University of Technology and Economics, H-1521 Budapest, Hungary. {dmarx,ildi}@cs.bme.hu

More information

Lecture 1 : Probabilistic Method

Lecture 1 : Probabilistic Method IITM-CS6845: Theory Jan 04, 01 Lecturer: N.S.Narayanaswamy Lecture 1 : Probabilistic Method Scribe: R.Krithika The probabilistic method is a technique to deal with combinatorial problems by introducing

More information

On a Conjecture of Thomassen

On a Conjecture of Thomassen On a Conjecture of Thomassen Michelle Delcourt Department of Mathematics University of Illinois Urbana, Illinois 61801, U.S.A. delcour2@illinois.edu Asaf Ferber Department of Mathematics Yale University,

More information

Odd independent transversals are odd

Odd independent transversals are odd Odd independent transversals are odd Penny Haxell Tibor Szabó Dedicated to Béla Bollobás on the occasion of his 60th birthday Abstract We put the final piece into a puzzle first introduced by Bollobás,

More information

HW Graph Theory SOLUTIONS (hbovik) - Q

HW Graph Theory SOLUTIONS (hbovik) - Q 1, Diestel 3.5: Deduce the k = 2 case of Menger s theorem (3.3.1) from Proposition 3.1.1. Let G be 2-connected, and let A and B be 2-sets. We handle some special cases (thus later in the induction if these

More information

Counting independent sets of a fixed size in graphs with a given minimum degree

Counting independent sets of a fixed size in graphs with a given minimum degree Counting independent sets of a fixed size in graphs with a given minimum degree John Engbers David Galvin April 4, 01 Abstract Galvin showed that for all fixed δ and sufficiently large n, the n-vertex

More information

On the mean connected induced subgraph order of cographs

On the mean connected induced subgraph order of cographs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 71(1) (018), Pages 161 183 On the mean connected induced subgraph order of cographs Matthew E Kroeker Lucas Mol Ortrud R Oellermann University of Winnipeg Winnipeg,

More information

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Opuscula Mathematica Vol. 6 No. 006 Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Abstract. A graph is equitably k-colorable if its vertices can be partitioned into k independent sets in such a

More information

The partial inverse minimum cut problem with L 1 -norm is strongly NP-hard. Elisabeth Gassner

The partial inverse minimum cut problem with L 1 -norm is strongly NP-hard. Elisabeth Gassner FoSP Algorithmen & mathematische Modellierung FoSP Forschungsschwerpunkt Algorithmen und mathematische Modellierung The partial inverse minimum cut problem with L 1 -norm is strongly NP-hard Elisabeth

More information

Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version.

Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version. Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version. Part II. Nontrivial strip-structures Maria Chudnovsky Department of Industrial Engineering and Operations Research Columbia

More information

Extremal Graphs Having No Stable Cutsets

Extremal Graphs Having No Stable Cutsets Extremal Graphs Having No Stable Cutsets Van Bang Le Institut für Informatik Universität Rostock Rostock, Germany le@informatik.uni-rostock.de Florian Pfender Department of Mathematics and Statistics University

More information

Bichain graphs: geometric model and universal graphs

Bichain graphs: geometric model and universal graphs Bichain graphs: geometric model and universal graphs Robert Brignall a,1, Vadim V. Lozin b,, Juraj Stacho b, a Department of Mathematics and Statistics, The Open University, Milton Keynes MK7 6AA, United

More information

Part V. Matchings. Matching. 19 Augmenting Paths for Matchings. 18 Bipartite Matching via Flows

Part V. Matchings. Matching. 19 Augmenting Paths for Matchings. 18 Bipartite Matching via Flows Matching Input: undirected graph G = (V, E). M E is a matching if each node appears in at most one Part V edge in M. Maximum Matching: find a matching of maximum cardinality Matchings Ernst Mayr, Harald

More information

Independent Transversals in r-partite Graphs

Independent Transversals in r-partite Graphs Independent Transversals in r-partite Graphs Raphael Yuster Department of Mathematics Raymond and Beverly Sackler Faculty of Exact Sciences Tel Aviv University, Tel Aviv, Israel Abstract Let G(r, n) denote

More information

Packing and Covering Dense Graphs

Packing and Covering Dense Graphs Packing and Covering Dense Graphs Noga Alon Yair Caro Raphael Yuster Abstract Let d be a positive integer. A graph G is called d-divisible if d divides the degree of each vertex of G. G is called nowhere

More information

CLIQUES IN THE UNION OF GRAPHS

CLIQUES IN THE UNION OF GRAPHS CLIQUES IN THE UNION OF GRAPHS RON AHARONI, ELI BERGER, MARIA CHUDNOVSKY, AND JUBA ZIANI Abstract. Let B and R be two simple graphs with vertex set V, and let G(B, R) be the simple graph with vertex set

More information

Notes on Graph Theory

Notes on Graph Theory Notes on Graph Theory Maris Ozols June 8, 2010 Contents 0.1 Berge s Lemma............................................ 2 0.2 König s Theorem........................................... 3 0.3 Hall s Theorem............................................

More information

MINIMALLY NON-PFAFFIAN GRAPHS

MINIMALLY NON-PFAFFIAN GRAPHS MINIMALLY NON-PFAFFIAN GRAPHS SERGUEI NORINE AND ROBIN THOMAS Abstract. We consider the question of characterizing Pfaffian graphs. We exhibit an infinite family of non-pfaffian graphs minimal with respect

More information

Graph Classes and Ramsey Numbers

Graph Classes and Ramsey Numbers Graph Classes and Ramsey Numbers Rémy Belmonte, Pinar Heggernes, Pim van t Hof, Arash Rafiey, and Reza Saei Department of Informatics, University of Bergen, Norway Abstract. For a graph class G and any

More information

Math 5707: Graph Theory, Spring 2017 Midterm 3

Math 5707: Graph Theory, Spring 2017 Midterm 3 University of Minnesota Math 5707: Graph Theory, Spring 2017 Midterm 3 Nicholas Rancourt (edited by Darij Grinberg) December 25, 2017 1 Exercise 1 1.1 Problem Let G be a connected multigraph. Let x, y,

More information

Vertex-Coloring Edge-Weighting of Bipartite Graphs with Two Edge Weights

Vertex-Coloring Edge-Weighting of Bipartite Graphs with Two Edge Weights Discrete Mathematics and Theoretical Computer Science DMTCS vol. 17:3, 2015, 1 12 Vertex-Coloring Edge-Weighting of Bipartite Graphs with Two Edge Weights Hongliang Lu School of Mathematics and Statistics,

More information

List of Theorems. Mat 416, Introduction to Graph Theory. Theorem 1 The numbers R(p, q) exist and for p, q 2,

List of Theorems. Mat 416, Introduction to Graph Theory. Theorem 1 The numbers R(p, q) exist and for p, q 2, List of Theorems Mat 416, Introduction to Graph Theory 1. Ramsey s Theorem for graphs 8.3.11. Theorem 1 The numbers R(p, q) exist and for p, q 2, R(p, q) R(p 1, q) + R(p, q 1). If both summands on the

More information

Computing Sharp 2-factors in Claw-free Graphs

Computing Sharp 2-factors in Claw-free Graphs Computing Sharp 2-factors in Claw-free Graphs Hajo Broersma and Daniël Paulusma Department of Computer Science, Durham University, DH1 3LE Durham, United Kingdom, {hajo.broersma,daniel.paulusma}@durham.ac.uk

More information

Flow Network. The following figure shows an example of a flow network:

Flow Network. The following figure shows an example of a flow network: Maximum Flow 1 Flow Network The following figure shows an example of a flow network: 16 V 1 12 V 3 20 s 10 4 9 7 t 13 4 V 2 V 4 14 A flow network G = (V,E) is a directed graph. Each edge (u, v) E has a

More information

Steiner Forest Orientation Problems

Steiner Forest Orientation Problems Steiner Forest Orientation Problems Marek Cygan Guy Kortsarz Zeev Nutov November 23, 2011 Abstract We consider connectivity problems with orientation constraints. Given a directed graph D and a collection

More information

The minimum G c cut problem

The minimum G c cut problem The minimum G c cut problem Abstract In this paper we define and study the G c -cut problem. Given a complete undirected graph G = (V ; E) with V = n, edge weighted by w(v i, v j ) 0 and an undirected

More information

Fixed Parameter Algorithms for Interval Vertex Deletion and Interval Completion Problems

Fixed Parameter Algorithms for Interval Vertex Deletion and Interval Completion Problems Fixed Parameter Algorithms for Interval Vertex Deletion and Interval Completion Problems Arash Rafiey Department of Informatics, University of Bergen, Norway arash.rafiey@ii.uib.no Abstract We consider

More information

FRACTIONAL PACKING OF T-JOINS. 1. Introduction

FRACTIONAL PACKING OF T-JOINS. 1. Introduction FRACTIONAL PACKING OF T-JOINS FRANCISCO BARAHONA Abstract Given a graph with nonnegative capacities on its edges, it is well known that the capacity of a minimum T -cut is equal to the value of a maximum

More information

arxiv: v1 [cs.ds] 29 Aug 2015

arxiv: v1 [cs.ds] 29 Aug 2015 APPROXIMATING (UNWEIGHTED) TREE AUGMENTATION VIA LIFT-AND-PROJECT, PART I: STEMLESS TAP JOSEPH CHERIYAN AND ZHIHAN GAO arxiv:1508.07504v1 [cs.ds] 9 Aug 015 Abstract. In Part I, we study a special case

More information

Claw-free Graphs. III. Sparse decomposition

Claw-free Graphs. III. Sparse decomposition Claw-free Graphs. III. Sparse decomposition Maria Chudnovsky 1 and Paul Seymour Princeton University, Princeton NJ 08544 October 14, 003; revised May 8, 004 1 This research was conducted while the author

More information

Perfect matchings in highly cyclically connected regular graphs

Perfect matchings in highly cyclically connected regular graphs Perfect matchings in highly cyclically connected regular graphs arxiv:1709.08891v1 [math.co] 6 Sep 017 Robert Lukot ka Comenius University, Bratislava lukotka@dcs.fmph.uniba.sk Edita Rollová University

More information

Paths and cycles in extended and decomposable digraphs

Paths and cycles in extended and decomposable digraphs Paths and cycles in extended and decomposable digraphs Jørgen Bang-Jensen Gregory Gutin Department of Mathematics and Computer Science Odense University, Denmark Abstract We consider digraphs called extended

More information

A Cubic-Vertex Kernel for Flip Consensus Tree

A Cubic-Vertex Kernel for Flip Consensus Tree To appear in Algorithmica A Cubic-Vertex Kernel for Flip Consensus Tree Christian Komusiewicz Johannes Uhlmann Received: date / Accepted: date Abstract Given a bipartite graph G = (V c, V t, E) and a nonnegative

More information

arxiv: v1 [math.co] 28 Oct 2016

arxiv: v1 [math.co] 28 Oct 2016 More on foxes arxiv:1610.09093v1 [math.co] 8 Oct 016 Matthias Kriesell Abstract Jens M. Schmidt An edge in a k-connected graph G is called k-contractible if the graph G/e obtained from G by contracting

More information

arxiv: v1 [math.co] 13 May 2016

arxiv: v1 [math.co] 13 May 2016 GENERALISED RAMSEY NUMBERS FOR TWO SETS OF CYCLES MIKAEL HANSSON arxiv:1605.04301v1 [math.co] 13 May 2016 Abstract. We determine several generalised Ramsey numbers for two sets Γ 1 and Γ 2 of cycles, in

More information

An improved approximation algorithm for the stable marriage problem with one-sided ties

An improved approximation algorithm for the stable marriage problem with one-sided ties Noname manuscript No. (will be inserted by the editor) An improved approximation algorithm for the stable marriage problem with one-sided ties Chien-Chung Huang Telikepalli Kavitha Received: date / Accepted:

More information

MA015: Graph Algorithms

MA015: Graph Algorithms MA015 3. Minimum cuts 1 MA015: Graph Algorithms 3. Minimum cuts (in undirected graphs) Jan Obdržálek obdrzalek@fi.muni.cz Faculty of Informatics, Masaryk University, Brno All pairs flows/cuts MA015 3.

More information

More on NP and Reductions

More on NP and Reductions Indian Institute of Information Technology Design and Manufacturing, Kancheepuram Chennai 600 127, India An Autonomous Institute under MHRD, Govt of India http://www.iiitdm.ac.in COM 501 Advanced Data

More information

DEGREE SEQUENCES OF INFINITE GRAPHS

DEGREE SEQUENCES OF INFINITE GRAPHS DEGREE SEQUENCES OF INFINITE GRAPHS ANDREAS BLASS AND FRANK HARARY ABSTRACT The degree sequences of finite graphs, finite connected graphs, finite trees and finite forests have all been characterized.

More information

Maximum union-free subfamilies

Maximum union-free subfamilies Maximum union-free subfamilies Jacob Fox Choongbum Lee Benny Sudakov Abstract An old problem of Moser asks: how large of a union-free subfamily does every family of m sets have? A family of sets is called

More information

Linear-Time Algorithms for Finding Tucker Submatrices and Lekkerkerker-Boland Subgraphs

Linear-Time Algorithms for Finding Tucker Submatrices and Lekkerkerker-Boland Subgraphs Linear-Time Algorithms for Finding Tucker Submatrices and Lekkerkerker-Boland Subgraphs Nathan Lindzey, Ross M. McConnell Colorado State University, Fort Collins CO 80521, USA Abstract. Tucker characterized

More information

On 2-Coverings and 2-Packings of Laminar. Families.

On 2-Coverings and 2-Packings of Laminar. Families. On 2-Coverings and 2-Packings of Laminar Families Joseph Cheriyan 1?, Tibor Jordan 2??, and R. Ravi 3??? 1 Department of Combinatorics and Optimization, University of Waterloo, Waterloo ON Canada N2L 3G1,

More information

Approximating Minimum-Power Edge-Covers and 2, 3-Connectivity

Approximating Minimum-Power Edge-Covers and 2, 3-Connectivity Approximating Minimum-Power Edge-Covers and 2, 3-Connectivity Guy Kortsarz Rutgers University, Camden guyk@camden.rutgers.edu Zeev Nutov The Open University of Israel nutov@openu.ac.il Abstract Given a

More information

Interval minors of complete bipartite graphs

Interval minors of complete bipartite graphs Interval minors of complete bipartite graphs Bojan Mohar Department of Mathematics Simon Fraser University Burnaby, BC, Canada mohar@sfu.ca Arash Rafiey Department of Mathematics Simon Fraser University

More information

A Separator Theorem for Graphs with an Excluded Minor and its Applications

A Separator Theorem for Graphs with an Excluded Minor and its Applications A Separator Theorem for Graphs with an Excluded Minor and its Applications Noga Alon IBM Almaden Research Center, San Jose, CA 95120,USA and Sackler Faculty of Exact Sciences, Tel Aviv University, Tel

More information

Packing and decomposition of graphs with trees

Packing and decomposition of graphs with trees Packing and decomposition of graphs with trees Raphael Yuster Department of Mathematics University of Haifa-ORANIM Tivon 36006, Israel. e-mail: raphy@math.tau.ac.il Abstract Let H be a tree on h 2 vertices.

More information

A short course on matching theory, ECNU Shanghai, July 2011.

A short course on matching theory, ECNU Shanghai, July 2011. A short course on matching theory, ECNU Shanghai, July 2011. Sergey Norin LECTURE 3 Tight cuts, bricks and braces. 3.1. Outline of Lecture Ear decomposition of bipartite graphs. Tight cut decomposition.

More information

Neighborly families of boxes and bipartite coverings

Neighborly families of boxes and bipartite coverings Neighborly families of boxes and bipartite coverings Noga Alon Dedicated to Professor Paul Erdős on the occasion of his 80 th birthday Abstract A bipartite covering of order k of the complete graph K n

More information

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Dániel Gerbner a Nathan Lemons b Cory Palmer a Balázs Patkós a, Vajk Szécsi b a Hungarian Academy of Sciences, Alfréd Rényi Institute

More information