Skip to main content

A Vertex Incremental Approach for Dynamically Maintaining Chordal Graphs

  • Conference paper

Part of the book series: Lecture Notes in Computer Science ((LNCS,volume 2906))

Abstract

For a chordal graph G, we study the problem of whether a new vertex u and a given set of edges between u and vertices of G can be added to G so that the resulting graph remains chordal. We show how to resolve this efficiently, and at the same time, if the answer is no, define a maximal subset of the proposed edges that can be added, or conversely a minimal set of extra edges that should be added in addition to the given set. Based on these results, we present a new algorithm which computes both a minimal triangulation and a maximal chordal subgraph of an arbitrary input graph in O(nm) time. This time complexity matches the best known time bound for minimal triangulation, using a totally new vertex incremental approach. In opposition to previous algorithms, our process adds each new vertex without reconsidering any choice made at previous steps, and without requiring any knowledge of the vertices that might be added at further steps.

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   84.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   109.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

References

  1. Arikati, S., Rangan, P.: An efficient algorithm for finding a two-pair, and its applications. Disc. Appl. Math. Comb. Oper. Res. 31, 71–74 (1991)

    Article  MATH  Google Scholar 

  2. Balas, E.: A fast algorithm for finding an edge-maximal subgraph with a TRformative coloring. Disc. Appl. Math. 15, 123–134 (1986)

    Article  MATH  MathSciNet  Google Scholar 

  3. Berry, A.: A wide-range efficient algorithm for minimal triangulation. In: Proceedings of the 10th Annual ACM-SIAM Symposium on Discrete Algorithms (1999)

    Google Scholar 

  4. Berry, A., Blair, J., Heggernes, P.: Maximum cardinality search for computing minimal triangulations. In: Kučera, L. (ed.) WG 2002. LNCS, vol. 2573, pp. 1–12. Springer, Heidelberg (2002)

    Chapter  Google Scholar 

  5. Berry, A., Bordat, J.-P., Heggernes, P., Simonet, G., Villanger, Y.: A wide-range algorithm for minimal triangulation from an arbitrary ordering. Technical Report Reports in Informatics 243, University of Bergen, Norway (2003)

    Google Scholar 

  6. Berry, A., Sigayret, A., Sinoquet, C.: Maximal sub-triangulation as improving phylogenetic data. Technical Report RR-02-02, LIMOS, Clermont-Ferrand, France (2002)

    Google Scholar 

  7. Blair, J.R.S., Heggernes, P., Telle, J.A.: A practical algorithm for making filled graphs minimal. Theoretical Computer Science 250, 125–141 (2001)

    Article  MATH  MathSciNet  Google Scholar 

  8. Blair, J.R.S., Peyton, B.W.: An introduction to chordal graphs and clique trees. In: George, J.A., Gilbert, J.R., Liu, J.W.H. (eds.) Graph Theory and Sparse Matrix Computations. IMA Volumes in Mathematics and its Applications, vol. 56, pp. 1–30. Springer, Heidelberg (1993)

    Google Scholar 

  9. Buneman, P.: A characterization of rigid circuit graphs. Discrete Math. 9, 205–212 (1974)

    Article  MATH  MathSciNet  Google Scholar 

  10. Dahlhaus, E.: Minimal elimination ordering inside a given chordal graph. In: Möhring, R.H. (ed.) WG 1997. LNCS, vol. 1335, pp. 132–143. Springer, Heidelberg (1997)

    Chapter  Google Scholar 

  11. Dearing, P.M., Shier, D.R., Warner, D.D.: Maximal chordal subgraphs. Disc. Appl. Math. 20, 181–190 (1988)

    Article  MATH  MathSciNet  Google Scholar 

  12. Dirac, G.A.: On rigid circuit graphs. Abh. Math. Sem. Univ. Hamburg 25, 71–76 (1961)

    Article  MATH  MathSciNet  Google Scholar 

  13. Gavril, F.: The intersection graphs of subtrees in trees are exactly the chordal graphs. J. Combin. Theory Ser. B 16, 47–56 (1974)

    Article  MATH  MathSciNet  Google Scholar 

  14. Hayward, R., Hoàng, C., Maffray, F.: Optimizing weakly triangulated graphs. Graphs and Combinatorics 5, 339–349 (1989)

    Article  MATH  MathSciNet  Google Scholar 

  15. Ho, C.-W., Lee, R.C.T.: Counting clique trees and computing perfect elimination schemes in parallel. Inform. Process. Lett. 31, 61–68 (1989)

    Article  MATH  MathSciNet  Google Scholar 

  16. Ibarra, L.: Fully dynamic algorithms for chordal graphs. In: Proceedings of the 10th Annual ACM-SIAM Symposium on Discrete Algorithms (1999)

    Google Scholar 

  17. Natanzon, A., Shamir, R., Sharan, R.: Complexity classification of some edge modification problems. Disc. Appl. Math. 113, 109–128 (2001)

    Article  MATH  MathSciNet  Google Scholar 

  18. Rose, D.J., Tarjan, R.E., Lueker, G.S.: Algorithmic aspects of vertex elimination on graphs. SIAM J. Comput. 5, 266–283 (1976)

    Article  MATH  MathSciNet  Google Scholar 

  19. Spinrad, J., Sritharan, R.: Algorithms for weakly triangulated graphs. Disc. Appl. Math. 59, 181–191 (1995)

    Article  MATH  MathSciNet  Google Scholar 

  20. Walter, J.: Representations of rigid cycle graphs. PhD thesis, Wayne State University, USA (1972)

    Google Scholar 

  21. Xue, J.: Edge-maximal triangulated subgraphs and heuristics for the maximum clique problem. Networks 24, 109–120 (1994)

    Article  MATH  MathSciNet  Google Scholar 

  22. Yannakakis, M.: Computing the minimum fill-in is NP-complete. SIAM J. Alg. Disc. Meth. 2, 77–79 (1981)

    Article  MATH  MathSciNet  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2003 Springer-Verlag Berlin Heidelberg

About this paper

Cite this paper

Berry, A., Heggernes, P., Villanger, Y. (2003). A Vertex Incremental Approach for Dynamically Maintaining Chordal Graphs. In: Ibaraki, T., Katoh, N., Ono, H. (eds) Algorithms and Computation. ISAAC 2003. Lecture Notes in Computer Science, vol 2906. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-540-24587-2_7

Download citation

  • DOI: https://doi.org/10.1007/978-3-540-24587-2_7

  • Publisher Name: Springer, Berlin, Heidelberg

  • Print ISBN: 978-3-540-20695-8

  • Online ISBN: 978-3-540-24587-2

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics