arxiv: v1 [math.co] 7 Aug 2017

Size: px
Start display at page:

Download "arxiv: v1 [math.co] 7 Aug 2017"

Transcription

1 Locally Searching for Large Induced Matchings Maximilian Fürst, Marilena Leichter, Dieter Rautenbach arxiv: v1 [math.co] 7 Aug 017 Institut für Optimierung und Operations Research, Universität Ulm, Ulm, Germany maximilian.fuerst@uni-ulm.de marilena.leichter@online.de dieter.rautenbach@uni-ulm.de Abstract It is an easy observation that a natural greedy approach yields ad O1-factor approximation algorithm for the maximum induced matching problem in d-regular graphs. The only considerable and non-trivial improvement of this approximation ratio was obtained by Gotthilf and Lewenstein using a combination of the greedy approach and local search, where understanding the performance of the local search was the challenging part of the analysis. We study the performance of their local search when applied to general graphs, C 4 -free graphs, {C 3,C 4 }-free graphs, C 5 -free graphs, and claw-free graphs. As immediate consequences, we obtain approximation algorithms for the maximum induced matching problem restricted to the d-regular graphs in these classes. Keywords: Induced matching; strong matching; local search 1 Introduction Finding a maximum induced matching in a given graph is a well-studied difficult problem [10], which remains hard even when restricted to regular graphs [5], regular bipartite graphs [4], or claw-free graphs [7]. Next to efficient algorithms for special graph classes [1,,5,8], and fixed parameter tractability [4], approximation algorithms have been studied. Duckworth, Manlove, and Zito [5,11] showed that simple and natural greedy strategies yield d O1-factor approximation algorithms for the maximum induced matching problem restricted to d-regular graphs. Up to the constant term, this is an immediate consequence of the two easy observations fact that every induced matching in a d-regular graph G contains at most mg d 1 edges, and that every maximal induced matching in G contains at least mg d d+1 edges, which already implies an approximation ratio of d d+1 d 1 = d d. The only considerable and non-trivial improvement of this approximation ratio was obtained by Gotthilf and Lewenstein [6] who described a 0.75d factor approximation algorithm for d-regular graphs that combines a greedy approach with local search. As shown in [9], for {C 3,C 5 }-free d-regular graphs, the approximation factor of their method can be improved to d Taking a closer look at the algorithm Gotthilf and Lewenstein, it turns out that its greedy part Greedyf cf. Algorithm below is a kind of preprocessing, which is rather easy to analyze yet ensures an important structural property that allows for a better analysis of the local search part Local Search cf. Algorithm 1 below. Their approach can actually improve the approximation ratio by at most a factor of, and is limited by the analysis of Local Search. 1

2 Local Search Input: A graph G. Output: An induced matching M of G. M ; repeat if M {e} is an induced matching of G for some edge e EG\M then M M {e}; end if M \{e} {e,e } is an induced matching of G for some three distinct edges e M and e,e EG\M then M M \{e} {e,e }; end until M does not increase during one iteration; return M; Algorithm 1: The algorithm Local Search. Since Local Search tries to enlarge the induced matching M by exchanging one edge in M against two other edges in EG \ M, it ensures that the subgraph formed by the so-called private conflict edges of each individual edge in M is K -free; a structural property that appears quite naturally in the context of induced matchings and the derived strong edge colorings [3]. In the present paper we analyze the performance of Local Search when applied to general graphs, C 4 -free graphs, {C 3,C 4 }-free graphs, C 5 -free graphs, and claw-free graphs. As immediate consequences, we obtain approximation algorithms for the maximum induced matching problem restricted to the d-regular graphs in these classes. A byproduct of our results is a much shorter proof of the original result of Gotthilf and Lewenstein [6]. Before we proceed to our results, we collect some notation and terminology. We consider only simple, finite, and undirected graphs. The vertex set and the edge set of a graph G are denoted by VG and EG, respectively. For a vertex u in a graph G, the neighborhood of u in G is N G u = {v VG : uv EG}, the closed neighborhood of u in G is N G [u] = {u} N G u, and the degree of u in G is d G u = N G u. A graph is d-regular if all vertices have degree d. For two disjoint sets X and Y of vertices of a graph G, let E G X,Y be the set of edges uv of G with u X and v Y, and let m G X,Y = E G X,Y. For a set X of vertices of G, let E G X be the edge set of the subgraph of G induced by X, and let m G X = E G X. For a set M of edges of a graph G, let VM denote the set of vertices that are incident with an edge in M. The set M is an induced matching if the subgraph G[VM] of G induced by VM is 1-regular. For a set F of graphs, a graph G is F-free if it contains no graph in F as an induced subgraph. If F contains only one graph F, then we write F-free instead of F-free. The cycle of order n is denoted by C n. The square G of a graph G has the same vertex set as G, and two vertices are adjacent in G if their distance in G is one or two. The line graph LG of G is the graph whose vertices are the edges of G, and in which two vertices are adjacent exactly if they share an incident vertex as edges of G. Note that induced matchings in G correspond to independent sets in LG. For an edge e of a graph G, let C G e = {e} N LG e = {f EG : dist LG e,f },

