Frucht s Algorithm for the Chromatic Polynomial

Size: px
Start display at page:

Download "Frucht s Algorithm for the Chromatic Polynomial"

Transcription

1 Frucht s Algorithm for the Chromatic Polynomial Ramón M. Figueroa-Centeno Universidad Metropolitana Escuela de Matemáticas Apto Caracas. Venezuela. Reinaldo E. Giudici Universidad Simón Bolívar Dpto. de Matemáticas Puras y Aplicadas Apto Caracas. Venezuela. SUMMARY Computing the chromatic polynomial of a graph is an NP-Complete problem. A strategy to count the "Special Spanning Subgraphs", defined by Frucht, is developed as an algorithm. This algorithm is better for some graphs than previous well-known algorithms based in Whitney's Identity found in literature. 1. INTRODUCTION The graphs considered in this paper are always finite, undirected, simple and without loops. The notation and terms not defined here are found in the texts [, ]. A coloring of a graph is an assignment of one specified set {1, 2, 3,... λ} of colors to each point of the graph so that no two adjacent points have the same color. It is well known that the number of different colorings of a graph G in which at most λ colors are used, is a polynomial in λ, called the chromatic polynomial of G, it will be denoted by P(G, λ). Two graphs are said to be chromatically equivalent or χ-equivalent if they have the same chromatic polynomial. It is also well known that computing the chromatic polynomial of a graph, is NP-Hard; furthermore it is NP-Complete [5].Therefore, it is improbable to find an algorithm to compute P(G, λ), that has less than exponential running time. But the chromatic polynomial of a graph turns out to be of theoretical importance because it allows us to characterize a graph through it, hence it is desirable to compute it as fast as possible. The chromatic polynomial of a graph is the product of the chromatic polynomials of its connected components [11], and the multiplication of polynomials is a polynomially bounded problem, thus it is advisable only to consider connected graphs. However this hypothesis will not be required in our considerations, but should be kept in mind by the reader. Definition 1.1 A set S of polynomials is said to span the set of chromatic polynomials C, if any chromatic polynomial can be obtained as a linear combination of the elements of S. A set S that spans C, and whose members are linearly independent is said to be a basis for C. The three most frequently used bases are: (i) The null graph basis: {1, λ, λ 2,..., λ n,...}. (ii) The factorial basis: {1, (λ) 1, (λ) 2,..., (λ) n,...}. (iii) The tree basis: {1, λ(λ - 1), λ (λ - 1) 2,..., λ (λ - 1) n,...}. where (λ) i λ(λ - 1)(λ - 2)... (λ - i + 1), is the falling factorial of i, P(Kn, λ) = (λ) n, and Kn is the complete graph of order n. Hence the chromatic polynomial of a graph G can be written as p P(G, λ) = k i P(K i, λ) (1.1) i = 1 Conversions between these three bases can be obtained using the linear transformations described by Loerinc [6] and Margaglio [7]. Frucht [2] proposed a new way of computing the chromatic polynomial of a graph G, in the factorial basis, by counting the number of certain subgraphs in Ḡ, i.e. the complement of G. Definition 1.2 A Special Spanning Subgraph (SSS) of l components of a graph G is a spanning subgraph of G with l connected components, which are complete graphs.

2 With this definition it is possible to rewrite the chromatic polynomial in terms of the number of SSS s. To aid the reading of this work we state this result as the following theorem. Theorem 1.1 [Frucht, 2] Let G be a graph, then the i-th coefficient of P(G, λ) in the factorial basis, is the number of SSS s of Ḡ with i components. 2. COUNTING THE SPECIAL SPANNING SUBGRAPHS This method has not been popular since, both the author and the reviewer of [2], agree that it takes to much time to count the SSS s. Actually, it took Professor Frucht several hours to compute the chromatic polynomial of the cube graph Q 3, [2, p.75]. Nevertheless, using our technique, the method yields a good algorithm in comparison with the ones previously known for certain types of graphs, i.e. graphs with a large number of lines. First of all, it is remarked that each SSS, of a graph G with p points, and l components obviously corresponds to a partition of the number p in l summands. The converse, is not always true, see [2, p.73]. Thus we shall limit ourselves to write an algorithm for finding all the SSS s with l components, of a graph G with p points, for a given partition P of p in i summands. From now on we associate to a given partition P of a number n in l summands a vector P with l components, in which Pi is the i-th summand of the partition, and Pi Pj, if i j. Our approach is similar to the one found in [], for a clique counting algorithm. Because the number of SSS s of graph can be so large we must be careful in generating them. Each one must be generated just once so that no time is wasted in repetitive work. As in [] we consider first, an unconstrained backtrack search tree for the SSS s, in which each leaf represents finding a SSS of a fixed partition P of n in l summands with associated vector P, or a failure; and each edge represents a point of G. We will build each component of a SSS starting with the largest that is the one that corresponds to P l, in decreasing order until we have a SSS for P. For this purpose let V V(G), this set will help us keep track of which points do we have available at any moment while building a SSS. Let it be the case in which we wish to build the component of the SSS corresponding to Pi = m (1 i l), i.e. a Km, with the points in V. Let N1 V. Take a point a N1 and let N1 (N1 Adj(a)), where Adj(a) is the set of points adjacent to a V, and V (V - {a}). Repeat the last step at most m times or until N1 = Ø. If N1 = Ø before m steps, then the corresponding branch of the tree does not produce a Km, and thus no SSS is obtained. If we arrive to the end of the m steps, we would have built a Km, whose points are the m points we just deleted from V. If we succeed doing the above process for each Pi, we would have that V = Ø and a SSS is built. Note that if Pi = 1 then the process always succeeds, thus it suffices only to consider Pi 1. In order to prune the backtrack search tree, we use a modified version of Theorem.2 of []. Theorem 2.1 Let x V, be a point chosen to be a root of a Kn, then all the Kn s with points in V containing x, will be generated in the next (n-1) steps of the recursion. Thus we need not consider {x} to build the following Kn s. The above theorem applies for any K Pi, for any i such that P i = n, if we fix i we have the following result. Corollary 2.1 Let it be the case in which we want to build a K P i in particular, if we choose x V as a root of K P i. Then all the K P i s with points in V containing x, will be generated in the next (n-1) steps of the recursion. Thus we need only consider v Adj(x) V to construct the other possible K Pi. To keep track of which points have been used as roots of Kn s, we use a set N2. And the algorithm is obtained.

