Distance Coloring. Alexa Sharp. Cornell University, Ithaca, NY

Size: px
Start display at page:

Download "Distance Coloring. Alexa Sharp. Cornell University, Ithaca, NY"

Transcription

1 Distance Coloring Alexa Sharp Cornell Universit, Ithaca, NY Abstract. Given a graph G = (V, E), a (d, k)-coloring is a function from the vertices V to colors {1,,..., k} such that an two vertices within distance d of each other are assigned different colors. We determine the complexit of the (d, k)-coloring problem for all d and k, and enumerate some interesting properties of (d, k)-colorable graphs. Our main result is the discover of a dichotom between polnomial and NP-hard instances: for fixed d, the distance coloring problem is polnomial time for k 3d and NP-hard for k > 3d. Ke words: graph coloring, power graphs, complexit threshold 1 Introduction The classic k-coloring problem tries to assign a color from 1 to k to each vertex in a graph such that no two adjacent vertices share the same color [1]. The k- coloring problem, along with man variations and generaliations, is well-studied in both computer science and mathematics [ 6]. Its applications range from frequenc assignment [7] to circuit board testing [8], among others. The distance (d, k)-coloring problem is a generaliation of k-coloring that tries to assign a color from 1 to k to each vertex such that no two vertices within distance d of each other share the same color. Clearl, k-coloring is a special case of (d, k)-coloring with d = 1. Conversel, (d, k)-coloring a graph G is equivalent to k-coloring G d, the dth power graph of G. (The graph G d has the same vertex set as G and an edge between two vertices if and onl if the are within distance d of each other in G.) In this wa (d, k)-coloring is also a special case of k-coloring. Although k-coloring is NP-complete for k 3 and polnomial-time for k [1], the complexit of (d, k)-coloring is not so straightforward. It is NP-complete for large k [9, 10]; other special cases have been studied in depth, such as cubic graphs [11], planar graphs [1], and trees [13, 14]. However, there are man values of d and k for which (d, k)-coloring is polnomial-time; the dichotom between polnomial and NP-hard instances is the subject of this paper. The results are not onl of theoretical interest, but also of practical use in applications with underling structures that fit the power graph model. For example, we ma want to assign k frequencies to a set of radio stations, but require that an two stations within distance d of each other use different frequencies. The main result is significant, as it classifies the complexit of all instances of (d, k)-coloring for d : determining whether a graph is (d, k)-colorable is

2 Alexa Sharp polnomial-time for k 3d, but NP-hard for k > 3d. Moreover, (d, k)- coloring on trees is solvable in polnomial time. This paper presents man opportunities for future work; further improvements on these results, as well as their implications to generalied graph decompositions and complexit are explored in [15]. Preliminaries Given a graph G = (V, E) and integers d 1 and k d + 1, the goal of (d, k) coloring is to find an assignment of k colors to the vertices of G such that no two vertices within distance d of each other share the same color. More precisel, we want a function f : V {1,,..., k} such that d(u, v) d f(u) f(v). We sa G is (d, k)-colorable if such a function exists, and call the function itself a (d, k)-coloring. The standard k-coloring problem is the special case when d = 1. Observe that each connected component of G can be colored independentl; moreover, an component of sie less than or equal to k can be (d, k)-colored b assigning a distinct color to each vertex. Thus in this paper we assume that G is connected and has at least k + 1 vertices. Definition 1. For a vertex v and integer r, let G r v G be the subgraph of radius r around v, that is, the subgraph induced b {w d(w, v) r}. Definition. For a subgraph G G, the diameter of G, denoted diam(g ), is the maximum shortest path distance between an two vertices of G, that is, diam(g ) = max{d(u, v) u, v G }. Definition 3. Given a connected graph G = (V, E), the set V V is a cutset if the subgraph induced b V \ V is no longer connected. Definition 4. Given a graph G of sie at least k +1, a graph G = (V, E ) G is a forbidden (d, k) subgraph if diam(g ) min{d, V (k d) 1}..1 Properties of (d, k)-colorable Graphs Theorem 1. If G contains a forbidden (d, k) subgraph then it is not (d, k)- colorable. Proof. Suppose G = (V, E ) is a subgraph of G with diam(g ) min{d, V (k d) 1}. Let G be a connected graph induced b V and max{0, k +1 V } vertices of V \V ; G has k+1 vertices and diameter at most d, which precludes a (d, k)-coloring. Corollar 1. If there is a vertex v G such that G r v (k d) + r + 1 for an 1 r d then G cannot be (d, k)-colored. Proof. The diameter of G r v is at most r d. But r = (k d + r + 1) (k d) 1 G r v (k d) 1 and Theorem 1 completes the proof.

3 Distance Coloring 3 v (a) v (b) v (c) Fig. 1. Examples of Corollar 1 for (6, 9)-coloring. The graphs of 1(a), 1(b) cannot be (6, 9)-colored because G 3 v = 10; the graph of 1(c) is (6, 9)-colorable because G r v r + 3 for all r 3. Theorem. Given a (d, k)-colorable graph G with k 3d, if Gk d v is a strict subgraph of G for some v G, then G k d v contains a cutset of sie disconnecting v from G \ G k d v. Proof. First observe that an vertex G \ G k d v is connected to v through at least one vertex of each G i v \ G i 1 v for 1 i k d. We will show there is 1 i k d such that G i v \ G i 1 v. Then the removal of G i v \ Gv i 1, of at most two vertices, would disconnect from v. B wa of contradiction, suppose G i v \ G i 1 v 3 for all 1 i k d. Then G 0 v = 1 implies G i v 3i + 1. Hence G k d v (k d) + (k d) + 1, and G is not (d, k)-colorable b Corollar 1, a contradiction. Lemma 1. Let P be a path of length 0 p d, with left and right endpoints v L and v R, respectivel, in a (d, k)-colorable graph G, k 3d. Suppose there exist disjoint subgraphs P L, P R in G \ P such that P L {v L }, P R {v R } are connected and P L, P R d ; let O be the non-p vertices connected to P in the graph G \ (P L P R ). Then O k d 1. Proof. See Appendix for the proof and an illustration of the notation. 3 Negative Complexit Results We know that (1, k)-coloring is NP-hard for k 3; we now use the results of Section to show that for d, (d, k)-coloring is NP-hard for k > 3d. Theorem 3. The (d, k)-coloring problem is NP-hard for d, k > 3d.

4 4 Alexa Sharp Theorem 3 follows via a reduction from (1, k)-coloring (k-col). Given a graph G that we wish to k-color, we construct a graph G such that G is k-colorable if and onl if G is (d, k)-colorable. The building block of this reduction is a triangle gadget G, which is shown in Figure. x d d d x d d d k 3d 1 k 3d 1 (a) (b) Fig.. (a) and (b) show Theorem 3 s G gadget for odd and even d, respectivel. Lemma. If G is (d, k)-colorable then x, and have the same color. Proof. The k 1 vertices in G \ {x,, } are within distance d of each other, and use k 1 distinct colors. The vertices x, and are within distance d of all these k 1 colors, but distance d + 1 from each other. If G is (d, k)-colorable then x, and are colored the same. Reduction from k-col. Given an instance G = (V, E) of k-col, create the graph G = (V, E ) as follows. For each vertex u V, create gadget G u G b concatenating deg(u) k 4 copies of G, overlapping the x and vertices, alwas leaving the vertices open. Ever k 4 th vertex is reserved for use as follows: for each edge e = (u, v) G, create an edge (u e, v e ) G where u e and v e are reserved vertices of G u and G v, respectivel; an example of this reduction is shown in Figure 3. Note that G is polsie, as G = k + and it is copied u V deg(u) k4 times. Lemma 3. If G is (d, k)-colorable then u e, u f G have the same color for all edges e, f incident to u G. Proof. B Lemma we know that G u s x, and vertices must be the same color. The vertices u e and u f are simpl vertices, and the result follows. Lemma 4. If G is (d, k)-colorable then for edge e = (u, v) G, u e, v e G are different colors. Proof. If e = (u, v) G then (u e, v e ) G. Thus d(u e, v e ) d and u e, v e are different colors in G.

5 Distance Coloring 5 v e u t f g w v e u e k 4 1 k 4 1 w f u f t g ug (a) (b) Fig. 3. 3(a) An instance G of k-col. 3(b) A subgraph of the graph G constructed from G in Theorem 3. Lemma 5. If G is (d, k)-colorable then G is k-colorable. Proof. If G has a (d, k)-coloring C then create a k-coloring D of G b setting D(u) = C(u e ) for an e incident to u. Since C(u e ) = C(u f ) for all e, f incident to u b Lemma 3, D is well-defined. Moreover, D(u) D(v) for (u, v) G b Lemma 4, and D uses at most k colors. Lemma 6. If G is k-colorable then G is (d, k)-colorable. The proof of Lemma 6 requires some additional framework. Consider the colors of the vertices of G \{x,, }, labeled as in figure 4(a). If we use the coloring of this G to color an adjacent G as shown in Figures 4(b) or 4(c) then we will have defined a smmetr group based on the colors of G \ {x,, }; the base set is A = {a 1, a,..., a k 1 } and we have two elements σ, π : A A, where σ is the shift operator (a 1 a a k 1 ) and τ is the adjacent transposition operator (a 1 a )(a 3 )(a 4 ) (a k 1 ). Lemma 7. Appling either the shift σ or the transposition τ to the colors of G ields a valid coloring. Proof. The vertices of the same color in adjacent G s are at least distance d + 1 apart. Lemma 8. An adjacent transposition π = (a j a j+1 ) can be generated from k compositions of σ and τ. Proof. Use the shift σ j 1 times, transpose with τ once, then shift again (k 1) (j 1) times. The onl elements transposed are j and j + 1; the remaining elements shift k 1 times and hence are unchanged. Lemma 9. An transposition π = (a i a j ) can be generated from k compositions of adjacent transpositions. Proof. Without loss of generalit, suppose i < j. Then (a i a j ) = (a j 1 a j )(a j a j 1 ) (a i a i+1 )(a i+1 a i+ ) (a j a j 1 )(a j 1 a j ), which uses (j i) 1 k transpositions, as required.

6 6 Alexa Sharp a a 4 x a 3 a 5 +1a d+1 a k 1 a 1 +1 a d+ a d+3 (a) a shift σ a 1 a 4 a 3 x a 3 a 5 a k 1 a 1 +1 a d+1 +1 a a 4 a a k 1 a d+ a d+3 (b) a d+1 a d+ a d+3 a a 4 adjacent transposition τ a 1 a 4 x a 3 a 5 a k 1 a 1 +1 a d+1 +1 a 3 a +1 a d+1 5 a k 1 a +1 a d+ a d+3 (c) a d+ a d+3 Fig. 4. 4(a) The set A for the basis of the permutation group for odd d. The same labeling can be used for even d, ignoring the center vertex. 4(b) The shift operator σ. 4(c) The adjacent transposition operator τ. π p ) can be generated from p composi- Lemma 10. An ccle π = (π 1 π tions of transpositions. Proof. Note that (π 1 π π p ) = (π 1 π p )(π 1 π p 1 ) (π 1 π 3 )(π 1 π ). Lemma 11. An permutation on k elements can be generated from k 4 compositions of the shift σ and the adjacent transposition τ.

7 Distance Coloring 7 Proof. First note that an permutation on A can be generated b at most k ccles of length k. B Lemmas 8-10 we have that k ccles of length k are generated b k transpositions, which are generated b k 3 adjacent transpositions, which are generated b k 4 compositions of σ and τ. Thus an permutation is generated b k 4 compositions of σ and τ. Proof of Lemma 6. Given a k-coloring D of G we show how to (d, k)-color the gadgets of G. First, for each vertex u G, color all of G u s x, and vertices with the color D(u). This is feasible because these vertices are distance d + 1 apart, and their color is different from all neighboring gadgets x,, colors. Next, for each vertex u G, color the G s directl connected to G v for some v u G. Now the remaining uncolored G gadgets in G u are chains of k 4 1 G s between two colored G s. We know from Lemma 11 that there is some chain of at most k 4 compositions of σ and τ that lead from an one coloring of G to the next, and each composition corresponds to a valid coloring of each G. Thus we know there is a sequence of colorings getting us from one G to the one distance k 4 awa, and G can thus be (d, k) colored. Proof of Theorem 3. The polnomial reduction constructs a graph G that is (d, k)-colorable if and onl if G is k-colorable, b Lemmas 5 and 6. Therefore (d, k)-coloring is NP-complete for d and k 3d Positive Complexit Results Thus (d, k)-coloring is NP-hard for d, k > 3d ; we now show that the remaining parameters lead to polnomial-time solutions. 4.1 (d, d + 1)-coloring Theorem 4. The (d, d + 1)-coloring problem is polnomial-time solvable. Proof. A graph is (1, )-colorable if and onl if it is bipartite. For d, if G contains a vertex of degree 3 or greater, then it is not (d, d + 1)-colorable b Corollar 1. Otherwise, G is a path or ccle. If it is a ccle but its length is not a multiple of (d + 1) then it is not (d, d + 1)-colorable. Otherwise G is a path or a ccle whose length is a multiple of (d + 1). In either case, ccle through the colors 1,,..., (d + 1), which ensures that vertices within distance d of each other are colored differentl. 4. (d, k)-coloring for k 3d We describe an algorithm polnomial in G that either produces a (d, k)-coloring of G or declares that no such coloring exists. The algorithm finds a bounded treewidth tree decomposition of G [16], then colors the graph using known coloring algorithms for bounded tree-width graphs [17, 18].

8 8 Alexa Sharp Definition 5. A tree decomposition of G = (V, E) is a triple (T, F, X) consisting of an undirected tree (T, F ) and a map X : T V associating a subset X i V with each i T such that I. V = i T X i; II. for all edges (u, v) E, there exists i T such that u, v X i ; III. if j lies on the path between i and k in (T, F ), then X i X k X j. Definition 6. The width of (T, F, X) is max i { X i 1}. Definition 7. A path decomposition (T, F, X) is a tree decomposition in which the graph (T, F ) is a simple path. We first tr to compute a path decomposition of the graph G. Let P be a simple path of length d + 1 in G, and let s be a center vertex; if no such path exists then diam(g) d and G is not (d, k)-colorable. Otherwise, perform a breadth-first search on G starting from s to get level sets L 0, L 1,..., L m, where L i consists of the set of vertices of distance i from the root s. The level graph H is the graph consisting of vertices V and directed edges from L i to L i+1, ignoring edges between vertices on the same level. We take L j = for j > m. For 0 i max{0, m d}, let X i def = i+d j=i Lemma 1. If G is (d, k)-colorable, then X i 5d. L j. (1) Proof. Label the right side of P as s = s R 0, s R 1,..., s R m R and the left side of P as s = s L 0, s L 1,..., s L m L such that s R i, sl i L i (where m L, m R d because l(p ) d + 1). For 0 i m, let Ti R, T i L be the subgraphs of the level graph rooted at s R i, sl i, respectivel, consisting of all vertices reachable from sr i, sl i b a (directed) path in H. Let T L = H \T1 R, T R = H \T1 L. Note that H = T L T R. See Figure 5. To obtain the result for X i, we bound X i T R and X i T L separatel, showing X i T R, X i T L 5d. The arguments are identical except for notation, so without loss of generalit we argue onl the former. For X i T R, let j = min{m R, i + d} d and l = max{0, i (k d)} (see Figure 6). Then j 0 and l i m R d, and X i T R = X i T R i + X i (T R \ T R i ) () = X i T R j + X i (T R i \ T R j ) + X i (T R \ T R i ) (3) X i T R j + X i (T R i \ T R j ) + X i (T R l \ T R i ), (4) where the last inequalit follows because an vertex v (X i T R ) \ Tl R is at least distance i l + 1 (k d) from its connection point on P, which has d and d vertices of P on either side of it; this forms a forbidden subgraph, therefore no such v exists since G is (d, k)-colorable.

9 Distance Coloring 9 s R 1 s R s R m R T R s R 0 = s = s L 0 T L s L 1 s L s L m L Fig. 5. Notation used in Lemma 1. s R l d s R i s R j s R min{m R,i+d} X i T R Fig. 6. The above inequalities shown pictoriall. The light gra triangle is X i T R j. The dark gra triangles are X i (T R i \ T R j ). The small white triangle is X i (T R l \ T R i ). For X i Tj R, note that there are d vertices of P \ T j R within d of sr j. Either G is not (d, k)-colorable or there are k d d vertices in T j R within distance d of sr j ; since T j R X i is precisel this set of vertices, Tj R X i d. For X i (Ti R \ Tj R), consider the interval of length p = j i d from sr i to s R j. There are at least d vertices in P \ T i R and P Tj R, respectivel, thus b Lemma 1, either G is not (d, k)-colorable or (Ti R \ Tj R ) \ P k d 1, and X i (Ti R \ Tj R) k d 1 + p + 1 k d d. For X i (Tl R \ T i R) consider the interval sr l to sr i of length p = i l d. There are d vertices in P \ T l R and P Ti R, respectivel, and either G is not (d, k)-colorable, or Tl R \ Ti R \ P k d 1, and X i (Tl R \ Ti R) d. Thus X i T R 5d, and X i H = X i 5d, as required. Theorem 5. For fixed constants d, k with k 3d, there is an O(n) algorithm for finding a (d, k)-coloring of G if one exists. Proof. We use the algorithm of Section 4. to either find a path decomposition (T, F, X) of G of width at most 5d or determine that G is not (d, k)-colorable.

10 10 Alexa Sharp Assume the former. Then (T, F, X) is also a path decomposition of the dth power graph G d. The algorithms of [17, 18] can determine the (1, k)-colorabilit of G d in linear time, and a (1, k)-coloring of G d is precisel a (d, k)-coloring of G. 5 Coloring on Trees Although it is alread known that (d, k)-coloring trees is polnomial-time solvable [13], the results of this paper lead to a nice combinatorial method to achieve the same result. This does not require d or k to be fixed. Algorithm to Find a (d, k)-coloring for a Tree T. 1. If d = 1 and k then we (1, )-color T, a bipartite graph.. Otherwise, perform a breadth-first search on T, starting from a leaf node s to get level sets L 0, L 1,..., L m, where L i consists of the set of vertices of distance i from the root s. 3. For i = 0, 1,,..., m, color the vertices of L i in some arbitrar order b assigning v L i the lowest color not et used in G d v. 4. If we need more than k colors then T is not (d, k)-colorable, otherwise return the assigned coloring. Lemma 13. The algorithm returns a coloring of T if and onl if T is (d, k)- colorable. Proof. [ ] Consider a coloring found b the algorithm; it uses at most k colors. Moreover, no two vertices within distance d of each other are assigned the same color. Indeed, consider an two vertices u and v such that d(u, v) d, and suppose u preceded v in the algorithm. Then when v is considered, u s color is excluded from consideration; consequentl, the algorithm will not assign v the color that it used for u. [ ] Suppose T is (d, k)-colorable. Consider one of the vertices v, and suppose there are t vertices alread colored within distance d of v. Then these t vertices along with v are within distance d of each other b properties of the BFS tree, and hence t+1 k necessaril. It follows that this set of t vertices uses t k 1 colors, and so there is a color that can be assigned to v without exceeding the allotted k colors. This work was supported b NSF grant CCF An views and conclusions expressed herein are those of the author and do not necessaril represent the official policies or endorsements of the National Science Foundation or the United States government. Acknowledgments. I would like to thank Dexter Koen for his man useful comments and insights, as well as the anonmous reviewers for their helpful suggestions.

11 Distance Coloring 11 References 1. Gare, M.R., Johnson, D.S.: Computers and Intractabilit; A Guide to the Theor of NP-Completeness. W. H. Freeman & Co. (1990). Bond, J., Murt, U.: Graph Theor with Applications. The MacMillan Press Ltd (1978) 3. Fiorini, S., Wilson, R.J.: Edge-colourings of graphs. In Beineke, L.W., Wilson, R.J., eds.: Selected Topics in Graph Theor. Academic Press, Inc., London (1978) Bollobás, B., Harris, A.J.: List-colourings of graphs. Graphs and Combinatorics 1 (1985) Wilson, B.: Line-distinguishing and harmonious colourings. In Nelson, R., Wilson, R.J., eds.: Graph Colourings. Pitman Research Notes in Mathematics Series. Longman Scientific & Technical, Longman house, Burnt Mill, Harlow, Essex, UK (1990) Chetwnd, A.: Total colourings of graphs. In Nelson, R., Wilson, R.J., eds.: Graph Colourings. Pitman Research Notes in Mathematics Series. Longman Scientific & Technical, Longman house, Burnt Mill, Harlow, Essex, UK (1990) Gamst, A.: Some lower bounds for a class of frequenc assignment problems. IEEE Trans. Veh. Technol. VT-35 (1986) Gare, M.R., Johnson, D.S., So, H.C.: An application of graph coloring to printed circuit testing. IEEE Transactions on Circuits and Sstems Vol. CAS-3 (1976) Lin, Y.L., Skiena, S.S.: Algorithms for square roots of graphs. SIAM J. Discret. Math. 8 (1995) McCormic, S.T.: Optimal approximation of sparse hessians and its equivalence to a graph coloring problem. Math. Programming 6 (1983) Heggernes, P., Telle, J.A.: Partitioning graphs into generalied dominating sets. Nordic J. of Computing 5 (1998) Agnarsson, G., Halldórsson, M.M.: Coloring powers of planar graphs. In: Proceedings of the 11th annual ACM-SIAM smposium on Discrete algorithms, Philadelphia, PA, USA, Societ for Industrial and Applied Mathematics (000) Bertossi, A.A., Pinotti, M.C., Rii, R.: Channel assignment on strongl-simplicial graphs. In: IPDPS 03: Proceedings of the 17th International Smposium on Parallel and Distributed Processing, Washington, DC, USA, IEEE Computer Societ (003). 14. Agnarsson, G., Greenlow, R., Halldórsson, M.: On powers of chordal graphs and their colorings. Congressus Numerantium 100 (000) Koen, D., Sharp, A.: On distance coloring. Technical Report cul.cis/tr , Cornell Universit (007) 16. Robertson, N., Semour, P.D.: Graph minors. ii. algorithmic aspects of tree-width. J. Algorithms 7 (1986) Andrejak, A.: An algorithm for the tutte polnomials of graphs of bounded treewidth. Discrete Math. 190 (1998) Noble, S.D.: Evaluating the tutte polnomial for graphs of bounded tree-width. Comb. Probab. Comput. 7 (1998) Appendix Lemma 14. Let P be a path of length 0 p d, with left and right endpoints v L and v R, respectivel, in a (d, k)-colorable graph G, k 3d. Suppose there exist

12 1 Alexa Sharp disjoint subgraphs P L, P R in G \ P such that P L {v L}, P R {v R} are connected and P L, P R d ; let O be the non-p vertices connected to P in the graph G\(PL PR). Then O k d 1. Proof. Label P as v L = v 0, v 1,..., v p = v R. Let O 0, O 1,..., O p be a partition of O such that the induced subgraph O i {v i} is connected for all 0 i p. See Figure 7. O 1 O O P L P R v L = v 0 v 1 v v 3 v R = v p Fig. 7. Notation for Lemma 14. Note that O i k d 1 d 1 for all i 0 otherwise d G v i forbidden subgraph and G not (d, k)-colorable b Theorem 1. Let would be a d L = max{ d max{ Oi + i, d }, max i 0 { Oi i}} d i 0 p. (5) Consider the subgraph G consisting of P, the d L d closest vertices of PL to vl and the d p dl d closest vertices of PR to vr; G consists of d +1 vertices within distance d of each other. The vertices of O are within dl + max j 0{ O j + j} of the G P L vertices, where d L + max j 0 max{ Oi } + max{ Oj + j}, i 0 j 0 (6) { Oi i} + max{ Oj + j}} (7) max i 0 j 0 max{ d, max { Oi, Oi + Oj + p}} (8) i 0,j i max{ d, O + p}. (9) Similarl, the vertices of O are within d p dl + max j 0{ O j + p j} of the G P R vertices, where d dl + max j 0 max{ d max{ Oi } i 0 (10) max{ Oj j}, 0} j 0 (11) d. (1) Lastl, the vertices of O are at most distance p + O from each other. Thus we have d O vertices within distance max{ d, O + p} of each other, and hence O k d 1 otherwise there is a forbidden subgraph.

On Distance Coloring

On Distance Coloring On Distance Coloring A review based on work with Dexter Kozen Alexa Sharp Oberlin College, Oberlin, OH Abstract. An undirected graph G = (V, E) is (d, k)-colorable if there is a vertex coloring using at

More information

On Distance Coloring

On Distance Coloring On Distance Coloring Dexter Kozen Cornell University Alexa Sharp Oberlin College June 29, 2007 Abstract Call a connected undirected graph (d, c)-colorable if there is a vertex coloring using at most c

More information

Complexity of conditional colorability of graphs

Complexity of conditional colorability of graphs Complexity of conditional colorability of graphs Xueliang Li 1, Xiangmei Yao 1, Wenli Zhou 1 and Hajo Broersma 2 1 Center for Combinatorics and LPMC-TJKLC, Nankai University Tianjin 300071, P.R. China.

More information

Dominator Colorings and Safe Clique Partitions

Dominator Colorings and Safe Clique Partitions Dominator Colorings and Safe Clique Partitions Ralucca Gera, Craig Rasmussen Naval Postgraduate School Monterey, CA 994, USA {rgera,ras}@npsedu and Steve Horton United States Military Academy West Point,

More information

Hamiltonicity and Fault Tolerance

Hamiltonicity and Fault Tolerance Hamiltonicit and Fault Tolerance in the k-ar n-cube B Clifford R. Haithcock Portland State Universit Department of Mathematics and Statistics 006 In partial fulfillment of the requirements of the degree

