Arxiv:1907.07845V2 [Cs.DM] 10 May 2021 Reigcaatrzto

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:1907.07845V2 [Cs.DM] 10 May 2021 Reigcaatrzto LINEAR-SEMIORDERS AND THEIR INCOMPARABILITY GRAPHS ASAHI TAKAOKA Abstract. A linear-interval order is the intersection of a linear order and an interval order. For this class of orders, several structural results have been known. This paper introduces a new subclass of linear-interval orders. We call a partial order a linear-semiorder if it is the intersection of a linear order and a semiorder. We show a characterization and a polynomial-time recognition algorithm for linear-semiorders. We also prove that being a linear-semiorder is a comparability invariant, showing that incomparability graphs of linear-semiorders can be recognized in polynomial time. 1. Introduction A graph is an intersection graph if there is a set of objects such that each vertex corresponds to an object and two vertices are adjacent if and only if the corresponding objects have a nonempty intersection. The set of objects is called a representation of the graph. Intersection graphs of geometric objects have been widely investigated because of their interesting structures and applications [5,13,23]. Well-known examples of intersection graphs are interval graphs and permutation graphs. An interval graph is the intersection graph of intervals on the real line. Let L1 and L2 be two horizontal lines in the xy-plane with L1 above L2. A permutation graph is the intersection graph of line segments joining a point on L1 and a point on L2. A common generalization of the two graph classes is trapezoid graphs [8,9]. An interval on L1 and an interval on L2 define a trapezoid between L1 and L2.A trapezoid graph is the intersection graph of such trapezoids. The structure of trapezoid graphs is well investigated, and several recognition algorithms are presented [15,20,23]. There is some correspondence between partial orders and intersection graphs of geometric objects between the two lines [14], [15, Theorem 1.11]. A partial order P on a set V is a trapezoid order if for each element v ∈ V, there is a trapezoid T(v) between L1 and L2 such that for any two elements u,v ∈ V, we have that u ≺ v in P if and only if T(u) lies completely to the left of T(v). The set of trapezoids {T(v): v ∈ V} is called a trapezoid representation of P. By restricting trapezoids in the representation, many order classes have been introduced [2,3,21]. An up-triangle order [2] is a partial order representable by triangles spanned by a point on L1 and an interval on L2. An up-triangle order is also known as a PI order [5,6,8], where PI stands for point-interval, and as a linear-interval order [19] because it is the intersection of a linear order and an interval order. We use the term linear-interval orders to denote such orders. Several structural results have been shown for this order class [6, 8, 25], including polynomial-time recognition algorithms [19,26,27]. As noted in [19], this is one of the first results for recognizing orders that are the intersection of orders from different classes. This paper deals with up-triangle orders representable by triangles spanned by a point on L1 and a unit-length interval on L (Fig. 1). Such an order is the intersection of a linear order and a semiorder; hence we call it a linear- arXiv:1907.07845v2 [cs.DM] 10 May 2021 2 semiorder. In Section 3, we show a characterization of linear-semiorders in terms of linear extensions. We then propose a polynomial-time recognition algorithm for linear-semiorders in Section 4. In Section 5, we prove that being a linear-semiorder is a comparability invariant, showing that incomparability graphs of linear-semiorders can also be recognized in polynomial time. In Section 6, we show two byproducts of the characterization. We finally discuss our results and further research in Section 7. 2. Preliminaries A (strict) partially ordered set is a pair (V, P), where V is a set and P is a binary relation on V that is irreflexive, transitive, and therefore asymmetric. The set V is called a ground set and the relation P is called a (strict) partial order on V. In this paper, we will deal only with partial orders on finite sets. Date: May 11, 2021. 2010 Mathematics Subject Classification. 05C62, 05C75, 68R10, 06A07 . Key words and phrases. Comparability invariant, Linear-interval orders, PI graphs, Recognition algorithm, Semiorders, Triangle orders, Vertex ordering characterization . 1 d f a b c d e f L1 c b e L a 2 (a) (b) Figure 1. A partial order (the dual of chevron) with a triangle representation. We denote partial orders by ≺ instead of P, that is, we write u ≺ v in P if (u,v) ∈ P. Two elements u,v ∈ V are comparable in P if u ≺ v or u ≻ v; otherwise u and v are incomparable, denoted by u k v. A partial order P on a set V is a linear order if any two distinct elements of V are comparable in P. A partial order P on a set V is an interval order if for each element v ∈ V, there is a (closed) interval I(v) on the real line such that for any two elements u,v ∈ V, we have that u ≺ v in P if and only if I(u) lies completely to the left of I(v). Here, the interval I(u) = [l(u), r(u)] lies completely to the left of I(v) = [l(v), r(v)], and we write I(u) ≪ I(v), if r(u) < l(v). The set of intervals {I(v): v ∈ V} is called an interval representation of P. An interval representation is unit if every interval has unit length, and it is proper if no interval properly contains another. An interval order is a semiorder if it has a unit interval representation. It is known that a partial order is a semiorder if and only if it has a proper interval representation [4]. Let P1 and P2 be two partial orders on the same ground set V. The intersection of P1 and P2 is the partial order P = P1 ∩ P2. Equivalently, the intersection of P1 and P2 is the partial order P on V such that u ≺ v in P if and only if u ≺ v in both P1 and P2. We call an ordera linear-semiorder if it is the intersection of a linear order and a semiorder. In addition to partially ordered sets, this paper deals with graphs. All graphs in this paper are finite with no loops or multiple edges. Unless stated otherwise, graphs are assumed to be undirected, but we also deal with graphs with directed edges. We write uv for the undirected edge joining two vertices u and v and write (u,v) for the directed edge from u to v. For a graph G = (V, E), we sometimes write V(G) for the vertex set V and write E(G) for the edge set E. Let P be a partial order on a set V. The comparability graph of P is the graph G such that uv ∈ E(G) if and only if u and v are comparable in P. The incomparability graph of P is the graph G such that uv ∈ E(G) if and only if u k v in P. Note that the incomparability graph of P is the complement of the comparability graph of P, where the complement of a graph G is the graph G such that V(G) = V(G) and uv ∈ E(G) if and only if uv < E(G) for any two vertices u,v ∈ V(G). Let G be a graph, and let E ⊆ E(G) be a set of (undirected) edges of G. We call a set F of directed edges an orientation of E if F is obtained from E by orienting each edge of E, that is, replacing each edge uv ∈ E with either (u,v)or (v, u). An orientation of G is an orientation of E(G). An orientation F of G is transitive if (u,v) ∈ F and (v,w) ∈ F then (u,w) ∈ F for any three vertices u,v,w ∈ V(G). Note that a partial order P on a set V can be viewed as a transitive orientation F of the comparability graph of P, in which (u,v) ∈ F if and only if u ≺ v in P. We also note that a graph is a comparability graph if and only if it has a transitive orientation. A linear-time algorithm is known for computing a transitive orientation of a comparability graph [18]. However, the algorithm might produce an orientation that is not transitive if the given graph is not a comparability graph. Thus, to recognize comparability graphs, we must verify the transitivity after computing the orientation. An orientation F of a graph G is quasi-transitive if (u,v) ∈ F and (v,w) ∈ F then uw ∈ E(G), that is, either (u,w) ∈ F or (w, u) ∈ F. In other words, an orientation F of G is quasi-transitive if for any three vertices u,v,w ∈ V with uv,vw ∈ E(G) and uw < E(G), either (u,v), (w,v) ∈ F or (v, u), (v,w) ∈ F. We can see that an orientation is transitive if and only if it is quasi-transitive and acyclic. The linear-time algorithm [18] produces a linear extension of an orientation F of a given graph G such that F is transitive if G is a comparability graph.
Recommended publications
  • Lecture 10: April 20, 2005 Perfect Graphs
    Re-revised notes 4-22-2005 10pm CMSC 27400-1/37200-1 Combinatorics and Probability Spring 2005 Lecture 10: April 20, 2005 Instructor: L´aszl´oBabai Scribe: Raghav Kulkarni TA SCHEDULE: TA sessions are held in Ryerson-255, Monday, Tuesday and Thursday 5:30{6:30pm. INSTRUCTOR'S EMAIL: [email protected] TA's EMAIL: [email protected], [email protected] IMPORTANT: Take-home test Friday, April 29, due Monday, May 2, before class. Perfect Graphs k 1=k Shannon capacity of a graph G is: Θ(G) := limk (α(G )) : !1 Exercise 10.1 Show that α(G) χ(G): (G is the complement of G:) ≤ Exercise 10.2 Show that χ(G H) χ(G)χ(H): · ≤ Exercise 10.3 Show that Θ(G) χ(G): ≤ So, α(G) Θ(G) χ(G): ≤ ≤ Definition: G is perfect if for all induced sugraphs H of G, α(H) = χ(H); i. e., the chromatic number is equal to the clique number. Theorem 10.4 (Lov´asz) G is perfect iff G is perfect. (This was open under the name \weak perfect graph conjecture.") Corollary 10.5 If G is perfect then Θ(G) = α(G) = χ(G): Exercise 10.6 (a) Kn is perfect. (b) All bipartite graphs are perfect. Exercise 10.7 Prove: If G is bipartite then G is perfect. Do not use Lov´asz'sTheorem (Theorem 10.4). 1 Lecture 10: April 20, 2005 2 The smallest imperfect (not perfect) graph is C5 : α(C5) = 2; χ(C5) = 3: For k 2, C2k+1 imperfect.
    [Show full text]
  • I?'!'-Comparability Graphs
    Discrete Mathematics 74 (1989) 173-200 173 North-Holland I?‘!‘-COMPARABILITYGRAPHS C.T. HOANG Department of Computer Science, Rutgers University, New Brunswick, NJ 08903, U.S.A. and B.A. REED Discrete Mathematics Group, Bell Communications Research, Morristown, NJ 07950, U.S.A. In 1981, Chv&tal defined the class of perfectly orderable graphs. This class of perfect graphs contains the comparability graphs. In this paper, we introduce a new class of perfectly orderable graphs, the &comparability graphs. This class generalizes comparability graphs in a natural way. We also prove a decomposition theorem which leads to a structural characteriza- tion of &comparability graphs. Using this characterization, we develop a polynomial-time recognition algorithm and polynomial-time algorithms for the clique and colouring problems for &comparability graphs. 1. Introduction A natural way to color the vertices of a graph is to put them in some order v*cv~<” l < v, and then assign colors in the following manner: (1) Consider the vertxes sequentially (in the sequence given by the order) (2) Assign to each Vi the smallest color (positive integer) not used on any neighbor vi of Vi with j c i. We shall call this the greedy coloring algorithm. An order < of a graph G is perfect if for each subgraph H of G, the greedy algorithm applied to H, gives an optimal coloring of H. An obstruction in a ordered graph (G, <) is a set of four vertices {a, b, c, d} with edges ab, bc, cd (and no other edge) and a c b, d CC. Clearly, if < is a perfect order on G, then (G, C) contains no obstruction (because the chromatic number of an obstruction is twu, but the greedy coloring algorithm uses three colors).
    [Show full text]
  • UNIVERSITY of CALIFORNIA, IRVINE DISSERTATION Submitted
    UNIVERSITY OF CALIFORNIA, IRVINE THREE ESSAYS ON THE FOUNDATIONS OF SCIENCE DISSERTATION submitted in partial satisfaction of the requirements for the degree of DOCTOR OF PHILOSOPHY in Social Science – Mathematical Behavioral Sciences by Rolf Henry Johansson Dissertation Committee: Professor Louis Narens, Chair Professor Donald Saari Professor Kent Johnson 2014 © 2014 Rolf Henry Johansson DEDICATION For my mother Lalla and my father Kurt for their continuing support. ii TABLE OF CONTENTS Page ACKNOWLEDGEMENTS iv CURRICULUM VITAE v ABTRACT OF THE DISSERTATION viii ESSAY 1: THE UNIQUENESS PROBLEM FOR FINITE SEMIORDERS Abstract 1 1. Introduction 2 2. Preliminaries 8 3. Representation Problems for Semiorders 17 4. Theorems 24 5. Discussion 37 Appendix 40 References 45 ESSAY 2: TROUBLES WITH CONVENTION T Abstract 48 1. Introduction: Convention T and Natural Languages 50 2. Hintikka‟s Counterexample 55 3. Hintikka-Type Counterexamples 59 4. Proposed Solutions 63 4.1 On ambiguity versus context-sensitivity 64 4.2 Formalizing the metalanguage 70 4.3 Paraprasing the conditional 73 4.4 Dispensing with disquotation 76 5. Discussion 78 References 82 ESSAY 3: ELEMENTARY FORMULAS FOR THE nTH PRIME AND FOR THE NUMBER OF PRIMES UP TO A GIVEN LIMIT Abstract 84 1. Introduction 86 2. A Brief History of Prime Representing Functions 89 3. Formulas Based on Wilson‟s Theorem 93 4. Formulas Based on the Sieve of Eratosthenes 96 5. Elementary Formulas for Primes 100 References 107 iii ACKNOWLEDGEMENTS I would like to express my deepest gratitude to my committee chair, Louis Narens, for many stimulating conversations over the years and for guidance throughout my graduate education.
    [Show full text]
  • Proper Interval Graphs and the Guard Problem 1
    DISCRETE N~THEMATICS ELSEVIER Discrete Mathematics 170 (1997) 223-230 Note Proper interval graphs and the guard problem1 Chiuyuan Chen*, Chin-Chen Chang, Gerard J. Chang Department of Applied Mathematics, National Chiao Tung University, Hsinchu 30050, Taiwan Received 26 September 1995; revised 27 August 1996 Abstract This paper is a study of the hamiltonicity of proper interval graphs with applications to the guard problem in spiral polygons. We prove that proper interval graphs with ~> 2 vertices have hamiltonian paths, those with ~>3 vertices have hamiltonian cycles, and those with />4 vertices are hamiltonian-connected if and only if they are, respectively, 1-, 2-, or 3-connected. We also study the guard problem in spiral polygons by connecting the class of nontrivial connected proper interval graphs with the class of stick-intersection graphs of spiral polygons. Keywords." Proper interval graph; Hamiltonian path (cycle); Hamiltonian-connected; Guard; Visibility; Spiral polygon I. Introduction The main purpose of this paper is to study the hamiltonicity of proper interval graphs with applications to the guard problem in spiral polygons. Our terminology and graph notation are standard, see [2], except as indicated. The intersection graph of a family ~ of nonempty sets is derived by representing each set in ~ with a vertex and connecting two vertices with an edge if and only if their corresponding sets intersect. An interval graph is the intersection graph G of a family J of intervals on a real line. J is usually called the interval model for G. A proper interval graph is an interval graph with an interval model ~¢ such that no interval in J properly contains another.
    [Show full text]
  • Classes of Graphs with Restricted Interval Models Andrzej Proskurowski, Jan Arne Telle
    Classes of graphs with restricted interval models Andrzej Proskurowski, Jan Arne Telle To cite this version: Andrzej Proskurowski, Jan Arne Telle. Classes of graphs with restricted interval models. Discrete Mathematics and Theoretical Computer Science, DMTCS, 1999, 3 (4), pp.167-176. hal-00958935 HAL Id: hal-00958935 https://hal.inria.fr/hal-00958935 Submitted on 13 Mar 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Discrete Mathematics and Theoretical Computer Science 3, 1999, 167–176 Classes of graphs with restricted interval models ✁ Andrzej Proskurowski and Jan Arne Telle ✂ University of Oregon, Eugene, Oregon, USA ✄ University of Bergen, Bergen, Norway received June 30, 1997, revised Feb 18, 1999, accepted Apr 20, 1999. We introduce ☎ -proper interval graphs as interval graphs with interval models in which no interval is properly con- tained in more than ☎ other intervals, and also provide a forbidden induced subgraph characterization of this class of ✆✞✝✠✟ graphs. We initiate a graph-theoretic study of subgraphs of ☎ -proper interval graphs with maximum clique size and give an equivalent characterization of these graphs by restricted path-decomposition. By allowing the parameter ✆ ✆ ☎ to vary from 0 to , we obtain a nested hierarchy of graph families, from graphs of bandwidth at most to graphs of pathwidth at most ✆ .
    [Show full text]
  • On Computing Longest Paths in Small Graph Classes
    On Computing Longest Paths in Small Graph Classes Ryuhei Uehara∗ Yushi Uno† July 28, 2005 Abstract The longest path problem is to find a longest path in a given graph. While the graph classes in which the Hamiltonian path problem can be solved efficiently are widely investigated, few graph classes are known to be solved efficiently for the longest path problem. For a tree, a simple linear time algorithm for the longest path problem is known. We first generalize the algorithm, and show that the longest path problem can be solved efficiently for weighted trees, block graphs, and cacti. We next show that the longest path problem can be solved efficiently on some graph classes that have natural interval representations. Keywords: efficient algorithms, graph classes, longest path problem. 1 Introduction The Hamiltonian path problem is one of the most well known NP-hard problem, and there are numerous applications of the problems [17]. For such an intractable problem, there are two major approaches; approximation algorithms [20, 2, 35] and algorithms with parameterized complexity analyses [15]. In both approaches, we have to change the decision problem to the optimization problem. Therefore the longest path problem is one of the basic problems from the viewpoint of combinatorial optimization. From the practical point of view, it is also very natural approach to try to find a longest path in a given graph, even if it does not have a Hamiltonian path. However, finding a longest path seems to be more difficult than determining whether the given graph has a Hamiltonian path or not.
    [Show full text]
  • Complexity and Exact Algorithms for Vertex Multicut in Interval and Bounded Treewidth Graphs 1
    Complexity and Exact Algorithms for Vertex Multicut in Interval and Bounded Treewidth Graphs 1 Jiong Guo a,∗ Falk H¨uffner a Erhan Kenar b Rolf Niedermeier a Johannes Uhlmann a aInstitut f¨ur Informatik, Friedrich-Schiller-Universit¨at Jena, Ernst-Abbe-Platz 2, D-07743 Jena, Germany bWilhelm-Schickard-Institut f¨ur Informatik, Universit¨at T¨ubingen, Sand 13, D-72076 T¨ubingen, Germany Abstract Multicut is a fundamental network communication and connectivity problem. It is defined as: given an undirected graph and a collection of pairs of terminal vertices, find a minimum set of edges or vertices whose removal disconnects each pair. We mainly focus on the case of removing vertices, where we distinguish between allowing or disallowing the removal of terminal vertices. Complementing and refining previous results from the literature, we provide several NP-completeness and (fixed- parameter) tractability results for restricted classes of graphs such as trees, interval graphs, and graphs of bounded treewidth. Key words: Combinatorial optimization, Complexity theory, NP-completeness, Dynamic programming, Graph theory, Parameterized complexity 1 Introduction Motivation and previous results. Multicut in graphs is a fundamental network design problem. It models questions concerning the reliability and ∗ Corresponding author. Tel.: +49 3641 9 46325; fax: +49 3641 9 46002 E-mail address: [email protected]. 1 An extended abstract of this work appears in the proceedings of the 32nd Interna- tional Conference on Current Trends in Theory and Practice of Computer Science (SOFSEM 2006) [19]. Now, in particular the proof of Theorem 5 has been much simplified. Preprint submitted to Elsevier Science 2 February 2007 robustness of computer and communication networks.
    [Show full text]
  • Box Representations of Embedded Graphs
    Box representations of embedded graphs Louis Esperet CNRS, Laboratoire G-SCOP, Grenoble, France S´eminairede G´eom´etrieAlgorithmique et Combinatoire, Paris March 2017 Definition (Roberts 1969) The boxicity of a graph G, denoted by box(G), is the smallest d such that G is the intersection graph of some d-boxes. Ecological/food chain networks Sociological/political networks Fleet maintenance Boxicity d-box: the cartesian product of d intervals [x1; y1] ::: [xd ; yd ] of R × × Ecological/food chain networks Sociological/political networks Fleet maintenance Boxicity d-box: the cartesian product of d intervals [x1; y1] ::: [xd ; yd ] of R × × Definition (Roberts 1969) The boxicity of a graph G, denoted by box(G), is the smallest d such that G is the intersection graph of some d-boxes. Ecological/food chain networks Sociological/political networks Fleet maintenance Boxicity d-box: the cartesian product of d intervals [x1; y1] ::: [xd ; yd ] of R × × Definition (Roberts 1969) The boxicity of a graph G, denoted by box(G), is the smallest d such that G is the intersection graph of some d-boxes. Ecological/food chain networks Sociological/political networks Fleet maintenance Boxicity d-box: the cartesian product of d intervals [x1; y1] ::: [xd ; yd ] of R × × Definition (Roberts 1969) The boxicity of a graph G, denoted by box(G), is the smallest d such that G is the intersection graph of some d-boxes. Ecological/food chain networks Sociological/political networks Fleet maintenance Boxicity d-box: the cartesian product of d intervals [x1; y1] ::: [xd ; yd ] of R × × Definition (Roberts 1969) The boxicity of a graph G, denoted by box(G), is the smallest d such that G is the intersection graph of some d-boxes.
    [Show full text]
  • Improved Ramsey-Type Results in Comparability Graphs
    Improved Ramsey-type results in comparability graphs D´anielKor´andi ∗ Istv´anTomon ∗ Abstract Several discrete geometry problems are equivalent to estimating the size of the largest homogeneous sets in graphs that happen to be the union of few comparability graphs. An important observation for such results is that if G is an n-vertex graph that is the union of r comparability (or more generally, perfect) graphs, then either G or its complement contains a clique of size n1=(r+1). This bound is known to be tight for r = 1. The question whether it is optimal for r ≥ 2 was studied by Dumitrescu and T´oth.We prove that it is essentially best possible for r = 2, as well: we introduce a probabilistic construction of two comparability graphs on n vertices, whose union contains no clique or independent set of size n1=3+o(1). Using similar ideas, we can also construct a graph G that is the union of r comparability graphs, and neither G, nor its complement contains a complete bipartite graph with parts of size cn (log n)r . With this, we improve a result of Fox and Pach. 1 Introduction An old problem of Larman, Matouˇsek,Pach and T¨or}ocsik[11, 14] asks for the largest m = m(n) such that among any n convex sets in the plane, there are m that are pairwise disjoint or m that pairwise intersect. Considering the disjointness graph G, whose vertices correspond to the convex sets and edges correspond to disjoint pairs, this problem asks the Ramsey-type question of estimating the largest clique or independent set in G.
    [Show full text]
  • On Hybric Order Dimensions 1 Introduction
    On hybric order dimensions Athanasios Andrikopoulos Abstract The notion of interval order was introduced by Norbert Wiener [28] in order to clarify the relation between the notion of an instant of time and that of a period of time. This was a problem on which Bertrand Russell [18] worked at the time. Interval orders play an impor- tant role in many areas of pure and applied mathematics, graph theory, computer science and engineering. Special cases of interval order are the semiorder and linear order. All of these notions are especially important in the study of linear-interval and linear-semiorder dimension of a binary relation. This kind of dimension, which we call hybric order dimension, gives a common generalization of linear order and interval order (semiorder) dimension and is ar- guably the most important measure of ordered set complexity. In this paper, we give three main results of the theory of hybric order dimension. More precicely, we obtain necessary and sufficient conditions for a binary relation to have an interval order (resp. linear-interval order, linear-simiorder) extension as well as a realizer of interval orders (resp. linear-interval orders, linear-simiorders). We also obtain a characterization of the interval order (resp. linear-interval order, linear-simiorder) dimension. Since the hybric order dimension of a binary relation is less than its (linear) order dimension, these results will be able to improve known results in graph theory and computer science by finding more efficient algorithms. Keywords: Graph, Extension theorems, Linear-interval order, Linear-semiorder, Realizer, Dimension. 1 Introduction Zeno’s paradox posed for first time the question of whether time should be represented by a discrete or a continuous variable.
    [Show full text]
  • P 4-Colorings and P 4-Bipartite Graphs Chinh T
    P_4-Colorings and P_4-Bipartite Graphs Chinh T. Hoàng, van Bang Le To cite this version: Chinh T. Hoàng, van Bang Le. P_4-Colorings and P_4-Bipartite Graphs. Discrete Mathematics and Theoretical Computer Science, DMTCS, 2001, 4 (2), pp.109-122. hal-00958951 HAL Id: hal-00958951 https://hal.inria.fr/hal-00958951 Submitted on 13 Mar 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Discrete Mathematics and Theoretical Computer Science 4, 2001, 109–122 P4-Free Colorings and P4-Bipartite Graphs Ch´ınh T. Hoang` 1† and Van Bang Le2‡ 1Department of Physics and Computing, Wilfrid Laurier University, 75 University Ave. W., Waterloo, Ontario N2L 3C5, Canada 2Fachbereich Informatik, Universitat¨ Rostock, Albert-Einstein-Straße 21, D-18051 Rostock, Germany received May 19, 1999, revised November 25, 2000, accepted December 15, 2000. A vertex partition of a graph into disjoint subsets Vis is said to be a P4-free coloring if each color class Vi induces a subgraph without a chordless path on four vertices (denoted by P4). Examples of P4-free 2-colorable graphs (also called P4-bipartite graphs) include parity graphs and graphs with “few” P4s like P4-reducible and P4-sparse graphs.
    [Show full text]
  • On Sources in Comparability Graphs, with Applications Stephan Olariu Old Dominion University
    Old Dominion University ODU Digital Commons Computer Science Faculty Publications Computer Science 1992 On Sources in Comparability Graphs, With Applications Stephan Olariu Old Dominion University Follow this and additional works at: https://digitalcommons.odu.edu/computerscience_fac_pubs Part of the Applied Mathematics Commons, and the Computer Sciences Commons Repository Citation Olariu, Stephan, "On Sources in Comparability Graphs, With Applications" (1992). Computer Science Faculty Publications. 128. https://digitalcommons.odu.edu/computerscience_fac_pubs/128 Original Publication Citation Olariu, S. (1992). On sources in comparability graphs, with applications. Discrete Mathematics, 110(1-3), 289-292. doi:10.1016/ 0012-365x(92)90721-q This Article is brought to you for free and open access by the Computer Science at ODU Digital Commons. It has been accepted for inclusion in Computer Science Faculty Publications by an authorized administrator of ODU Digital Commons. For more information, please contact [email protected]. Discrete Mathematics 110 (1992) 2X9-292 289 North-Holland Note On sources in comparability graphs, with applications S. Olariu Department of Computer Science, Old Dominion University, Norfolk, VA 235294162, USA Received 31 October 1989 Abstract Olariu, S., On sources in comparability graphs, with applications, Discrete Mathematics 110 (1992) 289-292. We characterize sources in comparability graphs and show that our result provides a unifying look at two recent results about interval graphs. An orientation 0 of a graph G is obtained by assigning unique directions to its edges. To simplify notation, we write xy E 0, whenever the edge xy receives the direction from x to y. A vertex w is called a source whenever VW E 0 for no vertex II in G.
    [Show full text]