3 An example of a graph G and part of it s backtrack search tree T, induced by the partition P = (1, 2, 2, 3) is shown in Figures 1-2. Note that each set, in the leafs of T, is generated several times. All the edges of T shown in lightface can be pruned using Theorem 2.1 and Corollary 2.1. The number of SSS s of G induced by P, is the number of leaves of T in the last level, after the pruning FIGURE 1

4 ø {1} {2} {3} {} {5} {6} {7} {} K {1,2}{1,3}{1,5}{1,2}{2,3}{2,7}{1,3}{2,3}{3,}{3,}{,5}{1,5}{,5}{5,6}{5,} {5,6}{6,7} {2,7}{6,7}{5,} {1,2,3}{1,2,3} {1,2,3}{1,2,3} {1,2,3}{1,2,3} * * K2 {} {5} {6} {7} {} {,5} {,5} {5,6} {5,} {5,6} {6,7} {6,7} {5,} K2 {6} {7} {} {} {7} {} {} {6} {7} {} {5} {} {6,7}{6,7} {6,7}{6,7} {,5}{,5}{5,}{5,} K1 {} {} {} {} {} {} {} {} FIGURE 2

5 ALGORITHM 2.1: Input: G : undirected simple graph. max: maximum clique of G. l: order of of the SSS of G we are looking for. P: a partition of V(G) in l components. first = min{i : Pi 1} Output: S: number of SSS s of G of order l induced by P. S 0 V V(G) if l = V then S 1 else if Pl max then SSS(V, V, size, 1) Output(S) procedure SSS (N1, N2 : set of points; i, depth : integer) begin if (depth = Pi) and (i = first) then S S + N1 else while N1 Ø do begin u point in N1 N1 N1 - {u} if depth = 1 then N2 N2 - {u} V V - {u} if (depth = Pi) then begin if (Pi Pi-1) then SSS(V, V, i - 1, 1) else SSS(N2 V, N2, i - 1, 1) end else SSS(N1 Adj(u), N2, i, depth + 1) V V {u} end end It is easy to prove that Algorithm 2.1 is correct. 3.- SOME CONCLUSIONS We have not done the running time analysis of the algorithm but certain considerations shed some light upon it. We state the following two obvious results, which indeed are consequences of Theorem 1.1. Theorem 3.1 Let G and H be graphs whose chromatic polynomials have as i-th coefficient in the factorial basis gi and hi respectively, and such that V(H) = V(G), and E(H) E(G). Then hi gi, for each i. Corollary 3.1 The graph with p points with the largest coefficients in the factorial basis is the null graph Np.

6 It is a well known fact that the i-th coefficient of P(Np, λ) in the factorial basis is S(p,i), a Stirling number of the second kind [9]. In particular, S(p,2) = 2 p-1-1, which means that the number of SSS s of Kp is exponential. And thus the running time of the algorithm can be exponential. Another more interesting question, which we leave open, is if the algorithm is exponential on it s output, such as the clique counting algorithm found in []? An implementation of the algorithm has been compared against the best implementation known to the authors of a Whitney s Identity based algorithm, see [1].This implementation runs faster for some graphs with large number of points, e.g. K 7 7 and K. We must note that the data structures used are relatively simple compared to the ones used in Whitney s Identity based algorithms, in which there is a generation of an exponential number of graphs in the recursive process. Thus the computational space used by Algorithm 2.1 is less than the one used in those algorithms. We also have that the operations done on the structures are relatively simple, such as basic set operations, compared to ones such as DFS searches and identification of points, see [1]. The following question arises, when is Frucht s method useful? Sometimes the case comes forth in which we only need to know the first coefficients of P(G, λ) in the factorial basis, e.g. finding if two graphs are not χ-equivalent or the chromatic number χ(g) of a graph G. Frucht s method allows us to compute the chromatic polynomial in the factorial basis one coefficient at a time, this makes it particularly appropriate when only a few of the first, or last, coefficients suffice. The Algorithm 2.1 was implemented using Turbo Pascal 1.1, on a Apple Macintosh computer. On a Macintosh SE/30 with 5Mb of RAM memory, it takes roughly 19 seconds to compute the chromatic polynomial of the Heawood graph. Using the notation given in [3], the coefficients obtained are the following. N: T: F:

7 For the graph Q 3 the algorithm takes 0.7 seconds N: T: F: ACKNOLEDGEMENT The authors gratefully wish to thank Professor Claudio Margaglio for providing the highly efficient code used, for the chromatic polynomial basis transformations. BIBLIOGRAPHY [1] Figueroa-Centeno, R.M. and Giudici, R.E., An Improved Algorithm for The Chromatic Polynomial, Reporte No. 1-9, Escuela de Matemáticas, Universidad Metropolitana (199). [2] Frucht, R. W., A New Method Of Computing Chromatic Polynomials of Graphs, Analysis, Geometry, and Probability,Chuaqui, R., ed.(marcel Dekker, Inc., New York, New York, 195, 69-77). [3] Giudici, R.E. and Vinke, R.M., A Table of Chromatic Polynomials, J. of Comb. Infor. and Syst Sc., 5 (190) [] Harary, F., Graph Theory (Addison-Wesley, Reading, MA, 1969). [5] Karp, R.M., Reductibility among combinatorial problems, in Complexity of Computer Computations, Miller, R.E. and Thatcher, J.M., eds. (Plenum Press, 1972) [6] Loerinc, B.M., Computing chromatic polynomials for special families of graphs, Courant Computer Science Report No. 19 (Courant Inst. of Math. Sciences, Computer Science Dept., New York Univ. February 190). [7] Margaglio, C., Un Programa para el Cambio de Base de Polinomios Cromáticos, Reporte No. 9-0 Dpto. de Matemáticas Puras y Aplicadas Universidad Simón Bolívar (199). [] Reingold, E.M., Nievergelt, J. and Deo, N., Combinatorial Algorithms (Prentice-Hall, Englewoods Cliffs, NJ, 1977). [9] Whitehead, E.G., Jr., Stirling number identities from chromatic polynomials, J. of Combinatorial Theory, Series A, 2 (197), ). [10] Whitney, H., The coloring of graphs, Ann. Math.,33(1932) [11] Zykov,A.A., On some properties of linear complexes, Amer. Math. Soc. Transl. Nº79 (1952); translated from Math. Sb., 2, Nº66 (199),163-1.

Acyclic and Oriented Chromatic Numbers of Graphs

Acyclic and Oriented Chromatic Numbers of Graphs Acyclic and Oriented Chromatic Numbers of Graphs A. V. Kostochka Novosibirsk State University 630090, Novosibirsk, Russia X. Zhu Dept. of Applied Mathematics National Sun Yat-Sen University Kaohsiung,

More information

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

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

More information

Independent Transversal Dominating Sets in Graphs: Complexity and Structural Properties

Independent Transversal Dominating Sets in Graphs: Complexity and Structural Properties Filomat 30:2 (2016), 293 303 DOI 10.2298/FIL1602293A Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat Independent Transversal Dominating

More information

C-Perfect K-Uniform Hypergraphs

C-Perfect K-Uniform Hypergraphs C-Perfect K-Uniform Hypergraphs Changiz Eslahchi and Arash Rafiey Department of Mathematics Shahid Beheshty University Tehran, Iran ch-eslahchi@cc.sbu.ac.ir rafiey-ar@ipm.ir Abstract In this paper we define

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

ON THE VERTEX FOLKMAN NUMBERS

ON THE VERTEX FOLKMAN NUMBERS ГОДИШНИК НА СОФИЙСКИЯ УНИВЕРСИТЕТ СВ. КЛИМЕНТ ОХРИДСКИ ФАКУЛТЕТ ПО МАТЕМАТИКА И ИНФОРМАТИКА Том 101 ANNUAL OF SOFIA UNIVERSITY ST. KLIMENT OHRIDSKI FACULTY OF MATHEMATICS AND INFORMATICS Volume 101 ON

More information

Some results on the reduced power graph of a group

Some results on the reduced power graph of a group Some results on the reduced power graph of a group R. Rajkumar and T. Anitha arxiv:1804.00728v1 [math.gr] 2 Apr 2018 Department of Mathematics, The Gandhigram Rural Institute-Deemed to be University, Gandhigram

More information

Spectral results on regular graphs with (k, τ)-regular sets

Spectral results on regular graphs with (k, τ)-regular sets Discrete Mathematics 307 (007) 1306 1316 www.elsevier.com/locate/disc Spectral results on regular graphs with (k, τ)-regular sets Domingos M. Cardoso, Paula Rama Dep. de Matemática, Univ. Aveiro, 3810-193

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

Graphs with Large Variance

Graphs with Large Variance Graphs with Large Variance Yair Caro Raphael Yuster Abstract For a graph G, let V ar(g) denote the variance of the degree sequence of G, let sq(g) denote the sum of the squares of the degrees of G, and

More information

Quasi-parity and perfect graphs. Irena Rusu. L.R.I., U.R.A. 410 du C.N.R.S., bât. 490, Orsay-cedex, France

