home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / math / 17143 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  5.1 KB

  1. Xref: sparky sci.math:17143 comp.theory:2730
  2. Path: sparky!uunet!mcsun!Germany.EU.net!urmel.informatik.rwth-aachen.de!beor!jonas
  3. From: jonas@beor.informatik.rwth-aachen.de (Josef Nelissen)
  4. Newsgroups: sci.math,comp.theory
  5. Subject: SUMMARY: INDEPENDENT SET for two dimensional interval graphs
  6. Date: 18 Dec 92 10:21:14 GMT
  7. Organization: Rechnerbetrieb Informatik - RWTH Aachen
  8. Lines: 105
  9. Distribution: inet
  10. Message-ID: <jonas.724674074@beor>
  11. NNTP-Posting-Host: beor.informatik.rwth-aachen.de
  12. Keywords: INDEPENDENT SET, interval graphs, complexity, graphs
  13.  
  14. Hi netters,
  15. in my original posting I wrote:
  16.  
  17. > I would be very interested to get any pointers/references regarding
  18. > the following problems:
  19. > In a natural extension to the notion of an interval graph, let a two
  20. > dimensional interval graph be the graph whose vertices correspond to a
  21. > (finite) set of two dimensional intervals (rectangles for short) in
  22. > N^2 (or the euclidean plane), and two vertices are adjacent iff the
  23. > intersection of the corresponding rectangles is not empty.
  24. > 1) What is the complexity of the INDEPENDENT SET problem for these graphs
  25. > in general?
  26. > 2) What is the complexity for a graph with the following properties of
  27. > the intervals:
  28. >    Consider a finite irregular grid consisting of linear combinations
  29. >    of (ax + by, cx + dy) for integer constants x,y > 0, integer
  30. >    coefficients a,b,c,d >= 0 with the restrictions ax + by <= R and
  31. >    cx + dy <= S.
  32. >    For each point (m, n) of the grid exist two rectangles of
  33. >    dimensions (x, y) (the constants from above) and (y, x)
  34. >    respectively, whose lower left corner coincedes with (m, n), i.e.
  35. >    the endpoints are (m, n), (m+x, n), (m+x, n+y), (m, n+y) and
  36. >    (m, n), (m+y, n), (m+y, n+x), (m, n+x).
  37. > Any help would be greatly appreciated - I don't even know if this
  38. > class of graphs has been identified before!
  39.  
  40. Of course this class of graphs was discovered before:
  41. Let the boxicity of a graph be the minimum number of dimensions for
  42. which k-dimensional boxes are needed to represent the graph as an
  43. intersection graph of these objects. 
  44. Then this class is the one of boxicity <=2 graphs.
  45.  
  46. As can be easily shown, every graph can be constructed as the interval
  47. graph of boxes of an appropriate dimension, but the determination of
  48. the minimum k is NP-complete, which was shown for k >= 3 by Yannakakis
  49. (The Complexity of the Partial Order Dimension Problem, SIAM J. Alg.
  50. Disc. Math 3, 351-358, 1982) and for k=2 recently by Jan Kratochvil of
  51. Charles University in Prague ("A Special Planar Satisfiability Problem
  52. and a consequence of its NP-completeness", submitted for publication).
  53.  
  54. The INDEPENDENT SET problem is NP-complete for boxicity 2 graphs, as
  55. was shown by Paterson, Tanimato et. al (IPL Vol 12 No 3 June 1981 pp.
  56. 133-137). This result can be extended to the intersection graphs of
  57. unit disks, as shown by Wong and Kuo (IPL Vol 28 No 6, 1988 281-286).
  58. Another reference on unit disk graphs is an article by Clark Colbourn
  59. and Johnson (Discrete math Vol 86, 1990, pp 165-177).
  60.  
  61. Other results and references mentioned in this context are:
  62.  
  63.    1. CLIQUE is easy, say in P, for boxicity 2 graphs because
  64.       rectangles in the plane have the "Helly property"; if there is a
  65.       set which corresponds to a clique, there must be a point of
  66.       common overlap. 
  67.  
  68.    2. One can find the minimum number of disjoint sets (of vertices) in
  69.       which a (one-dimensional) interval graph can be partitioned in
  70.       O(nlogn) by some sort of sweep-line-algorithm on the interval
  71.       representation. 
  72.  
  73.    3. The INDEPENDENT SET problem for planar segments is treated in a
  74.       joint paper of Kratochvil and Nesetril (Comm. Math. Univ. Carol.
  75.       31(1990), 85-93)
  76.  
  77.    4. The INDEPENDENT Set problem for other geometric objects is
  78.       treated in an article by T. Asano ("Difficulty of the Maximum
  79.       Independent Set Problem on Graphs of Geometric Objects" in Graph
  80.       Theory, Combinatorics and Applications; Alavi Y. et al. (eds.),
  81.       1988, pp. 9-18)
  82.  
  83. Other references concerning interval graphs are
  84.  
  85.     a) Golumbic, M.C.: Algorithmic Graph Theory and Perfect Graphs, Academic
  86.        Press, 1980 
  87.  
  88.     b) Golumbic, M.C.: Interval Graphs and Related Topics, Discrete
  89.        Mathematics, Vol. 55, pp. 113-121, 1985
  90.  
  91.     c) Cozzens, M.B.: Higher and Multi-dimensional Analogues of Interval
  92.        Graphs, Ph.D. thesis, Dept. of Mathematics, Rutgers University,
  93.        New Jersey, 1981
  94.  
  95. Applications for interval graphs can be found in
  96.  
  97.     i) Roberts, F.S.: Discrete Mathematical Models, Prentice-Hall,
  98.        1976
  99.  
  100.    ii) Roberts, F.S.: Graph Theory and its Applications to Problems of
  101.        Society, NSF-CBSM Monograph No.29, SIAM Publications,
  102.        Philadelphia, PA, 1978 
  103.  
  104. I've got no responses concerning my second question, so I will have to
  105. find out myself :-)
  106.  
  107. Many thanks to all who responded, Josef
  108. -- 
  109. Josef Nelissen, Lehrstuhl fuer Angewandte Mathematik, insbesondere Informatik,
  110. RWTH-Aachen, Ahornstr. 55, W-5100 Aachen, Germany, Tel. +49 241/80-21060,
  111. FAX +49 241/80-21079, e-mail jonas@beor.informatik.rwth-aachen.de
  112. * To know everything would be impractical. The access time would be enormous. *
  113.