3 and let c G e = C G e. For a set M of edges of G and an edge e in M, let PC G M,e = C G e\ C G f, f M\{e} and let pc G M,e = PC G M,e. The set C G e contains e as well as all edges of G that are in conflict with e, that is, that cannot be in an induced matching together with e. The set PC G M,e contains the private conflict edges of e with respect to some set M, which will typically be an induced matching of G. Results Throughout this section, let G be a graph of maximum degree d for some d at least 3, and let M be an induced matching produced by applying Local Search to G. The two essential properties of M are that and that for every edge f of G, there is some edge e in M with f C G e 1 e C G e for every edge e in M, and every two edges e and e in PC G M,e. Property 1 means that M is a maximal induced matching, and a violation of property would allow Local Search to replace M with the larger induced matching M \{e} {e,e }. One ingredient of the analysis of Local Search is the following upper bound on the number c G xy of edges conflicting with any edge xy of G. If n xy = N G x N G y and m xy = m G N G x N G y\{x,y}, then G G c G xy {xy} +d N G x N G y\{x,y} m xy = {xy} +d N G x N G y }{{} + N } x\n {{ [y] + N } G y\n G [x] m }{{} xy =n xy d 1 n xy d 1 n xy 1+dn xy +dd 1 n xy m xy = d d+1 dn xy +m xy. 3 Another ingredient of the analysis of Local Search are upper bounds on the number of private conflict edges for the edges in M. Such bounds are the main concern of the following results. Let xy be an edge in M. Ourfirstlemmasummarizesstructural propertiesof thegraphformedbytheedges inpc G M,xy. Let N 1 be the set of vertices u in N G x N G y \ {x,y} that are incident with an edge in PC G M,xy, and let N bethesetofverticesuinvg\n G [x] N G [y]thatareincidentwithanedgeinpc G M,xy. Lemma 1 If G, M, xy, N 1, and N are as above, then the following statements hold. 3

4 i PC G M,xy = E G {x,y} N 1 E G N 1,N. ii N is independent. iii If u N G x N 1 is such that N G u N is maximum, then m G N G x N 1,N d 1+d 3n xu +m ux. Proof: i By the definition of N 1 and N, we have PC G M,xy E G {x,y} N 1 E G N 1,N, and it remains to show the inverse inclusion. Since M is an induced matching, we have xy PC G M,xy. If uv is an edge in C G xy such that u as well as v are both incident with an edge in PC G M,xy, then uv also belongs to PC G M,xy. This implies E G {x,y} N 1 E G N 1,N PC G M,xy, which completes the proof of i. ii If vw is an edge between two vertices v and w in N, then vw belongs neither to M nor to C G xy. By 1, we obtain vw C G e for some edge e in M that is distinct from xy, which implies the contradiction that v or w cannot be incident with an edge in PC G M,xy. iii Clearly, m G {u},n d 1 n ux. Let A = N G x N 1 N G u and B = N G x N 1 \N G u. Every vertex in A has at most d neighbors in N, and A n ux, because every vertex in A is a common neighbor of x and u. By, the choice of u implies that N G v N N G u N for every vertex v in B, which implies m G B,N m ux. Altogether, we obtain m G N G x N 1,N = m G {u},n +m G A,N +m G B,N d 1 n xu +d A +m G B,N d 1+d 3n xu +m ux. Our next result establishes a first upper bound on the number pc G M,xy of private conflict edges of xy, and is slightly more general than the analysis in [6]. Theorem Let G and M be as above. If c G xy f, and n xy g for every edge xy of G, then the following statements hold. i pc G M,xy 4d 1 f 6g M + m xy. ii M mg 3d d f d+6 g. Proof: i Let xy bean edge in M. Let N 1 and N beas above. Let u beas in Lemma 1iii. By 3, we have f c G ux d d+1 dn xu +m xu, which implies d 1+d 3n xu +m xu d d f 3g. Now, by symmetry between x and y, Lemma 1 implies pc G M,xy = PC G M,xy {xy} +m G {x,y},n 1 +m G N 1 +m G N G x N 1,N +m G N G y N 1,N 1+d +m xy +d d f 3g+d d f 3g = 4d 1 f 6g +m xy. Adding this inequality over all edges in M yields the desired bound. 4

5 ii If p is the number of pairs e,f with e M and f C G e, then p c G xy 3 d d+1 dg M Furthermore, since the only edges f of G, for which there is only one edge e in M with f C G e, are those in PC G M,xy, we obtain p mg m xy. pc G M,xy i mg 4d 1 f 6g M Combining the upper and lower bounds on p yields the desired bound. With Theorem at hand, it is now easy to recover the result of Gotthilf and Lewenstein [6]. Corollary 3 Gotthilf and Lewenstein [6] There is a polynomial time 3 4 d d 8 -factor approximation algorithm for the maximum induced matching problem in d-regular graphs. Proof: Let G be a given d-regular graph. Applying Greedyf to G with f = 3d d yields an output M,G with M mg mg f, and c G xy f for every edge xy of G. Now, by Theorem ii, applying Local Search to G yields an induced matching M of G with M mg 3d d f = mg f, where the last equality follows from the choice of f. It is easy to see cf. [9] that M M is an induced matching of G with M M mg f. Since ν s G mg νsg d 1, we obtain M M f d 1 = 3 4 d d 8, which completes the proof. Greedyf Input: A graph G. Output: A pair M,G such that M is an induced matching of G, and G is a subgraph of G. M ; G 0 G; i 1; while min{c Gi 1 e : e EG i 1 } f do end Choose an edge e i of G i 1 with c Gi 1 e i f; M M {e i }; G i G i 1 C Gi 1 e i ; i i+1; return M,G i 1 ; Algorithm : The algorithm Greedyf. Note that first applying Greedyf corresponds to a preprocessing ensuring a lower bound on min{c G xy : xy EG}, which is important for the performance of Local Search. Our next two results concern the performance of Local Search for C 4 -free and {C 3,C 4 }-free graphs. Both rely on the two step approach from Theorem of upper bounding pc G M,xy, and double-counting p. Theorem 4 Let G and M be as above. If G is C 4 -free, then the following statements hold. { i If xy is an edge in M, and N 1 and N are as above, then m G N 1,N max ii M mg max{d + d,9 8 d }. 5 m xy. d, d 4 }.

6 Proof: i Let N 1 be the set of those u in N 1 that have a neighbor in N. Let N x = N 1 \ N Gy, N y = N 1 \N Gx, and N xy = N 1 N Gx N G y. Suppose, for a contradiction, that u and u are two non-adjacent vertices in N x N xy. Let v be a neighbor of u in N, and let v be a neighbor of u in N. Since G is C 4 -free, the vertices u and u have no common neighbor in N ; in particular, the vertices v and v are distinct. Since, by Lemma 1ii, the vertices v and v are non-adjacent, we obtain a contradiction to. Hence, N x N xy, and, by symmetry, also N y N xy are cliques in G. Suppose, for a contradiction, that the two vertices u in N x and u in N y both have at least two neighbors in N. Since G is C 4 -free, the vertices u and u are non-adjacent. By, and since, by Lemma 1ii, the set N is independent, it follows that u and u have two common neighbors in N, contradicting the C 4 -freeness of G. Hence, we may assume, by symmetry between x and y, that each vertex in N y has exactly one neighbor in N. It follows that, if d x = N x, d xy = N xy, and d y = N xy, then every vertex in N x has at most d 1 d x +d xy 1 neighbors in N, every vertex in N xy has at most d d x +d xy +d y 1 neighbors in N, and every vertex in N y has one neighbor in N. Note that d x +d xy d G x 1 d 1 and d y +d xy d G y 1 d 1, and that the function x d xx has its unique maximum d /4 at x = d/. 4 First, we assume that d x and d y are both positive. If u N x and v N y, then, by, yv C G e for every edge e in PC G M,xy incident with u, which implies that v is adjacent to every neighbor of u in N. Since v has exactly one neighbor, say w, in N, and the choice of u within N x was unrestricted, it follows that N G u N = {w} for every vertex u in N x. Now, by recovered symmetry between x and y, it follows that N G v N = {w} for every vertex v in N y. If d x +d xy +d y d 1, then m G N 1,N d x + d d x +d xy +d y 1 d xy +d y d x +d y d G w d. } {{ } 0 If d x +d xy +d y < d 1, then m G N 1,N d x + d d x +d xy +d y 1 d xy +d y }{{} 4 1 d 1 d x +d xy +d y d x +d xy +d y d 1 4 Next, we assume that d y = 0. In this case, we obtain m G N 1,N d 1 d x +d xy 1 d x + d d x +d xy d x +d xy. d d x +d xy +d y 1 d xy 6

7 4 d 4. Finally, if d x = 0, then a similar argument implies m G N 1,N d 4, which completes the proof of i. ii By i, we obtain, similarly as in the proof of Theorem i, and, hence, } pc G M,xy 1+d +m xy +m G N 1,N i max {3d 1, d 4 +d 1 +m xy, } pc G M,xy max {3d 1, d 4 +d 1 M + Counting the p pairs as in the proof of Theorem ii, we obtain p d d+1 M and p mg max { 3d 1, d 4 +d 1 } M Theorem 5 Let G and M be as above. If G is {C 3,C 4 }-free, then the following statements hold. i If xy is an edge in M, then pc G M,xy d 1. ii M mg d. m xy m xy m xy, which yields the desired bound. Proof: iletn 1 andn beasabove. SinceGisC 3 -free, theset N 1 partitionsintothetwoindependent sets N x = N 1 N G x and N y = N 1 N G y. If one of the two sets N x or N y contains two vertices with a neighbor in N, then we obtain a similar contradiction as in the proof of Theorem 4i. Hence, both sets contain at most one such vertex. If both sets N x and N y contain no vertex with a neighbor in N, then pc G M,xy d 1. If N x contains a vertex with a neighbor in N but N y does not, then N y is empty, and, hence, pc G M,xy d 1. Finally, if the vertex u in N x as well as the vertex v in N y both have a neighbor in N, then, since, by, xu C G e for every edge e in PC G M,xy that is incident with v, and yv C G f for every edge f in PC G M,xy that is incident with u, it follows that the vertices u and v both have exactly the same neighbors in N. Since G is {C 3,C 4 }-free, the vertices u and v have a unique neighbor w in N, in particular, N = {w}. If N x contains a vertex u distinct from u, then xu C G vw, which is a contradiction to. Hence, N x, and, by symmetry, also N y both contain exactly one vertex, and pc G M,xy = 5 d 1. ii If p is as in the previous proofs, we obtain p d d+1 M and p mg d 1 M, which yields the desired bound. Since Theorem 4 and Theorem 5 do not require a lower bound on max{c G xy : xy EG}, they imply that Local Search alone is an approximation algorithm in the regular case. Corollary 6 Local Search is i a polynomial time d+ 80 -factor approximation algorithm for the maximum induced matching problem in d-regular C 4 -free graphs, and ii a polynomial time d d 4 -factor approximation algorithm for the maximum induced matching problem in d-regular {C 3,C 4 }-free graphs. 7

8 Proof: Using Theorem 4ii, part i follows as in Corollary 3, since max{d + d,9 8 d } d d for d 3. Similarly, part ii follows from Theorem 5ii. Next, we consider C 5 -free graphs. As it turns out, a better bound can be obtained for these graphs, if the lower and upper bounds on p are not handled separately. Theorem 7 Let G and M be as above. If G is C 5 -free, then the following statements hold. i If xy is an edge in M, and N 1 and N are as above, then m G N 1,N d 1 d y d x +d d xy +d 1 d x d y for non-negative integers d x,d xy, and d y with d x +d xy d 1, d y +d xy d 1, and d xy n xy. ii M mg 3. d d+ 1 Proof: i Let N x, N y, N xy, d x, d y, and d xy be as in the proof of Theorem 4i. Clearly, d x +d xy d G x 1 d 1 and d y +d xy d G y 1 d 1. Furthermore, n xy = N G x N G y d xy. Since G is C 5 -free, implies that every vertex in N x is adjacent to every vertex in N y, that is, every vertex in N x has at most d 1 d y neighbors in N, and every vertex in N y has at most d 1 d x neighbors in N. Since every vertex in N xy has at most d neighbors in N, part i follows. ii For every edge xy in M, i implies pc G M,xy 1+d +m xy + d 1 d y d x +d d xy +d 1 d x d y, 5 where d x, d y, and d xy are non-negative integers that depend on xy, and satisfy the restrictions stated in i. If p is as in the previous proofs, then mg pc G M,xy p d d+1 dd xy m xy, where the second inequality follows from 3 using d xy n xy. By 5, we obtain d dd xy +d 1 d y d x +d d xy +d 1 d x d y mg. 6 Since max{d 1 yx+d 1 xy : 0 x,y d 1} = d 1, we obtain, using 6 and d xy 0, that d +d 1 M mg, which completes the proof of ii. For regular graphs, we obtain an approximation guarantee as above. Corollary 8 Local Search is a polynomial time 3 4 d d 8 -factor approximation algorithm for the maximum induced matching problem in d-regular C 5 -free graphs. Proof: This follows by evaluating 3 d d+ 1 d 1. Now, we consider claw-free graphs. Our next result illustrates the consequences of applying the above arguments to these graphs. 8

9 Lemma 9 If G and M are as above, and G is K 1,3 -free, then M mg d +d 1. Proof: If xy is an edge in M, and N 1 and N are as above, then claw-freeness and Lemma 1ii together imply that every vertex in N 1 has at most one neighbor in N, which implies m G N 1,N N 1 d, and, hence, pc G M,xy 1+d +m xy +d = 4d 3+m xy. Double-counting p as before yields the desired result. In contrast to the classes of graphs that we considered before, no edge xy in a claw-free graph G of maximum degree d can have up to d + Od many conflict edges, that is, claw-freeness implies a better upper bound on c G xy, which implies that already maximal induced matchings cannot be too small. The next result quantifies this observation. Recall that two vertices u and v are true twins in a graph G if N G [u] = N G [v]. Theorem 10 If G is a claw-free graph of maximum degree at most d for some d at least 3, and M is a maximal induced matching, then M mg. 7 6 d +d Proof: Let xy be an edge in M. Let N x = N G x \ N G [y], N y = N G y \ N G [x], and N xy = N G x N G y, and let d x = N x, d y = N y, and d xy = N xy. Since c G xy 1+dd x +d xy +d y m xy, in order to upper bound c G xy, we need a lower bound on m xy. Let H = G[N x N xy N y ]. By definition, m xy = mh. Since G is claw-free, i N x and N y are cliques in H, and ii αh[n x N xy ] and αh[n xy N y ]. Claim 1 mh d x + p + dxy p + dy +pdx +d y for some non-negative integer p dxy Proof of Claim 1: Suppose that, subject to i and ii, the graph H is such that mh is minimum. Our first goal is to show that H[N xy ] is the disjoint union of cliques. Suppose, for a contradiction, that uvw is an induced path of order three in H[N xy ]. If d H u < d H v, then removing v, and introducing a new vertex that is a true twin of u yields a graph with less edges than H that satisfies i and ii, which is a contradiction. If d H u,d H w d H v, then removing u and w, and introducing two new vertices that are true twins of v yields a graph with less edges than H that satisfies i and ii, which is a contradiction. Hence, by ii, the graph H[N xy ] is the union of two cliques, C 1 of order p and C of order d xy p, where 0 p dxy. Note that p = 0 corresponds to the case that G[N xy] is just one clique. By ii, every vertex in N x is adjacent to all vertices in C 1 or to all vertices in C. By the choice of H, and symmetry between N x and N y, we obtain, that N x N y is completely joined to C 1, and the desired lower bound on mh follows. Let d x = dx d, dxy = dxy d, dy = dy d, and p = p d. Since 1 + dx+p+dxy p+dy d d implies. 1 d + d d = 1 d, Claim 1 c G xy 1+dd x +d xy +d y mh dx p dxy p dy 1+dd x +d xy +d y pd x +d y d d x + d xy + d y 1 d x 1 p 1 dxy p 1 d y p d x + d y + 1, 7 }{{} d =:f d x, d xy, d y, p 9

10 where d x + d xy 1, 8 d y + d xy 1, 9 p d xy, and 10 d x, d xy, d y, p Supposethat, subjectto8to11, thevaluesof d x, d xy, d y, and parechosensuchthatf dx, d xy, d y, p assumes its maximum value f max. Since f dx, d xy, d y, p equals 1 d x+1 p d x plus a function that does not depend on d x, and, hence, d x f dx, d xy, d y, p = 1 p d x, it follows that condition 8, and, by symmetry, also condition 9 holds with equality. Setting g dxy, p := f 1 d xy, d xy,1 d xy, p, we obtain g dxy, p = 1 3 d xy p + d xy p+3 d xy p. First, suppose that d xy 3. Since g dxy, p = 1+3 p 3 d d xy xy, we obtain that d xy = p+ 1 3, and that 0 p 1 3. Note that in this case g p+ 13, p = 7 6 p+ 1 p Next, suppose that d xy 3. Since p g dxy, p = 3 d xy p, we obtain that p = 3 d xy 1, and that 3 d xy 1. Note that in this case g d xy, 3 d xy 1 = d xy d xy In view of 1 and 13, we obtain f max = 7 6, which, by 7, implies c Gxy 7 6 d +d. If p is as in the previous proofs, then p c G xy 7 6 d +d M, and, by the maximality of M, we obtain p mg, which implies the desired lower bound on M. We close with the obvious corollary. Corollary 11 Local Search is a polynomial time 1 d d 4 -factor approximation algorithm for the maximum induced matching problem in claw-free d-regular graphs. Furthermore, choosing any maximal induced matching is a polynomial time for the same problem d d 4 -factor approximation algorithm It seems possible to generalize Theorem 10 and Corollary 11 to K 1,r -free graphs. Combining Local Search with some greedy preprocessing might further improve the approximation guarantees obtained in this paper. 10

11 References [1] A. Brandstädt and R. Mosca, On distance-3 matchings and induced matchings, Discrete Appl. Math [] K. Cameron, Induced matchings in intersection graphs, Discrete Math [3] F.R.K.Chung, A. Gyárfás, Zs.Tuza, andw.t. Trotter, Themaximumnumberofedges ink -free graphs of bounded degree, Discrete Math [4] K.K. Dabrowski, M. Demange, and V.V. Lozin, New results on maximum induced matchings in bipartite graphs and beyond, Theor. Comput. Sci [5] W. Duckworth, D.F. Manlove, and M. Zito, On the approximability of the maximum induced matching problem, J. Discrete Algorithms [6] Z. Gotthilf and M. Lewenstein, Tighter approximations for maximum induced matchings in regular graphs, Lect. Notes Comput. Sci [7] D. Kobler and U. Rotics, Finding Maximum Induced Matchings in Subclasses of Claw-Free and P 5 -Free Graphs, and in Graphs with Matching and Induced Matching of Equal Maximum Size, Algorithmica [8] V.V. Lozin, On maximum induced matchings in bipartite graphs, Inf. Process. Lett [9] D. Rautenbach, Two greedy consequences for maximum induced matchings, Theor. Comput. Sci [10] L.J. Stockmeyer and V.V. Vazirani, NP-completeness of some generalizations of the maximum matching problem, Inf. Process. Lett [11] M. Zito, Induced matchings in regular graphs and trees, Lect. Notes Comput. Sci

Relating 2-rainbow domination to weak Roman domination

Relating 2-rainbow domination to weak Roman domination Relating 2-rainbow domination to weak Roman domination José D. Alvarado 1, Simone Dantas 1, and Dieter Rautenbach 2 arxiv:1507.04901v1 [math.co] 17 Jul 2015 1 Instituto de Matemática e Estatística, Universidade

More information

On the maximum number of maximum independent sets in connected graphs

On the maximum number of maximum independent sets in connected graphs On the maximum number of maximum independent sets in connected graphs E. Mohr D. Rautenbach arxiv:1806.10424v2 [math.co] 28 Jun 2018 Institut für Optimierung und Operations Research, Universität Ulm, Ulm,

More information

Averaging 2-Rainbow Domination and Roman Domination

Averaging 2-Rainbow Domination and Roman Domination Averaging 2-Rainbow Domination and Roman Domination José D. Alvarado 1, Simone Dantas 1, and Dieter Rautenbach 2 arxiv:1507.0899v1 [math.co] 17 Jul 2015 1 Instituto de Matemática e Estatística, Universidade

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

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

Hamiltonian problem on claw-free and almost distance-hereditary graphs

Hamiltonian problem on claw-free and almost distance-hereditary graphs Discrete Mathematics 308 (2008) 6558 6563 www.elsevier.com/locate/disc Note Hamiltonian problem on claw-free and almost distance-hereditary graphs Jinfeng Feng, Yubao Guo Lehrstuhl C für Mathematik, RWTH

More information

THE COMPLEXITY OF DISSOCIATION SET PROBLEMS IN GRAPHS. 1. Introduction

THE COMPLEXITY OF DISSOCIATION SET PROBLEMS IN GRAPHS. 1. Introduction THE COMPLEXITY OF DISSOCIATION SET PROBLEMS IN GRAPHS YURY ORLOVICH, ALEXANDRE DOLGUI, GERD FINKE, VALERY GORDON, FRANK WERNER Abstract. A subset of vertices in a graph is called a dissociation set if

More information

Enumerating minimal connected dominating sets in graphs of bounded chordality,

Enumerating minimal connected dominating sets in graphs of bounded chordality, Enumerating minimal connected dominating sets in graphs of bounded chordality, Petr A. Golovach a,, Pinar Heggernes a, Dieter Kratsch b a Department of Informatics, University of Bergen, N-5020 Bergen,

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

GRAPHS WITH MAXIMAL INDUCED MATCHINGS OF THE SAME SIZE. 1. Introduction

GRAPHS WITH MAXIMAL INDUCED MATCHINGS OF THE SAME SIZE. 1. Introduction GRAPHS WITH MAXIMAL INDUCED MATCHINGS OF THE SAME SIZE PHILIPPE BAPTISTE, MIKHAIL Y. KOVALYOV, YURY L. ORLOVICH, FRANK WERNER, IGOR E. ZVEROVICH Abstract. A graph is well-indumatched if all its maximal

More information

On the Dynamic Chromatic Number of Graphs

On the Dynamic Chromatic Number of Graphs On the Dynamic Chromatic Number of Graphs Maryam Ghanbari Joint Work with S. Akbari and S. Jahanbekam Sharif University of Technology m_phonix@math.sharif.ir 1. Introduction Let G be a graph. A vertex

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

Technische Universität Ilmenau Institut für Mathematik

Technische Universität Ilmenau Institut für Mathematik Technische Universität Ilmenau Institut für Mathematik Preprint No. M 09/35 Null-homotopic graphs and triangle-completions of spanning trees Rautenbach, Dieter; Schäfer, Philipp Matthias 2009 Impressum:

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

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

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

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

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

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 shredders and vertex connectivity augmentation

On shredders and vertex connectivity augmentation On shredders and vertex connectivity augmentation Gilad Liberman The Open University of Israel giladliberman@gmail.com Zeev Nutov The Open University of Israel nutov@openu.ac.il Abstract We consider the

More information

Parameterized Domination in Circle Graphs

Parameterized Domination in Circle Graphs Parameterized Domination in Circle Graphs Nicolas Bousquet 1, Daniel Gonçalves 1, George B. Mertzios 2, Christophe Paul 1, Ignasi Sau 1, and Stéphan Thomassé 3 1 AlGCo project-team, CNRS, LIRMM, Montpellier,

More information

HAMILTONIAN CYCLES AVOIDING SETS OF EDGES IN A GRAPH

HAMILTONIAN CYCLES AVOIDING SETS OF EDGES IN A GRAPH HAMILTONIAN CYCLES AVOIDING SETS OF EDGES IN A GRAPH MICHAEL J. FERRARA, MICHAEL S. JACOBSON UNIVERSITY OF COLORADO DENVER DENVER, CO 8017 ANGELA HARRIS UNIVERSITY OF WISCONSIN-WHITEWATER WHITEWATER, WI

More information

Decompositions of graphs into cycles with chords

Decompositions of graphs into cycles with chords Decompositions of graphs into cycles with chords Paul Balister Hao Li Richard Schelp May 22, 2017 In memory of Dick Schelp, who passed away shortly after the submission of this paper Abstract We show that

More information

Cycle Spectra of Hamiltonian Graphs

Cycle Spectra of Hamiltonian Graphs Cycle Spectra of Hamiltonian Graphs Kevin G. Milans, Dieter Rautenbach, Friedrich Regen, and Douglas B. West July, 0 Abstract We prove that every graph consisting of a spanning cycle plus p chords has

More information

ON THE NUMBERS OF CUT-VERTICES AND END-BLOCKS IN 4-REGULAR GRAPHS

ON THE NUMBERS OF CUT-VERTICES AND END-BLOCKS IN 4-REGULAR GRAPHS Discussiones Mathematicae Graph Theory 34 (2014) 127 136 doi:10.7151/dmgt.1724 ON THE NUMBERS OF CUT-VERTICES AND END-BLOCKS IN 4-REGULAR GRAPHS Dingguo Wang 2,3 and Erfang Shan 1,2 1 School of Management,

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

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

Cycles in 4-Connected Planar Graphs

Cycles in 4-Connected Planar Graphs Cycles in 4-Connected Planar Graphs Guantao Chen Department of Mathematics & Statistics Georgia State University Atlanta, GA 30303 matgcc@panther.gsu.edu Genghua Fan Institute of Systems Science Chinese

More information

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D).

