261 research outputs found

    Equitable orientations of sparse uniform hypergraphs

    Get PDF
    Caro, West, and Yuster studied how rr-uniform hypergraphs can be oriented in such a way that (generalizations of) indegree and outdegree are as close to each other as can be hoped. They conjectured an existence result of such orientations for sparse hypergraphs, of which we present a proof

    Progress on the adjacent vertex distinguishing edge colouring conjecture

    Full text link
    A proper edge colouring of a graph is adjacent vertex distinguishing if no two adjacent vertices see the same set of colours. Using a clever application of the Local Lemma, Hatami (2005) proved that every graph with maximum degree Δ\Delta and no isolated edge has an adjacent vertex distinguishing edge colouring with Δ+300\Delta + 300 colours, provided Δ\Delta is large enough. We show that this bound can be reduced to Δ+19\Delta + 19. This is motivated by the conjecture of Zhang, Liu, and Wang (2002) that Δ+2\Delta + 2 colours are enough for Δ3\Delta \geq 3.Comment: v2: Revised following referees' comment

    Comment la relation d'embauche structure-t-elle les relations d'emploi ?

    No full text
    International audienceHow is organized the access to stable jobs for young unskilled operative workers in a major of the car manufacturing industry? The entry into the firm to integration process and the renewal of internal labour market are the main focuses of our analysis to understand the employment policy of such a multinational enterprise.Comment s'organise l'accès à l'emploi stable pour les jeunes opérateurs non qualifiés d'une grande entreprise automobile ? Les questions de l'embauche comme intégration et du renouvellement du marché interne de l'entreprise se placent au centre de notre grille de lecture de la politique de l'emploi de ce grand groupe

    Subidvisions de cycles orientés dans les graphes dirigés de fort nombre chromatique

    Get PDF
    An {\it oriented cycle} is an orientation of a undirected cycle.We first show that for any oriented cycle CC, there are digraphs containing no subdivision of CC (as a subdigraph) and arbitrarily large chromatic number.In contrast, we show that for any CC is a cycle with two blocks, every strongly connected digraph with sufficiently large chromatic number contains a subdivision of CC. We prove a similar result for the antidirected cycle on four vertices (in which two vertices have out-degree 22 and two vertices have in-degree 22).Un {\it cycle orienté} est l'orientation d'un cycle. Nous prouvons que pour tout cycle orienté CC il existe des graphes dirigés sans subdivisions de CC (en tant que sous graphe) et de nombre chromatique arbitrairement grand. Par ailleurs, nous prouvons que pour tout cycle a deux bloques, tout graphe dirigé fortement connexe de nombre chromatique suffisamment grand contient une subdivision de CC. Nous prouvons aussi un resultat semblable sur le cycle antidirigé de taille quatre (avec deux sommets de degré sortant 22 et deux sommets de degré entrant 22)

    Exact and Approximate Digraph Bandwidth

    Get PDF
    In this paper, we introduce a directed variant of the classical Bandwidth problem and study it from the view-point of moderately exponential time algorithms, both exactly and approximately. Motivated by the definitions of the directed variants of the classical Cutwidth and Pathwidth problems, we define Digraph Bandwidth as follows. Given a digraph D and an ordering sigma of its vertices, the digraph bandwidth of sigma with respect to D is equal to the maximum value of sigma(v)-sigma(u) over all arcs (u,v) of D going forward along sigma (that is, when sigma(u) < sigma (v)). The Digraph Bandwidth problem takes as input a digraph D and asks to output an ordering with the minimum digraph bandwidth. The undirected Bandwidth easily reduces to Digraph Bandwidth and thus, it immediately implies that Directed Bandwidth is {NP-hard}. While an O^*(n!) time algorithm for the problem is trivial, the goal of this paper is to design algorithms for Digraph Bandwidth which have running times of the form 2^O(n). In particular, we obtain the following results. Here, n and m denote the number of vertices and arcs of the input digraph D, respectively. - Digraph Bandwidth can be solved in O^*(3^n * 2^m) time. This result implies a 2^O(n) time algorithm on sparse graphs, such as graphs of bounded average degree. - Let G be the underlying undirected graph of the input digraph. If the treewidth of G is at most t, then Digraph Bandwidth can be solved in time O^*(2^(n + (t+2) log n)). This result implies a 2^(n+O(sqrt(n) log n)) algorithm for directed planar graphs and, in general, for the class of digraphs whose underlying undirected graph excludes some fixed graph H as a minor. - Digraph Bandwidth can be solved in min{O^*(4^n * b^n), O^*(4^n * 2^(b log b log n))} time, where b denotes the optimal digraph bandwidth of D. This allow us to deduce a 2^O(n) algorithm in many cases, for example when b <= n/(log^2n). - Finally, we give a (Single) Exponential Time Approximation Scheme for Digraph Bandwidth. In particular, we show that for any fixed real epsilon > 0, we can find an ordering whose digraph bandwidth is at most (1+epsilon) times the optimal digraph bandwidth, in time O^*(4^n * (ceil[4/epsilon])^n)

    Uniform Polynomial Kernel for Deletion to K_{2,p} Minor-Free Graphs

    Get PDF
    In the F-Deletion problem, where F is a fixed finite family of graphs, the input is a graph G and an integer k, and the goal is to determine if there exists a set of at most k vertices whose deletion results in a graph that does not contain any graph of F as a minor. The F-Deletion problem encapsulates a large class of natural and interesting graph problems like Vertex Cover, Feedback Vertex Set, Treewidth-η Deletion, Treedepth-η Deletion, Pathwidth-η Deletion, Outerplanar Deletion, Vertex Planarization and many more. We study the F-Deletion problem from the kernelization perspective. In a seminal work, Fomin et al. [FOCS 2012] gave a polynomial kernel for this problem when the family F contains at least one planar graph. The asymptotic growth of the size of the kernel is not uniform with respect to the family F: that is, the size of the kernel is k^{f(F)}, for some function f that depends only on F. Later Giannopoulou et al. [TALG 2017] showed that the non-uniformity in the kernel size bound is unavoidable as Treewidth-η Deletion cannot admit a kernel of size (k^{(η+1)/2 - ε}), for any ε > 0, unless NP ⊆ coNP/poly. On the other hand it was also shown that Treedepth-η Deletion admits a uniform kernel of size f(F) ⋅ k⁶ depicting that there are subclasses of F where the asymptotic kernel sizes do not grow as a function of the family F. This work led to the question of determining classes of F where the problem admits uniform polynomial kernels. In this paper, we show that if all the graphs in F are connected and ℱ contains K_{2,p} (a bipartite graph with 2 vertices on one side and p vertices on the other), then the problem admits a uniform kernel of size f(F) ⋅ k^10. The graph K_{2,p} is one natural extension of the graph θ_p, where θ_p is a graph on two vertices and p parallel edges. The case when F contains θ_p has been studied earlier and serves as (the only) other example where the problem admits a uniform polynomial kernel

    A Polynomial Kernel for Line Graph Deletion

    Get PDF
    The line graph of a graph GG is the graph L(G)L(G) whose vertex set is the edge set of GG and there is an edge between e,fE(G)e,f\in E(G) if ee and ff share an endpoint in GG. A graph is called line graph if it is a line graph of some graph. We study the Line-Graph-Edge Deletion problem, which asks whether we can delete at most kk edges from the input graph GG such that the resulting graph is a line graph. More precisely, we give a polynomial kernel for Line-Graph-Edge Deletion with O(k5)\mathcal{O}(k^{5}) vertices. This answers an open question posed by Falk H\"{u}ffner at Workshop on Kernels (WorKer) in 2013.Comment: To be published in the Proceedings of the 28th Annual European Symposium on Algorithms (ESA 2020

    A Polynomial Kernel for Paw-Free Editing

    Get PDF
    For a fixed graph HH, the HH-free-editing problem asks whether we can modify a given graph GG by adding or deleting at most kk edges such that the resulting graph does not contain HH as an induced subgraph. The problem is known to be NP-complete for all fixed HH with at least 33 vertices and it admits a 2O(k)nO(1)2^{O(k)}n^{O(1)} algorithm. Cai and Cai showed that the HH-free-editing problem does not admit a polynomial kernel whenever HH or its complement is a path or a cycle with at least 44 edges or a 33-connected graph with at least 11 edge missing. Their results suggest that if HH is not independent set or a clique, then HH-free-editing admits polynomial kernels only for few small graphs HH, unless coNPNP/poly\textsf{coNP} \in \textsf{NP/poly}. Therefore, resolving the kernelization of HH-free-editing for small graphs HH plays a crucial role in obtaining a complete dichotomy for this problem. In this paper, we positively answer the question of compressibility for one of the last two unresolved graphs HH on 44 vertices. Namely, we give the first polynomial kernel for paw-free editing with O(k6)O(k^{6})vertices
    corecore