Quasi-parity and perfect graphs. Irena Rusu. L.R.I., U.R.A. 410 du C.N.R.S., bât. 490, Orsay-cedex, France Quasi-parity and perfect graphs Irena Rusu L.R.I., U.R.A. 410 du C.N.R.S., bât. 490, 91405 Orsay-cedex, France Abstract In order to prove the Strong Perfect Graph Conjecture, the existence of a simple

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

ON GENERALIZED ZERO-DIVISOR GRAPH ASSOCIATED WITH A COMMUTATIVE RING

ON GENERALIZED ZERO-DIVISOR GRAPH ASSOCIATED WITH A COMMUTATIVE RING ITALIAN JOURNAL OF PURE AND APPLIED MATHEMATICS N. 39 2018 (128 139) 128 ON GENERALIZED ZERO-DIVISOR GRAPH ASSOCIATED WITH A COMMUTATIVE RING N. Jahanbakhsh Basharlou Department of Mathematics Karaj Branch

More information

Uniquely 2-list colorable graphs

Uniquely 2-list colorable graphs Discrete Applied Mathematics 119 (2002) 217 225 Uniquely 2-list colorable graphs Y.G. Ganjali a;b, M. Ghebleh a;b, H. Hajiabolhassan a;b;, M. Mirzazadeh a;b, B.S. Sadjad a;b a Institute for Studies in

More information

The doubly negative matrix completion problem

The doubly negative matrix completion problem The doubly negative matrix completion problem C Mendes Araújo, Juan R Torregrosa and Ana M Urbano CMAT - Centro de Matemática / Dpto de Matemática Aplicada Universidade do Minho / Universidad Politécnica

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

Equitable Colorings of Corona Multiproducts of Graphs

Equitable Colorings of Corona Multiproducts of Graphs Equitable Colorings of Corona Multiproducts of Graphs arxiv:1210.6568v1 [cs.dm] 24 Oct 2012 Hanna Furmańczyk, Marek Kubale Vahan V. Mkrtchyan Abstract A graph is equitably k-colorable if its vertices can

More information

ON THE CHROMATIC POLYNOMIAL OF A CYCLE GRAPH

ON THE CHROMATIC POLYNOMIAL OF A CYCLE GRAPH International Journal of Applied Mathematics Volume 25 No. 6 2012, 825-832 ON THE CHROMATIC POLYNOMIAL OF A CYCLE GRAPH Remal Shaher Al-Gounmeein Department of Mathematics Al Hussein Bin Talal University

More information

Cutwidth and degeneracy of graphs

Cutwidth and degeneracy of graphs Cutwidth and degeneracy of graphs Benoit Kloeckner To cite this version: Benoit Kloeckner. Cutwidth and degeneracy of graphs. IF_PREPUB. 2009. HAL Id: hal-00408210 https://hal.archives-ouvertes.fr/hal-00408210v1

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

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

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

List Decomposition of Graphs

List Decomposition of Graphs List Decomposition of Graphs Yair Caro Raphael Yuster Abstract A family of graphs possesses the common gcd property if the greatest common divisor of the degree sequence of each graph in the family is

More information

Chromatically Unique Multibridge Graphs

Chromatically Unique Multibridge Graphs Chromatically Unique Multibridge Graphs F.M. Dong Mathematics and Mathematics Education, National Institute of Education Nanyang Technological University, Singapore 637616 fmdong@nie.edu.sg K.L. Teo, C.H.C.

More information

Introduction to Domination Polynomial of a Graph

Introduction to Domination Polynomial of a Graph Introduction to Domination Polynomial of a Graph arxiv:0905.2251v1 [math.co] 14 May 2009 Saeid Alikhani a,b,1 and Yee-hock Peng b,c a Department of Mathematics Yazd University 89195-741, Yazd, Iran b Institute

More information

Dominating a family of graphs with small connected subgraphs

Dominating a family of graphs with small connected subgraphs Dominating a family of graphs with small connected subgraphs Yair Caro Raphael Yuster Abstract Let F = {G 1,..., G t } be a family of n-vertex graphs defined on the same vertex-set V, and let k be a positive

More information

Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5

Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5 Semidefinite and Second Order Cone Programming Seminar Fall 2001 Lecture 5 Instructor: Farid Alizadeh Scribe: Anton Riabov 10/08/2001 1 Overview We continue studying the maximum eigenvalue SDP, and generalize

More information

Spectral radii of graphs with given chromatic number