1.3 Vertex Degrees. Vertex Degree for Undirected Graphs: Let G be an undirected. Vertex Degree for Digraphs: Let D be a digraph and y V (D). 1.3. VERTEX DEGREES 11 1.3 Vertex Degrees Vertex Degree for Undirected Graphs: Let G be an undirected graph and x V (G). The degree d G (x) of x in G: the number of edges incident with x, each loop counting

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

Partial cubes: structures, characterizations, and constructions

Partial cubes: structures, characterizations, and constructions Partial cubes: structures, characterizations, and constructions Sergei Ovchinnikov San Francisco State University, Mathematics Department, 1600 Holloway Ave., San Francisco, CA 94132 Abstract Partial cubes

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

Probe interval graphs and probe unit interval graphs on superclasses of cographs

Probe interval graphs and probe unit interval graphs on superclasses of cographs Author manuscript, published in "" Discrete Mathematics and Theoretical Computer Science DMTCS vol. 15:2, 2013, 177 194 Probe interval graphs and probe unit interval graphs on superclasses of cographs

More information

arxiv: v1 [cs.dm] 26 Apr 2010

arxiv: v1 [cs.dm] 26 Apr 2010 A Simple Polynomial Algorithm for the Longest Path Problem on Cocomparability Graphs George B. Mertzios Derek G. Corneil arxiv:1004.4560v1 [cs.dm] 26 Apr 2010 Abstract Given a graph G, the longest path

More information

HAMILTONIAN PROPERTIES OF TRIANGULAR GRID GRAPHS. 1. Introduction

HAMILTONIAN PROPERTIES OF TRIANGULAR GRID GRAPHS. 1. Introduction HAMILTONIAN PROPERTIES OF TRIANGULAR GRID GRAPHS VALERY S. GORDON, YURY L. ORLOVICH, FRANK WERNER Abstract. A triangular grid graph is a finite induced subgraph of the infinite graph associated with the

More information

CYCLE STRUCTURES IN GRAPHS. Angela K. Harris. A thesis submitted to the. University of Colorado Denver. in partial fulfillment

CYCLE STRUCTURES IN GRAPHS. Angela K. Harris. A thesis submitted to the. University of Colorado Denver. in partial fulfillment CYCLE STRUCTURES IN GRAPHS by Angela K. Harris Master of Science, University of South Alabama, 003 A thesis submitted to the University of Colorado Denver in partial fulfillment of the requirements for

More information

be a path in L G ; we can associated to P the following alternating sequence of vertices and edges in G:

be a path in L G ; we can associated to P the following alternating sequence of vertices and edges in G: 1. The line graph of a graph. Let G = (V, E) be a graph with E. The line graph of G is the graph L G such that V (L G ) = E and E(L G ) = {ef : e, f E : e and f are adjacent}. Examples 1.1. (1) If G is