More information

arxiv: v1 [math.co] 29 Jul 2010

arxiv: v1 [math.co] 29 Jul 2010 RADIO NUMBERS FOR GENERALIZED PRISM GRAPHS PAUL MARTINEZ, JUAN ORTIZ, MAGGY TOMOVA, AND CINDY WYELS arxiv:1007.5346v1 [math.co] 29 Jul 2010 Abstract. A radio labeling is an assignment c : V (G) N such

More information

On Dominator Colorings in Graphs

On Dominator Colorings in Graphs On Dominator Colorings in Graphs Ralucca Michelle Gera Department of Applied Mathematics Naval Postgraduate School Monterey, CA 994, USA ABSTRACT Given a graph G, the dominator coloring problem seeks 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

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

Orientations of digraphs almost preserving diameter

Orientations of digraphs almost preserving diameter Orientations of digraphs almost preserving diameter Gregor Gutin Department of Computer Science Roal Hollowa, Universit of London Egham, Surre TW20 0EX, UK, gutin@dcs.rhbnc.ac.uk Anders Yeo BRICS, Department

More information

THE RADIO NUMBERS OF ALL GRAPHS OF ORDER n AND DIAMETER n 2

THE RADIO NUMBERS OF ALL GRAPHS OF ORDER n AND DIAMETER n 2 LE MATEMATICHE Vol LXVIII (2013) Fasc II, pp 167 190 doi: 104418/201368213 THE RADIO NUMBERS OF ALL GRAPHS OF ORDER n AND DIAMETER n 2 K F BENSON - M PORTER - M TOMOVA A radio labeling of a simple connected

More information

EXACT DOUBLE DOMINATION IN GRAPHS

EXACT DOUBLE DOMINATION IN GRAPHS Discussiones Mathematicae Graph Theory 25 (2005 ) 291 302 EXACT DOUBLE DOMINATION IN GRAPHS Mustapha Chellali Department of Mathematics, University of Blida B.P. 270, Blida, Algeria e-mail: mchellali@hotmail.com

More information

The Lefthanded Local Lemma characterizes chordal dependency graphs

The Lefthanded Local Lemma characterizes chordal dependency graphs The Lefthanded Local Lemma characterizes chordal dependency graphs Wesley Pegden March 30, 2012 Abstract Shearer gave a general theorem characterizing the family L of dependency graphs labeled with probabilities

More information

1.1 P, NP, and NP-complete

1.1 P, NP, and NP-complete CSC5160: Combinatorial Optimization and Approximation Algorithms Topic: Introduction to NP-complete Problems Date: 11/01/2008 Lecturer: Lap Chi Lau Scribe: Jerry Jilin Le This lecture gives a general introduction

More information

1 Greedy Graph Algorithms

1 Greedy Graph Algorithms +//+ Algorithms & Data Structures (DL) Exam of 7 December 5 Instructions: This is a multiple-choice exam, to save ou the time of tiding up the presentation of our answers. There is exactl one correct answer

More information

A Linear-Time Algorithm for the Terminal Path Cover Problem in Cographs

A Linear-Time Algorithm for the Terminal Path Cover Problem in Cographs A Linear-Time Algorithm for the Terminal Path Cover Problem in Cographs Ruo-Wei Hung Department of Information Management Nan-Kai Institute of Technology, Tsao-Tun, Nantou 54, Taiwan rwhung@nkc.edu.tw

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

arxiv: v1 [cs.dm] 29 Oct 2012

arxiv: v1 [cs.dm] 29 Oct 2012 arxiv:1210.7684v1 [cs.dm] 29 Oct 2012 Square-Root Finding Problem In Graphs, A Complete Dichotomy Theorem. Babak Farzad 1 and Majid Karimi 2 Department of Mathematics Brock University, St. Catharines,

More information

On judicious bipartitions of graphs

On judicious bipartitions of graphs On judicious bipartitions of graphs Jie Ma Xingxing Yu Abstract For a positive integer m, let fm be the maximum value t such that any graph with m edges has a bipartite subgraph of size at least t, and

More information

Provable intractability. NP-completeness. Decision problems. P problems. Algorithms. Two causes of intractability:

Provable intractability. NP-completeness. Decision problems. P problems. Algorithms. Two causes of intractability: Provable intractabilit -completeness Selected from Computer and Intractabilit b MR Gare and DS Johnson (979) Two causes of intractabilit: The problem is so difficult that an exponential amount of time

More information

The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles

The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles Snežana Mitrović-Minić Ramesh Krishnamurti School of Computing Science, Simon Fraser University, Burnaby,

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

arxiv: v3 [cs.dm] 18 Oct 2017