Spectral radii of graphs with given chromatic number Applied Mathematics Letters 0 (007 158 16 wwwelseviercom/locate/aml Spectral radii of graphs with given chromatic number Lihua Feng, Qiao Li, Xiao-Dong Zhang Department of Mathematics, Shanghai Jiao Tong

More information

Equitable coloring of corona products of cubic graphs is harder than ordinary coloring

Equitable coloring of corona products of cubic graphs is harder than ordinary coloring Also available at http://amc-journal.eu ISSN 1855-3966 (printed edn.), ISSN 1855-3974 (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 10 (2016) 333 347 Equitable coloring of corona products of cubic graphs

More information

On the adjacency matrix of a block graph

On the adjacency matrix of a block graph On the adjacency matrix of a block graph R. B. Bapat Stat-Math Unit Indian Statistical Institute, Delhi 7-SJSS Marg, New Delhi 110 016, India. email: rbb@isid.ac.in Souvik Roy Economics and Planning Unit

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

Theoretical Computer Science

Theoretical Computer Science Theoretical Computer Science 532 (2014) 64 72 Contents lists available at SciVerse ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs Bandwidth consecutive multicolorings

More information

Coloring k-trees with forbidden monochrome or rainbow triangles

Coloring k-trees with forbidden monochrome or rainbow triangles Coloring k-trees with forbidden monochrome or rainbow triangles Julian Allagan & Vitaly Voloshin Department of Mathematics, University of North Georgia, Watkinsville, Georgia email: julian.allagan@ung.edu

More information

Choice Numbers of Multi-Bridge Graphs

Choice Numbers of Multi-Bridge Graphs Computer Science Journal of Moldova, vol.25, no.3(75), 2017 Julian Allagan Benkam Bobga Abstract Suppose ch(g) and χ(g) denote, respectively, the choice number and the chromatic number of a graph G = (V,E).

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

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

Worst Case Instances for Maximum Clique Algorithms and How to Avoid Them

Worst Case Instances for Maximum Clique Algorithms and How to Avoid Them Worst Case Instances for Maximum Clique Algorithms and How to Avoid Them Alexandre Prusch Züge Renato Carmo Universidade Federal do Paraná Programa de Pós-Graduação em Informática Grupo de Pesquisa em

More information

On the Complexity of the Minimum Independent Set Partition Problem

On the Complexity of the Minimum Independent Set Partition Problem On the Complexity of the Minimum Independent Set Partition Problem T-H. Hubert Chan 1, Charalampos Papamanthou 2, and Zhichao Zhao 1 1 Department of Computer Science the University of Hong Kong {hubert,zczhao}@cs.hku.hk

More information

ALL GRAPHS WITH PAIRED-DOMINATION NUMBER TWO LESS THAN THEIR ORDER. Włodzimierz Ulatowski

ALL GRAPHS WITH PAIRED-DOMINATION NUMBER TWO LESS THAN THEIR ORDER. Włodzimierz Ulatowski Opuscula Math. 33, no. 4 (2013), 763 783 http://dx.doi.org/10.7494/opmath.2013.33.4.763 Opuscula Mathematica ALL GRAPHS WITH PAIRED-DOMINATION NUMBER TWO LESS THAN THEIR ORDER Włodzimierz Ulatowski Communicated

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

INDEPENDENT TRANSVERSAL DOMINATION IN GRAPHS

INDEPENDENT TRANSVERSAL DOMINATION IN GRAPHS Discussiones Mathematicae Graph Theory 32 (2012) 5 17 INDEPENDENT TRANSVERSAL DOMINATION IN GRAPHS Ismail Sahul Hamid Department of Mathematics The Madura College Madurai, India e-mail: sahulmat@yahoo.co.in

More information

A tree-decomposed transfer matrix for computing exact partition functions for arbitrary graphs

A tree-decomposed transfer matrix for computing exact partition functions for arbitrary graphs A tree-decomposed transfer matrix for computing exact partition functions for arbitrary graphs Andrea Bedini 1 Jesper L. Jacobsen 2 1 MASCOS, The University of Melbourne, Melbourne 2 LPTENS, École Normale

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Graph invariants, homomorphisms, and the Tutte polynomial

Graph invariants, homomorphisms, and the Tutte polynomial Graph invariants, homomorphisms, and the Tutte polynomial A. Goodall, J. Nešetřil February 26, 2013 1 The chromatic polynomial 1.1 The chromatic polynomial and proper colourings There are various ways

More information

Disjoint Hamiltonian Cycles in Bipartite Graphs

Disjoint Hamiltonian Cycles in Bipartite Graphs Disjoint Hamiltonian Cycles in Bipartite Graphs Michael Ferrara 1, Ronald Gould 1, Gerard Tansey 1 Thor Whalen Abstract Let G = (X, Y ) be a bipartite graph and define σ (G) = min{d(x) + d(y) : xy / E(G),

More information

R(4,5) = 25. Stanis law P. Radziszowski JGT 19 (1995)

R(4,5) = 25. Stanis law P. Radziszowski JGT 19 (1995) R(4,5) = 25 Brendan D. McKay + Department of Computer Science Australian National University GPO Box 4, ACT 2601, Australia bdm@cs.anu.edu.au Stanis law P. Radziszowski Department of Computer Science Rochester

More information

REVISTA INVESTIGACIÓN OPERACIONAL VOL. 37, NO. 2, , 2016

REVISTA INVESTIGACIÓN OPERACIONAL VOL. 37, NO. 2, , 2016 REVISTA INVESTIGACIÓN OPERACIONAL VOL. 37, NO., 115-13, 016 COMPUTING THE STRONG ALLIANCE POLYNOMIAL OF A GRAPH W. Carballosa,, J. C. Hernández-Gómez,, O. Rosario, and Y. Torres-Nuñez, Cátedra CONACYT,

More information

Zero-Sum Flows in Regular Graphs

Zero-Sum Flows in Regular Graphs Zero-Sum Flows in Regular Graphs S. Akbari,5, A. Daemi 2, O. Hatami, A. Javanmard 3, A. Mehrabian 4 Department of Mathematical Sciences Sharif University of Technology Tehran, Iran 2 Department of Mathematics

More information

Every line graph of a 4-edge-connected graph is Z 3 -connected

Every line graph of a 4-edge-connected graph is Z 3 -connected European Journal of Combinatorics 0 (2009) 595 601 Contents lists available at ScienceDirect European Journal of Combinatorics journal homepage: www.elsevier.com/locate/ejc Every line graph of a 4-edge-connected

More information

Laplacian spectral radius of trees with given maximum degree

Laplacian spectral radius of trees with given maximum degree Available online at www.sciencedirect.com Linear Algebra and its Applications 429 (2008) 1962 1969 www.elsevier.com/locate/laa Laplacian spectral radius of trees with given maximum degree Aimei Yu a,,1,

More information

A Generalized Algorithm for Computing Matching Polynomials using Determinants. Asa Scherer

A Generalized Algorithm for Computing Matching Polynomials using Determinants. Asa Scherer A Generalized Algorithm for Computing Matching Polynomials using Determinants Asa Scherer April 17, 2007 Abstract We discuss the connection between determinants of modified matching matrices and the matching

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

Tutte Polynomials with Applications

Tutte Polynomials with Applications Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 12, Number 6 (26), pp. 4781 4797 Research India Publications http://www.ripublication.com/gjpam.htm Tutte Polynomials with Applications

More information

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

Tough graphs and hamiltonian circuits

Tough graphs and hamiltonian circuits Discrete Mathematics 306 (2006) 910 917 www.elsevier.com/locate/disc Tough graphs and hamiltonian circuits V. Chvátal Centre de Recherches Mathématiques, Université de Montréal, Montréal, Canada Abstract

More information

Counting domino trains

Counting domino trains Boletín de la Asociación Matemática Venezolana, Vol. XVIII, No. 2 (2011) 137 Counting domino trains Antonio M. Oller-Marcén. Abstract. In this paper we present a way to count the number of trains that

More information

On Chordal Graphs and Their Chromatic Polynomials

On Chordal Graphs and Their Chromatic Polynomials On Chordal Graphs and Their Chromatic Polynomials Geir Agnarsson Abstract We derive a formula for the chromatic polynomial of a chordal or a triangulated graph in terms of its maximal cliques As a corollary

More information

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS

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

More information

INTERPOLATION THEOREMS FOR A FAMILY OF SPANNING SUBGRAPHS. SANMING ZHOU, Hong Kong

INTERPOLATION THEOREMS FOR A FAMILY OF SPANNING SUBGRAPHS. SANMING ZHOU, Hong Kong Czechoslovak Mathematical Journal, 48 (123) (1998), Praha INTERPOLATION THEOREMS FOR A FAMILY OF SPANNING SUBGRAPHS SANMING ZHOU, Hong Kong (Received March 20, 1995) Abstract. Let G be a graph with order

More information

Applying block intersection polynomials to study graphs and designs

Applying block intersection polynomials to study graphs and designs Applying block intersection polynomials to study graphs and designs Leonard Soicher Queen Mary University of London CoCoA15, Colorado State University, Fort Collins, July 2015 Leonard Soicher (QMUL) Block

More information

XLVII SIMPÓSIO BRASILEIRO DE PESQUISA OPERACIONAL

XLVII SIMPÓSIO BRASILEIRO DE PESQUISA OPERACIONAL ON THE PACKING CHROMATIC NUMBER ON HAMMING GRAPHS AND GENERAL GRAPHS Graciela Nasini Facultad de Ciencias Exactas, Ingeniería y Agrimensura - Universidad Nacional de Rosario CONICET Pellegrini 250, (2000)

More information

Acyclic orientations of graphs

Acyclic orientations of graphs Discrete Mathematics 306 2006) 905 909 www.elsevier.com/locate/disc Acyclic orientations of graphs Richard P. Stanley Department of Mathematics, University of California, Berkeley, Calif. 94720, USA Abstract

More information

A Note on an Induced Subgraph Characterization of Domination Perfect Graphs.

A Note on an Induced Subgraph Characterization of Domination Perfect Graphs. A Note on an Induced Subgraph Characterization of Domination Perfect Graphs. Eglantine Camby & Fränk Plein Université Libre de Bruxelles Département de Mathématique Boulevard du Triomphe, 1050 Brussels,

More information

Relations between edge removing and edge subdivision concerning domination number of a graph

Relations between edge removing and edge subdivision concerning domination number of a graph arxiv:1409.7508v1 [math.co] 26 Sep 2014 Relations between edge removing and edge subdivision concerning domination number of a graph Magdalena Lemańska 1, Joaquín Tey 2, Rita Zuazua 3 1 Gdansk University

More information

Decomposition of random graphs into complete bipartite graphs

Decomposition of random graphs into complete bipartite graphs Decomposition of random graphs into complete bipartite graphs Fan Chung Xing Peng Abstract We consider the problem of partitioning the edge set of a graph G into the minimum number τg) of edge-disjoint

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

