13,268 research outputs found

    Feedback Vertex Set Inspired Kernel for Chordal Vertex Deletion

    Full text link
    Given a graph GG and a parameter kk, the Chordal Vertex Deletion (CVD) problem asks whether there exists a subset UV(G)U\subseteq V(G) of size at most kk that hits all induced cycles of size at least 4. The existence of a polynomial kernel for CVD was a well-known open problem in the field of Parameterized Complexity. Recently, Jansen and Pilipczuk resolved this question affirmatively by designing a polynomial kernel for CVD of size O(k161log58k)O(k^{161}\log^{58}k), and asked whether one can design a kernel of size O(k10)O(k^{10}). While we do not completely resolve this question, we design a significantly smaller kernel of size O(k12log10k)O(k^{12}\log^{10}k), inspired by the O(k2)O(k^2)-size kernel for Feedback Vertex Set. Furthermore, we introduce the notion of the independence degree of a vertex, which is our main conceptual contribution

    A combinatorial bound on the number of distinct eigenvalues of a graph

    Full text link
    The smallest possible number of distinct eigenvalues of a graph GG, denoted by q(G)q(G), has a combinatorial bound in terms of unique shortest paths in the graph. In particular, q(G)q(G) is bounded below by kk, where kk is the number of vertices of a unique shortest path joining any pair of vertices in GG. Thus, if nn is the number of vertices of GG, then nq(G)n-q(G) is bounded above by the size of the complement (with respect to the vertex set of GG) of the vertex set of the longest unique shortest path joining any pair of vertices of GG. The purpose of this paper is to commence the study of the minor-monotone floor of nkn-k, which is the minimum of nkn-k among all graphs of which GG is a minor. Accordingly, we prove some results about this minor-monotone floor.Comment: 33 page

    On the Nullity Number of Graphs

    Full text link
    The paper discusses bounds on the nullity number of graphs. It is proved in [B. Cheng and B. Liu, On the nullity of graphs. Electron. J. Linear Algebra 16 (2007) 60--67] that ηnD\eta \le n - D, where η\eta, n and D denote the nullity number, the order and the diameter of a connected graph, respectively. We first give a necessary condition on the extremal graphs corresponding to that bound, and then we strengthen the bound itself using the maximum clique number. In addition, we prove bounds on the nullity using the number of pendant neighbors in a graph. One of those bounds is an improvement of a known bound involving the domination number

    Simultaneous Feedback Vertex Set: A Parameterized Perspective

    Get PDF
    Given a family of graphs F\mathcal{F}, a graph GG, and a positive integer kk, the F\mathcal{F}-Deletion problem asks whether we can delete at most kk vertices from GG to obtain a graph in F\mathcal{F}. F\mathcal{F}-Deletion generalizes many classical graph problems such as Vertex Cover, Feedback Vertex Set, and Odd Cycle Transversal. A graph G=(V,i=1αEi)G = (V, \cup_{i=1}^{\alpha} E_{i}), where the edge set of GG is partitioned into α\alpha color classes, is called an α\alpha-edge-colored graph. A natural extension of the F\mathcal{F}-Deletion problem to edge-colored graphs is the α\alpha-Simultaneous F\mathcal{F}-Deletion problem. In the latter problem, we are given an α\alpha-edge-colored graph GG and the goal is to find a set SS of at most kk vertices such that each graph GiSG_i \setminus S, where Gi=(V,Ei)G_i = (V, E_i) and 1iα1 \leq i \leq \alpha, is in F\mathcal{F}. In this work, we study α\alpha-Simultaneous F\mathcal{F}-Deletion for F\mathcal{F} being the family of forests. In other words, we focus on the α\alpha-Simultaneous Feedback Vertex Set (α\alpha-SimFVS) problem. Algorithmically, we show that, like its classical counterpart, α\alpha-SimFVS parameterized by kk is fixed-parameter tractable (FPT) and admits a polynomial kernel, for any fixed constant α\alpha. In particular, we give an algorithm running in 2O(αk)nO(1)2^{O(\alpha k)}n^{O(1)} time and a kernel with O(αk3(α+1))O(\alpha k^{3(\alpha + 1)}) vertices. The running time of our algorithm implies that α\alpha-SimFVS is FPT even when αo(logn)\alpha \in o(\log n). We complement this positive result by showing that for αO(logn)\alpha \in O(\log n), where nn is the number of vertices in the input graph, α\alpha-SimFVS becomes W[1]-hard. Our positive results answer one of the open problems posed by Cai and Ye (MFCS 2014)

    On giant components and treewidth in the layers model

    Full text link
    Given an undirected nn-vertex graph G(V,E)G(V,E) and an integer kk, let Tk(G)T_k(G) denote the random vertex induced subgraph of GG generated by ordering VV according to a random permutation π\pi and including in Tk(G)T_k(G) those vertices with at most k1k-1 of their neighbors preceding them in this order. The distribution of subgraphs sampled in this manner is called the \emph{layers model with parameter} kk. The layers model has found applications in studying \ell-degenerate subgraphs, the design of algorithms for the maximum independent set problem, and in bootstrap percolation. In the current work we expand the study of structural properties of the layers model. We prove that there are 33-regular graphs GG for which with high probability T3(G)T_3(G) has a connected component of size Ω(n)\Omega(n). Moreover, this connected component has treewidth Ω(n)\Omega(n). This lower bound on the treewidth extends to many other random graph models. In contrast, T2(G)T_2(G) is known to be a forest (hence of treewidth~1), and we establish that if GG is of bounded degree then with high probability the largest connected component in T2(G)T_2(G) is of size O(logn)O(\log n). We also consider the infinite two-dimensional grid, for which we prove that the first four layers contain a unique infinite connected component with probability 11

    An FPT algorithm and a polynomial kernel for Linear Rankwidth-1 Vertex Deletion

    Get PDF
    Linear rankwidth is a linearized variant of rankwidth, introduced by Oum and Seymour [Approximating clique-width and branch-width. J. Combin. Theory Ser. B, 96(4):514--528, 2006]. Motivated from recent development on graph modification problems regarding classes of graphs of bounded treewidth or pathwidth, we study the Linear Rankwidth-1 Vertex Deletion problem (shortly, LRW1-Vertex Deletion). In the LRW1-Vertex Deletion problem, given an nn-vertex graph GG and a positive integer kk, we want to decide whether there is a set of at most kk vertices whose removal turns GG into a graph of linear rankwidth at most 11 and find such a vertex set if one exists. While the meta-theorem of Courcelle, Makowsky, and Rotics implies that LRW1-Vertex Deletion can be solved in time f(k)n3f(k)\cdot n^3 for some function ff, it is not clear whether this problem allows a running time with a modest exponential function. We first establish that LRW1-Vertex Deletion can be solved in time 8knO(1)8^k\cdot n^{\mathcal{O}(1)}. The major obstacle to this end is how to handle a long induced cycle as an obstruction. To fix this issue, we define necklace graphs and investigate their structural properties. Later, we reduce the polynomial factor by refining the trivial branching step based on a cliquewidth expression of a graph, and obtain an algorithm that runs in time 2O(k)n42^{\mathcal{O}(k)}\cdot n^4. We also prove that the running time cannot be improved to 2o(k)nO(1)2^{o(k)}\cdot n^{\mathcal{O}(1)} under the Exponential Time Hypothesis assumption. Lastly, we show that the LRW1-Vertex Deletion problem admits a polynomial kernel.Comment: 29 pages, 9 figures, An extended abstract appeared in IPEC201
    corecore