arxiv: v3 [cs.dm] 18 Oct 2017 Decycling a Graph by the Removal of a Matching: Characterizations for Special Classes arxiv:1707.02473v3 [cs.dm] 18 Oct 2017 Fábio Protti and Uéverton dos Santos Souza Institute of Computing - Universidade

More information

A characterisation of eccentric sequences of maximal outerplanar graphs

A characterisation of eccentric sequences of maximal outerplanar graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 58(3) (2014), Pages 376 391 A characterisation of eccentric sequences of maximal outerplanar graphs P. Dankelmann Department of Mathematics University of Johannesburg

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

Cycles with consecutive odd lengths

Cycles with consecutive odd lengths Cycles with consecutive odd lengths arxiv:1410.0430v1 [math.co] 2 Oct 2014 Jie Ma Department of Mathematical Sciences, Carnegie Mellon University, Pittsburgh, PA 15213. Abstract It is proved that there

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

MATHEMATICAL ENGINEERING TECHNICAL REPORTS. Boundary cliques, clique trees and perfect sequences of maximal cliques of a chordal graph

MATHEMATICAL ENGINEERING TECHNICAL REPORTS. Boundary cliques, clique trees and perfect sequences of maximal cliques of a chordal graph MATHEMATICAL ENGINEERING TECHNICAL REPORTS Boundary cliques, clique trees and perfect sequences of maximal cliques of a chordal graph Hisayuki HARA and Akimichi TAKEMURA METR 2006 41 July 2006 DEPARTMENT

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

A LOWER BOUND FOR RADIO k-chromatic NUMBER OF AN ARBITRARY GRAPH

A LOWER BOUND FOR RADIO k-chromatic NUMBER OF AN ARBITRARY GRAPH Volume 10, Number, Pages 5 56 ISSN 1715-0868 A LOWER BOUND FOR RADIO k-chromatic NUMBER OF AN ARBITRARY GRAPH SRINIVASA RAO KOLA AND PRATIMA PANIGRAHI Abstract Radio k-coloring is a variation of Hale s

More information

Tree Decomposition of Graphs

Tree Decomposition of Graphs Tree Decomposition of Graphs 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. It is shown

More information

GUOLI DING AND STAN DZIOBIAK. 1. Introduction

GUOLI DING AND STAN DZIOBIAK. 1. Introduction -CONNECTED GRAPHS OF PATH-WIDTH AT MOST THREE GUOLI DING AND STAN DZIOBIAK Abstract. It is known that the list of excluded minors for the minor-closed class of graphs of path-width numbers in the millions.

More information

Fractional and circular 1-defective colorings of outerplanar graphs

Fractional and circular 1-defective colorings of outerplanar graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 6() (05), Pages Fractional and circular -defective colorings of outerplanar graphs Zuzana Farkasová Roman Soták Institute of Mathematics Faculty of Science,

More information

The maximum edge biclique problem is NP-complete

The maximum edge biclique problem is NP-complete The maximum edge biclique problem is NP-complete René Peeters Department of Econometrics and Operations Research Tilburg University The Netherlands April 5, 005 File No. DA5734 Running head: Maximum edge

More information

A PARTIAL CHARACTERIZATION OF THE COCIRCUITS OF A SPLITTING MATROID

A PARTIAL CHARACTERIZATION OF THE COCIRCUITS OF A SPLITTING MATROID DEPARTMENT OF MATHEMATICS TECHNICAL REPORT A PARTIAL CHARACTERIZATION OF THE COCIRCUITS OF A SPLITTING MATROID DR. ALLAN D. MILLS MAY 2004 No. 2004-2 TENNESSEE TECHNOLOGICAL UNIVERSITY Cookeville, TN 38505

More information

RECOGNIZING WEIGHTED DIRECTED CARTESIAN GRAPH BUNDLES

RECOGNIZING WEIGHTED DIRECTED CARTESIAN GRAPH BUNDLES Discussiones Mathematicae Graph Theory 20 (2000 ) 39 56 RECOGNIZING WEIGHTED DIRECTED CARTESIAN GRAPH BUNDLES Blaž Zmazek Department of Mathematics, PEF, University of Maribor Koroška 160, si-2000 Maribor,

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

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

Augmenting Outerplanar Graphs to Meet Diameter Requirements

Augmenting Outerplanar Graphs to Meet Diameter Requirements Proceedings of the Eighteenth Computing: The Australasian Theory Symposium (CATS 2012), Melbourne, Australia Augmenting Outerplanar Graphs to Meet Diameter Requirements Toshimasa Ishii Department of Information

More information

INTEGER-MAGIC SPECTRA OF AMALGAMATIONS OF STARS AND CYCLES. Sin-Min Lee San Jose State University San Jose, CA

INTEGER-MAGIC SPECTRA OF AMALGAMATIONS OF STARS AND CYCLES. Sin-Min Lee San Jose State University San Jose, CA INTEGER-MAGIC SPECTRA OF AMALGAMATIONS OF STARS AND CYCLES Sin-Min Lee San Jose State Universit San Jose, CA 9592 lee@cs.sjsu.edu Ebrahim Salehi Department of Mathematical Sciences Universit of Nevada

More information

Radio Number for Square of Cycles

Radio Number for Square of Cycles Radio Number for Square of Cycles Daphne Der-Fen Liu Melanie Xie Department of Mathematics California State University, Los Angeles Los Angeles, CA 9003, USA August 30, 00 Abstract Let G be a connected

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

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs Chiang Mai J. Sci. 2013; 40(1) 8 3 Chiang Mai J. Sci. 2013; 40(1) : 83-88 http://it.science.cmu.ac.th/ejournal/ Contributed Paper The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and

More information

Bounds on Shannon Capacity and Ramsey Numbers from Product of Graphs

Bounds on Shannon Capacity and Ramsey Numbers from Product of Graphs Bounds on Shannon Capacity and Ramsey Numbers from Product of Graphs Xiaodong Xu Guangxi Academy of Sciences Nanning, Guangxi 530007, China xxdmaths@sina.com and Stanis law P. Radziszowski Department of

More information

Complexity of Locally Injective k-colourings of Planar Graphs

Complexity of Locally Injective k-colourings of Planar Graphs Complexity of Locally Injective k-colourings of Planar Graphs Jan Kratochvil a,1, Mark Siggers b,2, a Department of Applied Mathematics and Institute for Theoretical Computer Science (ITI) Charles University,

More information

On the metric dimension of the total graph of a graph

On the metric dimension of the total graph of a graph Notes on Number Theory and Discrete Mathematics Print ISSN 1310 5132, Online ISSN 2367 8275 Vol. 22, 2016, No. 4, 82 95 On the metric dimension of the total graph of a graph B. Sooryanarayana 1, Shreedhar

More information

Bulletin of the Iranian Mathematical Society

Bulletin of the Iranian Mathematical Society ISSN: 117-6X (Print) ISSN: 1735-8515 (Online) Bulletin of the Iranian Mathematical Society Vol. 4 (14), No. 6, pp. 1491 154. Title: The locating chromatic number of the join of graphs Author(s): A. Behtoei

More information

Multilevel Distance Labelings for Paths and Cycles

Multilevel Distance Labelings for Paths and Cycles Multilevel Distance Labelings for Paths and Cycles Daphne Der-Fen Liu Department of Mathematics California State University, Los Angeles Los Angeles, CA 90032, USA Email: dliu@calstatela.edu Xuding Zhu

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

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

Turán numbers of vertex-disjoint cliques in r-partite graphs

Turán numbers of vertex-disjoint cliques in r-partite graphs Turán numbers of vertex-disjoint cliques in r-partite graphs Jessica De Silva a,1,, Kristin Heysse b, Adam Kapilow c,, Anna Schenfisch d,, Michael Young e, a University of Nebraska-Lincoln, United States

More information

The Maze Generation Problem is NP-complete

The Maze Generation Problem is NP-complete The Mae Generation Problem is NP-complete Mario Alviano Department of Mathematics, Universit of Calabria, 87030 Rende (CS), Ital alviano@mat.unical.it Abstract. The Mae Generation problem has been presented

More information

Cycle decompositions of the complete graph

Cycle decompositions of the complete graph Cycle decompositions of the complete graph A.J.W. Hilton Department of Mathematics University of Reading Whiteknights P.O. Box 220 Reading RG6 6AX U.K. Matthew Johnson Department of Mathematics London

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

Graceful Tree Conjecture for Infinite Trees

Graceful Tree Conjecture for Infinite Trees Graceful Tree Conjecture for Infinite Trees Tsz Lung Chan Department of Mathematics The University of Hong Kong, Pokfulam, Hong Kong h0592107@graduate.hku.hk Wai Shun Cheung Department of Mathematics The

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

Group Colorability of Graphs

Group Colorability of Graphs Group Colorability of Graphs Hong-Jian Lai, Xiankun Zhang Department of Mathematics West Virginia University, Morgantown, WV26505 July 10, 2004 Abstract Let G = (V, E) be a graph and A a non-trivial Abelian

More information

Cycle Double Cover Conjecture

Cycle Double Cover Conjecture Cycle Double Cover Conjecture Paul Clarke St. Paul's College Raheny January 5 th 2014 Abstract In this paper, a proof of the cycle double cover conjecture is presented. The cycle double cover conjecture

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 [math.co] 17 Jul 2017

arxiv: v1 [math.co] 17 Jul 2017 Bad News for Chordal Partitions Alex Scott Paul Seymour David R. Wood Abstract. Reed and Seymour [1998] asked whether every graph has a partition into induced connected non-empty bipartite subgraphs such

More information

arxiv:math/ v1 [math.co] 17 Apr 2002

arxiv:math/ v1 [math.co] 17 Apr 2002 arxiv:math/0204222v1 [math.co] 17 Apr 2002 On Arithmetic Progressions of Cycle Lengths in Graphs Jacques Verstraëte Department of Pure Mathematics and Mathematical Statistics Centre for Mathematical Sciences

More information

Parity Versions of 2-Connectedness

Parity Versions of 2-Connectedness Parity Versions of 2-Connectedness C. Little Institute of Fundamental Sciences Massey University Palmerston North, New Zealand c.little@massey.ac.nz A. Vince Department of Mathematics University of Florida

More information

Group connectivity of certain graphs

Group connectivity of certain graphs Group connectivity of certain graphs Jingjing Chen, Elaine Eschen, Hong-Jian Lai May 16, 2005 Abstract Let G be an undirected graph, A be an (additive) Abelian group and A = A {0}. A graph G is A-connected

More information

Radio Number for Square Paths

Radio Number for Square Paths Radio Number for Square Paths Daphne Der-Fen Liu Department of Mathematics California State University, Los Angeles Los Angeles, CA 9003 Melanie Xie Department of Mathematics East Los Angeles College Monterey

More information

Equitable list colorings of planar graphs without short cycles

Equitable list colorings of planar graphs without short cycles Theoretical Computer Science 407 (008) 1 8 Contents lists available at ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs Equitable list colorings of planar graphs

More information

Hong-Gwa Yeh and Gerard J. Chang. 1. Introduction

Hong-Gwa Yeh and Gerard J. Chang. 1. Introduction TAIWANESE JOURNAL OF MATHEMATICS Vol. 2, No. 3, pp. 353-360, September 1998 THE PATH-PARTITION PROBLEM IN BIPARTITE DISTANCE-HEREDITARY GRAPHS Hong-Gwa Yeh and Gerard J. Chang Abstract. A path partition

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

arxiv: v1 [cs.dm] 24 Jan 2008

arxiv: v1 [cs.dm] 24 Jan 2008 5-cycles and the Petersen graph arxiv:0801.3714v1 [cs.dm] 24 Jan 2008 M. DeVos, V. V. Mkrtchyan, S. S. Petrosyan, Department of Mathematics, Simon Fraser University, Canada Department of Informatics and

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

Toda s Theorem: PH P #P

Toda s Theorem: PH P #P CS254: Computational Compleit Theor Prof. Luca Trevisan Final Project Ananth Raghunathan 1 Introduction Toda s Theorem: PH P #P The class NP captures the difficult of finding certificates. However, in

More information

On Injective Colourings of Chordal Graphs

On Injective Colourings of Chordal Graphs On Injective Colourings of Chordal Graphs Pavol Hell 1,, André Raspaud 2, and Juraj Stacho 1 1 School of Computing Science, Simon Fraser University 8888 University Drive, Burnaby, B.C., Canada V5A 1S6

More information

Small Cycle Cover of 2-Connected Cubic Graphs

Small Cycle Cover of 2-Connected Cubic Graphs . Small Cycle Cover of 2-Connected Cubic Graphs Hong-Jian Lai and Xiangwen Li 1 Department of Mathematics West Virginia University, Morgantown WV 26505 Abstract Every 2-connected simple cubic graph of

More information

Malaya J. Mat. 2(3)(2014)

Malaya J. Mat. 2(3)(2014) Malaya J Mat (3)(04) 80-87 On k-step Hamiltonian Bipartite and Tripartite Graphs Gee-Choon Lau a,, Sin-Min Lee b, Karl Schaffer c and Siu-Ming Tong d a Faculty of Comp & Mathematical Sciences, Universiti

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

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

Dominating Broadcasts in Graphs. Sarada Rachelle Anne Herke

Dominating Broadcasts in Graphs. Sarada Rachelle Anne Herke Dominating Broadcasts in Graphs by Sarada Rachelle Anne Herke Bachelor of Science, University of Victoria, 2007 A Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of MASTER OF

More information

A Fixed-Parameter Algorithm for Max Edge Domination

A Fixed-Parameter Algorithm for Max Edge Domination A Fixed-Parameter Algorithm for Max Edge Domination Tesshu Hanaka and Hirotaka Ono Department of Economic Engineering, Kyushu University, Fukuoka 812-8581, Japan ono@cscekyushu-uacjp Abstract In a graph,

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

On the NP-Hardness of Bounded Distance Decoding of Reed-Solomon Codes

On the NP-Hardness of Bounded Distance Decoding of Reed-Solomon Codes On the NP-Hardness of Bounded Distance Decoding of Reed-Solomon Codes Venkata Gandikota Purdue Universit Badih Ghazi MIT Elena Grigorescu Purdue Universit Abstract Guruswami and Vard (IEEE Trans. Inf.

More information

arxiv: v1 [math.co] 27 Aug 2015

arxiv: v1 [math.co] 27 Aug 2015 arxiv:1508.06934v1 [math.co] 27 Aug 2015 TRIANGLE-FREE UNIQUELY 3-EDGE COLORABLE CUBIC GRAPHS SARAH-MARIE BELCASTRO AND RUTH HAAS Abstract. This paper presents infinitely many new examples of triangle-free

More information

This article was published in an Elsevier journal. The attached copy is furnished to the author for non-commercial research and education use, including for instruction at the author s institution, sharing

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

Multi-coloring and Mycielski s construction

Multi-coloring and Mycielski s construction Multi-coloring and Mycielski s construction Tim Meagher Fall 2010 Abstract We consider a number of related results taken from two papers one by W. Lin [1], and the other D. C. Fisher[2]. These articles

More information

Chordal Graphs, Interval Graphs, and wqo

Chordal Graphs, Interval Graphs, and wqo Chordal Graphs, Interval Graphs, and wqo Guoli Ding DEPARTMENT OF MATHEMATICS LOUISIANA STATE UNIVERSITY BATON ROUGE, LA 70803-4918 E-mail: ding@math.lsu.edu Received July 29, 1997 Abstract: Let be the

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

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

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

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

The Mixed Chinese Postman Problem Parameterized by Pathwidth and Treedepth

The Mixed Chinese Postman Problem Parameterized by Pathwidth and Treedepth The Mixed Chinese Postman Problem Parameterized by Pathwidth and Treedepth Gregory Gutin, Mark Jones, and Magnus Wahlström Royal Holloway, University of London Egham, Surrey TW20 0EX, UK Abstract In the

More information

The Singapore Copyright Act applies to the use of this document.

The Singapore Copyright Act applies to the use of this document. Title On graphs whose low polynomials have real roots only Author(s) Fengming Dong Source Electronic Journal of Combinatorics, 25(3): P3.26 Published by Electronic Journal of Combinatorics This document

More information

Coloring square-free Berge graphs

Coloring square-free Berge graphs Coloring square-free Berge graphs Maria Chudnovsky Irene Lo Frédéric Maffray Nicolas Trotignon Kristina Vušković September 30, 2015 Abstract We consider the class of Berge graphs that do not contain a

More information

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

On the hardness of losing width

On the hardness of losing width On the hardness of losing width Marek Cygan 1, Daniel Lokshtanov 2, Marcin Pilipczuk 1, Micha l Pilipczuk 1, and Saket Saurabh 3 1 Institute of Informatics, University of Warsaw, Poland {cygan@,malcin@,mp248287@students}mimuwedupl

More information

On Powers of some Intersection Graphs

On Powers of some Intersection Graphs On Powers of some Intersection Graphs Geir Agnarsson Abstract We first consider m-trapezoid graphs and circular m-trapezoid graphs and give new constructive proofs that both these classes are closed under

More information

Complexity of locally injective homomorphism to the Theta graphs

Complexity of locally injective homomorphism to the Theta graphs Complexity of locally injective homomorphism to the Theta graphs Bernard Lidický and Marek Tesař Department of Applied Mathematics, Charles University, Malostranské nám. 25, 118 00 Prague, Czech Republic

More information

Tree-width. September 14, 2015

Tree-width. September 14, 2015 Tree-width Zdeněk Dvořák September 14, 2015 A tree decomposition of a graph G is a pair (T, β), where β : V (T ) 2 V (G) assigns a bag β(n) to each vertex of T, such that for every v V (G), there exists

More information

Spanning Trees with many Leaves in Regular Bipartite Graphs.

Spanning Trees with many Leaves in Regular Bipartite Graphs. Spanning Trees with many Leaves in Regular Bipartite Graphs. Emanuele G. Fusco and Angelo Monti Dipartimento di Informatica Sapienza, Università di Roma, via Salaria, 113-00198 Rome, Italy {fusco, monti}@di.uniroma1.it

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

The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs. Mark C. Kempton

The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs. Mark C. Kempton The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs Mark C. Kempton A thesis submitted to the faculty of Brigham Young University in partial fulfillment of the requirements for

More information