Applicable Analysis and Discrete Mathematics available online at HAMILTONIAN PATHS IN ODD GRAPHS 1

Applicable Analysis and Discrete Mathematics available online at  HAMILTONIAN PATHS IN ODD GRAPHS 1 Applicable Analysis and Discrete Mathematics available online at http://pefmath.etf.bg.ac.yu Appl. Anal. Discrete Math. 3 (2009, 386 394. doi:10.2298/aadm0902386b HAMILTONIAN PATHS IN ODD GRAPHS 1 Letícia

More information

Branching. Teppo Niinimäki. Helsinki October 14, 2011 Seminar: Exact Exponential Algorithms UNIVERSITY OF HELSINKI Department of Computer Science

Branching. Teppo Niinimäki. Helsinki October 14, 2011 Seminar: Exact Exponential Algorithms UNIVERSITY OF HELSINKI Department of Computer Science Branching Teppo Niinimäki Helsinki October 14, 2011 Seminar: Exact Exponential Algorithms UNIVERSITY OF HELSINKI Department of Computer Science 1 For a large number of important computational problems

More information

Equitable and semi-equitable coloring of cubic graphs and its application in batch scheduling

Equitable and semi-equitable coloring of cubic graphs and its application in batch scheduling Equitable and semi-equitable coloring of cubic graphs and its application in batch scheduling Hanna Furmańczyk, Marek Kubale Abstract In the paper we consider the problems of equitable and semi-equitable

More information

Sinks in Acyclic Orientations of Graphs

Sinks in Acyclic Orientations of Graphs Sinks in Acyclic Orientations of Graphs David D. Gebhard Department of Mathematics, Wisconsin Lutheran College, 8800 W. Bluemound Rd., Milwaukee, WI 53226 and Bruce E. Sagan Department of Mathematics,

More information

On the Average of the Eccentricities of a Graph

On the Average of the Eccentricities of a Graph Filomat 32:4 (2018), 1395 1401 https://doi.org/10.2298/fil1804395d Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat On the Average

More information

THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES. Changwoo Lee. 1. Introduction

THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES. Changwoo Lee. 1. Introduction Commun. Korean Math. Soc. 18 (2003), No. 1, pp. 181 192 THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES Changwoo Lee Abstract. We count the numbers of independent dominating sets of rooted labeled

More information

Decomposition of random graphs into complete bipartite graphs

Decomposition of random graphs into complete bipartite graphs Decomposition of random graphs into complete bipartite graphs Fan Chung Xing Peng Abstract We consider the problem of partitioning the edge set of a graph G into the minimum number τg of edge-disjoint

More information

COSPECTRAL GRAPHS AND DIGRAPHS

COSPECTRAL GRAPHS AND DIGRAPHS COSPECTRAL GRAPHS AND DIGRAPHS FRANK HARARYf, CLARENCE KING, ABBE MOWSHOWITZ AND RONALD C. READ Introduction At a meeting of the American Mathematical Society, one of us hazarded a conjecture that the

More information

Nordhaus-Gaddum Theorems for k-decompositions

Nordhaus-Gaddum Theorems for k-decompositions Nordhaus-Gaddum Theorems for k-decompositions Western Michigan University October 12, 2011 A Motivating Problem Consider the following problem. An international round-robin sports tournament is held between

More information

Hamilton cycles and closed trails in iterated line graphs

Hamilton cycles and closed trails in iterated line graphs Hamilton cycles and closed trails in iterated line graphs Paul A. Catlin, Department of Mathematics Wayne State University, Detroit MI 48202 USA Iqbalunnisa, Ramanujan Institute University of Madras, Madras

More information

On Generalized Ramsey Numbers

On Generalized Ramsey Numbers On Generalized Ramsey Numbers Wai Chee Shiu, Peter Che Bor Lam and Yusheng Li Abstract Let f 1 and f 2 be graph parameters. The Ramsey number rf 1 m; f 2 n is defined as the minimum integer N such that

More information

More on Tree Cover of Graphs

More on Tree Cover of Graphs International Journal of Mathematical Analysis Vol. 9, 2015, no. 12, 575-579 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2015.410320 More on Tree Cover of Graphs Rosalio G. Artes, Jr.

More information

ON THE CORE OF A GRAPHf

ON THE CORE OF A GRAPHf ON THE CORE OF A GRAPHf By FRANK HARARY and MICHAEL D. PLUMMER [Received 8 October 1965] 1. Introduction Let G be a graph. A set of points M is said to cover all the lines of G if every line of G has at

More information

DEGREE SEQUENCES OF INFINITE GRAPHS

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

More information

CS/COE

CS/COE CS/COE 1501 www.cs.pitt.edu/~nlf4/cs1501/ P vs NP But first, something completely different... Some computational problems are unsolvable No algorithm can be written that will always produce the correct

More information

The cocycle lattice of binary matroids

The cocycle lattice of binary matroids Published in: Europ. J. Comb. 14 (1993), 241 250. The cocycle lattice of binary matroids László Lovász Eötvös University, Budapest, Hungary, H-1088 Princeton University, Princeton, NJ 08544 Ákos Seress*

More information

THE IMPLICIT FUNCTION THEOREM FOR CONTINUOUS FUNCTIONS. Carlos Biasi Carlos Gutierrez Edivaldo L. dos Santos. 1. Introduction

THE IMPLICIT FUNCTION THEOREM FOR CONTINUOUS FUNCTIONS. Carlos Biasi Carlos Gutierrez Edivaldo L. dos Santos. 1. Introduction Topological Methods in Nonlinear Analysis Journal of the Juliusz Schauder Center Volume 32, 2008, 177 185 THE IMPLICIT FUNCTION THEOREM FOR CONTINUOUS FUNCTIONS Carlos Biasi Carlos Gutierrez Edivaldo L.

More information

Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA

Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA #A33 INTEGERS 10 (2010), 379-392 DISTANCE GRAPHS FROM P -ADIC NORMS Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA 30118 jkang@westga.edu Hiren Maharaj Department

More information

12.1 The Achromatic Number of a Graph

12.1 The Achromatic Number of a Graph Chapter 1 Complete Colorings The proper vertex colorings of a graph G in which we are most interested are those that use the smallest number of colors These are, of course, the χ(g)-colorings of G If χ(g)

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

Polynomial-time Reductions

Polynomial-time Reductions Polynomial-time Reductions Disclaimer: Many denitions in these slides should be taken as the intuitive meaning, as the precise meaning of some of the terms are hard to pin down without introducing the

More information

Enumeration of unlabeled graphs such that both the graph and its complement are 2-connected

Enumeration of unlabeled graphs such that both the graph and its complement are 2-connected SUT Journal of Mathematics Vol. 52, No. 1 (2016), 41 47 Enumeration of unlabeled graphs such that both the graph and its complement are 2-connected Kumi Kobata, Shinsei Tazawa and Tomoki Yamashita (Received

More information

INDUCED CYCLES AND CHROMATIC NUMBER

INDUCED CYCLES AND CHROMATIC NUMBER INDUCED CYCLES AND CHROMATIC NUMBER A.D. SCOTT DEPARTMENT OF MATHEMATICS UNIVERSITY COLLEGE, GOWER STREET, LONDON WC1E 6BT Abstract. We prove that, for any pair of integers k, l 1, there exists an integer

More information

On zero-sum partitions and anti-magic trees

On zero-sum partitions and anti-magic trees Discrete Mathematics 09 (009) 010 014 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: wwwelseviercom/locate/disc On zero-sum partitions and anti-magic trees Gil Kaplan,

More information

The cycle polynomial of a permutation group

The cycle polynomial of a permutation group The cycle polynomial of a permutation group Peter J. Cameron School of Mathematics and Statistics University of St Andrews North Haugh St Andrews, Fife, U.K. pjc0@st-andrews.ac.uk Jason Semeraro Department

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

Extremal Topological Indices for Graphs of Given Connectivity

Extremal Topological Indices for Graphs of Given Connectivity Filomat 29:7 (2015), 1639 1643 DOI 10.2298/FIL1507639T Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat Extremal Topological Indices

More information

A SIMPLIFIED FORM FOR NEARLY REDUCIBLE AND NEARLY DECOMPOSABLE MATRICES D. J. HARTFIEL

A SIMPLIFIED FORM FOR NEARLY REDUCIBLE AND NEARLY DECOMPOSABLE MATRICES D. J. HARTFIEL A SIMPLIFIED FORM FOR NEARLY REDUCIBLE AND NEARLY DECOMPOSABLE MATRICES D. J. HARTFIEL Introduction and definitions. Nearly reducible and nearly decomposable matrices have been discussed in [4], [5], and

More information

Bounds for pairs in partitions of graphs

Bounds for pairs in partitions of graphs Bounds for pairs in partitions of graphs Jie Ma Xingxing Yu School of Mathematics Georgia Institute of Technology Atlanta, GA 30332-0160, USA Abstract In this paper we study the following problem of Bollobás

More information

On a Conjecture of Thomassen

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

More information

Bounded Treewidth Graphs A Survey German Russian Winter School St. Petersburg, Russia

Bounded Treewidth Graphs A Survey German Russian Winter School St. Petersburg, Russia Bounded Treewidth Graphs A Survey German Russian Winter School St. Petersburg, Russia Andreas Krause krausea@cs.tum.edu Technical University of Munich February 12, 2003 This survey gives an introduction

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

R(p, k) = the near regular complete k-partite graph of order p. Let p = sk+r, where s and r are positive integers such that 0 r < k.

R(p, k) = the near regular complete k-partite graph of order p. Let p = sk+r, where s and r are positive integers such that 0 r < k. MATH3301 EXTREMAL GRAPH THEORY Definition: A near regular complete multipartite graph is a complete multipartite graph with orders of its partite sets differing by at most 1. R(p, k) = the near regular

More information

Strong Integer Additive Set-valued Graphs: A Creative Review

Strong Integer Additive Set-valued Graphs: A Creative Review Strong Integer Additive Set-valued Graphs: A Creative Review N. K. Sudev Department of Mathematics Vidya Academy of Science & Technology Thalakkottukara, Thrissur-680501, India. K. A. Germina PG & Research

More information