More information

Decomposing planar cubic graphs

Decomposing planar cubic graphs Decomposing planar cubic graphs Arthur Hoffmann-Ostenhof Tomáš Kaiser Kenta Ozeki Abstract The 3-Decomposition Conjecture states that every connected cubic graph can be decomposed into a spanning tree,

More information

A new characterization of P k -free graphs

A new characterization of P k -free graphs A new characterization of P k -free graphs Eglantine Camby 1 and Oliver Schaudt 2 1 Université Libre de Bruxelles, Département de Mathématique, Boulevard du Triomphe, 15 Brussels, Belgium ecamby@ulb.ac.be

More information

Partial characterizations of clique-perfect graphs II: diamond-free and Helly circular-arc graphs

Partial characterizations of clique-perfect graphs II: diamond-free and Helly circular-arc graphs Partial characterizations of clique-perfect graphs II: diamond-free and Helly circular-arc graphs Flavia Bonomo a,1, Maria Chudnovsky b,2 and Guillermo Durán c,3 a Departamento de Matemática, Facultad

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

Partitioning a graph into highly connected subgraphs

Partitioning a graph into highly connected subgraphs Partitioning a graph into highly connected subgraphs Valentin Borozan 1,5, Michael Ferrara, Shinya Fujita 3 Michitaka Furuya 4, Yannis Manoussakis 5, Narayanan N 5,6 and Derrick Stolee 7 Abstract Given

More information

Induced Subgraph Isomorphism on proper interval and bipartite permutation graphs

Induced Subgraph Isomorphism on proper interval and bipartite permutation graphs Induced Subgraph Isomorphism on proper interval and bipartite permutation graphs Pinar Heggernes Pim van t Hof Daniel Meister Yngve Villanger Abstract Given two graphs G and H as input, the Induced Subgraph

More information

arxiv: v2 [math.co] 7 Jan 2016

arxiv: v2 [math.co] 7 Jan 2016 Global Cycle Properties in Locally Isometric Graphs arxiv:1506.03310v2 [math.co] 7 Jan 2016 Adam Borchert, Skylar Nicol, Ortrud R. Oellermann Department of Mathematics and Statistics University of Winnipeg,

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

arxiv: v2 [math.co] 29 Oct 2017

arxiv: v2 [math.co] 29 Oct 2017 arxiv:1404.3385v2 [math.co] 29 Oct 2017 A proof for a conjecture of Gyárfás, Lehel, Sárközy and Schelp on Berge-cycles G.R. Omidi Department of Mathematical Sciences, Isfahan University of Technology,

More information

ON DOMINATING THE CARTESIAN PRODUCT OF A GRAPH AND K 2. Bert L. Hartnell

ON DOMINATING THE CARTESIAN PRODUCT OF A GRAPH AND K 2. Bert L. Hartnell Discussiones Mathematicae Graph Theory 24 (2004 ) 389 402 ON DOMINATING THE CARTESIAN PRODUCT OF A GRAPH AND K 2 Bert L. Hartnell Saint Mary s University Halifax, Nova Scotia, Canada B3H 3C3 e-mail: bert.hartnell@smu.ca

More information

A characterization of diameter-2-critical graphs with no antihole of length four

A characterization of diameter-2-critical graphs with no antihole of length four Cent. Eur. J. Math. 10(3) 2012 1125-1132 DOI: 10.2478/s11533-012-0022-x Central European Journal of Mathematics A characterization of diameter-2-critical graphs with no antihole of length four Research

More information

On disconnected cuts and separators

On disconnected cuts and separators On disconnected cuts and separators Takehiro Ito 1, Marcin Kamiński 2, Daniël Paulusma 3 and Dimitrios M. Thilikos 4 1 Graduate School of Information Sciences, Tohoku University, Aoba-yama 6-6-05, Sendai,

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

arxiv: v1 [cs.dm] 4 May 2018

arxiv: v1 [cs.dm] 4 May 2018 Connected greedy colouring in claw-free graphs arxiv:1805.01953v1 [cs.dm] 4 May 2018 Ngoc Khang Le and Nicolas Trotignon November 9, 2018 Abstract An ordering of the vertices of a graph is connected if

More information

On the Complexity of Some Packing and Covering Problems in Graphs and Hypergraphs

On the Complexity of Some Packing and Covering Problems in Graphs and Hypergraphs On the Complexity of Some Packing and Covering Problems in Graphs and Hypergraphs Andreas Brandstädt University of Rostock, Germany (with C. Hundt, A. Leitert, M. Milanič, R. Mosca, R. Nevries, and D.

More information

On two conjectures about the proper connection number of graphs

On two conjectures about the proper connection number of graphs On two conjectures about the proper connection number of graphs Fei Huang, Xueliang Li, Zhongmei Qin Center for Combinatorics and LPMC arxiv:1602.07163v3 [math.co] 28 Mar 2016 Nankai University, Tianjin

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

Even Pairs and Prism Corners in Square-Free Berge Graphs

Even Pairs and Prism Corners in Square-Free Berge Graphs Even Pairs and Prism Corners in Square-Free Berge Graphs Maria Chudnovsky Princeton University, Princeton, NJ 08544 Frédéric Maffray CNRS, Laboratoire G-SCOP, University of Grenoble-Alpes, France Paul

More information

Graphs with large maximum degree containing no odd cycles of a given length

Graphs with large maximum degree containing no odd cycles of a given length Graphs with large maximum degree containing no odd cycles of a given length Paul Balister Béla Bollobás Oliver Riordan Richard H. Schelp October 7, 2002 Abstract Let us write f(n, ; C 2k+1 ) for the maximal

More information

Ring Sums, Bridges and Fundamental Sets

Ring Sums, Bridges and Fundamental Sets 1 Ring Sums Definition 1 Given two graphs G 1 = (V 1, E 1 ) and G 2 = (V 2, E 2 ) we define the ring sum G 1 G 2 = (V 1 V 2, (E 1 E 2 ) (E 1 E 2 )) with isolated points dropped. So an edge is in G 1 G

More information

arxiv: v1 [math.co] 7 Nov 2018

arxiv: v1 [math.co] 7 Nov 2018 DP-4-COLORABILITY OF TWO CLASSES OF PLANAR GRAPHS LILY CHEN 1 AND RUNRUN LIU 2 AND GEXIN YU 2, AND REN ZHAO 1 AND XIANGQIAN ZHOU 1,4 arxiv:1811.02920v1 [math.co] Nov 2018 1 School of Mathematical Sciences,

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

Upper Bounds of Dynamic Chromatic Number

Upper Bounds of Dynamic Chromatic Number Upper Bounds of Dynamic Chromatic Number Hong-Jian Lai, Bruce Montgomery and Hoifung Poon Department of Mathematics West Virginia University, Morgantown, WV 26506-6310 June 22, 2000 Abstract A proper vertex

More information

Generalized Subgraph-Restricted Matchings in Graphs

Generalized Subgraph-Restricted Matchings in Graphs Generalized Subgraph-Restricted Matchings in Graphs Wayne Goddard a Sandra M. Hedetniemi a Stephen T. Hedetniemi a Renu Laskar b a Dept of Computer Science, Clemson University, Clemson SC 29634, USA b

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

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 310 (2010) 3398 303 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: www.elsevier.com/locate/disc Maximal cliques in {P 2 P 3, C }-free graphs S.A.

More information

4-coloring P 6 -free graphs with no induced 5-cycles

4-coloring P 6 -free graphs with no induced 5-cycles 4-coloring P 6 -free graphs with no induced 5-cycles Maria Chudnovsky Department of Mathematics, Princeton University 68 Washington Rd, Princeton NJ 08544, USA mchudnov@math.princeton.edu Peter Maceli,

More information

arxiv: v1 [cs.dm] 12 Jun 2016

arxiv: v1 [cs.dm] 12 Jun 2016 A Simple Extension of Dirac s Theorem on Hamiltonicity Yasemin Büyükçolak a,, Didem Gözüpek b, Sibel Özkana, Mordechai Shalom c,d,1 a Department of Mathematics, Gebze Technical University, Kocaeli, Turkey

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

An Improved Algorithm for Parameterized Edge Dominating Set Problem

An Improved Algorithm for Parameterized Edge Dominating Set Problem An Improved Algorithm for Parameterized Edge Dominating Set Problem Ken Iwaide and Hiroshi Nagamochi Department of Applied Mathematics and Physics, Graduate School of Informatics, Kyoto University, Japan,

More information

Exact Algorithms for Dominating Induced Matching Based on Graph Partition

Exact Algorithms for Dominating Induced Matching Based on Graph Partition Exact Algorithms for Dominating Induced Matching Based on Graph Partition Mingyu Xiao School of Computer Science and Engineering University of Electronic Science and Technology of China Chengdu 611731,

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

Durham Research Online

Durham Research Online Durham Research Online Deposited in DRO: 23 May 2017 Version of attached le: Accepted Version Peer-review status of attached le: Peer-reviewed Citation for published item: Dabrowski, K.K. and Lozin, V.V.

More information

Triangle-free graphs with no six-vertex induced path

Triangle-free graphs with no six-vertex induced path Triangle-free graphs with no six-vertex induced path Maria Chudnovsky 1, Paul Seymour 2, Sophie Spirkl Princeton University, Princeton, NJ 08544 Mingxian Zhong Columbia University, New York, NY 10027 June

More information

Induced Saturation of Graphs

Induced Saturation of Graphs Induced Saturation of Graphs Maria Axenovich a and Mónika Csikós a a Institute of Algebra and Geometry, Karlsruhe Institute of Technology, Englerstraße 2, 76128 Karlsruhe, Germany Abstract A graph G is

More information

The Algorithmic Aspects of the Regularity Lemma

The Algorithmic Aspects of the Regularity Lemma The Algorithmic Aspects of the Regularity Lemma N. Alon R. A. Duke H. Lefmann V. Rödl R. Yuster Abstract The Regularity Lemma of Szemerédi is a result that asserts that every graph can be partitioned in

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

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

Some Nordhaus-Gaddum-type Results

Some Nordhaus-Gaddum-type Results Some Nordhaus-Gaddum-type Results Wayne Goddard Department of Mathematics Massachusetts Institute of Technology Cambridge, USA Michael A. Henning Department of Mathematics University of Natal Pietermaritzburg,

More information

K 4 -free graphs with no odd holes

K 4 -free graphs with no odd holes K 4 -free graphs with no odd holes Maria Chudnovsky 1 Columbia University, New York NY 10027 Neil Robertson 2 Ohio State University, Columbus, Ohio 43210 Paul Seymour 3 Princeton University, Princeton

More information

Discrete Applied Mathematics

Discrete Applied Mathematics Discrete Applied Mathematics 159 (2011) 1345 1351 Contents lists available at ScienceDirect Discrete Applied Mathematics journal homepage: www.elsevier.com/locate/dam On disconnected cuts and separators

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

The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs

The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs Maria Axenovich and Jonathan Rollin and Torsten Ueckerdt September 3, 016 Abstract An ordered graph G is a graph whose vertex set

More information

The Simultaneous Local Metric Dimension of Graph Families

The Simultaneous Local Metric Dimension of Graph Families Article The Simultaneous Local Metric Dimension of Graph Families Gabriel A. Barragán-Ramírez 1, Alejandro Estrada-Moreno 1, Yunior Ramírez-Cruz 2, * and Juan A. Rodríguez-Velázquez 1 1 Departament d Enginyeria

More information

Constructive proof of deficiency theorem of (g, f)-factor

Constructive proof of deficiency theorem of (g, f)-factor SCIENCE CHINA Mathematics. ARTICLES. doi: 10.1007/s11425-010-0079-6 Constructive proof of deficiency theorem of (g, f)-factor LU HongLiang 1, & YU QingLin 2 1 Center for Combinatorics, LPMC, Nankai University,

More information

A Single-Exponential Fixed-Parameter Algorithm for Distance-Hereditary Vertex Deletion

A Single-Exponential Fixed-Parameter Algorithm for Distance-Hereditary Vertex Deletion A Single-Exponential Fixed-Parameter Algorithm for Distance-Hereditary Vertex Deletion Eduard Eiben a, Robert Ganian a, O-joung Kwon b a Algorithms and Complexity Group, TU Wien, Vienna, Austria b Logic

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

Coloring graphs with forbidden induced subgraphs

Coloring graphs with forbidden induced subgraphs Coloring graphs with forbidden induced subgraphs Maria Chudnovsky Abstract. Since graph-coloring is an NP -complete problem in general, it is natural to ask how the complexity changes if the input graph

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

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

Maximum graphs with a unique minimum dominatingset

Maximum graphs with a unique minimum dominatingset Discrete Mathematics 60 (003) 197 03 www.elsevier.com/locate/disc Note Maximum graphs with a unique minimum dominatingset Miranca Fischermann, Dieter Rautenbach ;1, Lutz Volkmann Lehrstuhl II fur Mathematik,

More information

On the number of edge-disjoint triangles in K 4 -free graphs

On the number of edge-disjoint triangles in K 4 -free graphs On the number of edge-disjoint triangles in K 4 -free graphs arxiv:1506.03306v1 [math.co] 10 Jun 2015 Ervin Győri Rényi Institute Hungarian Academy of Sciences Budapest, Hungary gyori.ervin@renyi.mta.hu

More information

THE STRUCTURE AND EXISTENCE OF 2-FACTORS IN ITERATED LINE GRAPHS

THE STRUCTURE AND EXISTENCE OF 2-FACTORS IN ITERATED LINE GRAPHS Discussiones Mathematicae Graph Theory 27 (2007) 507 526 THE STRUCTURE AND EXISTENCE OF 2-FACTORS IN ITERATED LINE GRAPHS Michael Ferrara Department of Theoretical and Applied Mathematics The University

More information

On uniquely 3-colorable plane graphs without prescribed adjacent faces 1

On uniquely 3-colorable plane graphs without prescribed adjacent faces 1 arxiv:509.005v [math.co] 0 Sep 05 On uniquely -colorable plane graphs without prescribed adjacent faces Ze-peng LI School of Electronics Engineering and Computer Science Key Laboratory of High Confidence

More information

arxiv: v2 [cs.dm] 12 Jul 2014

arxiv: v2 [cs.dm] 12 Jul 2014 Interval Scheduling and Colorful Independent Sets arxiv:1402.0851v2 [cs.dm] 12 Jul 2014 René van Bevern 1, Matthias Mnich 2, Rolf Niedermeier 1, and Mathias Weller 3 1 Institut für Softwaretechnik und

More information

arxiv: v1 [math.co] 20 Oct 2018

arxiv: v1 [math.co] 20 Oct 2018 Total mixed domination in graphs 1 Farshad Kazemnejad, 2 Adel P. Kazemi and 3 Somayeh Moradi 1,2 Department of Mathematics, University of Mohaghegh Ardabili, P.O. Box 5619911367, Ardabil, Iran. 1 Email:

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

Partial characterizations of clique-perfect graphs I: subclasses of claw-free graphs

Partial characterizations of clique-perfect graphs I: subclasses of claw-free graphs Partial characterizations of clique-perfect graphs I: subclasses of claw-free graphs Flavia Bonomo a,1, Maria Chudnovsky b,2 and Guillermo Durán c,3 a Departamento de Computación, Facultad de Ciencias

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

Stability in the Erdős Gallai Theorems on cycles and paths

Stability in the Erdős Gallai Theorems on cycles and paths Journal of Combinatorial Theory, Series B 11 (016) 197 8 Contents lists available at ScienceDirect Journal of Combinatorial Theory, Series B www.elsevier.com/locate/jctb Stability in the Erdős Gallai Theorems

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

Extensions of a theorem of Erdős on nonhamiltonian graphs

Extensions of a theorem of Erdős on nonhamiltonian graphs Extensions of a theorem of Erdős on nonhamiltonian graphs Zoltán Füredi Alexandr Kostochka Ruth Luo March 9, 017 Abstract arxiv:1703.1068v [math.co] 5 Apr 017 Let n, d be integers with 1 d, and set hn,

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