Skip to main content

Effective Heuristics for the Bi-objective Euclidean Bounded Diameter Minimum Spanning Tree Problem

  • Conference paper
  • First Online:
Smart and Innovative Trends in Next Generation Computing Technologies (NGCT 2017)

Part of the book series: Communications in Computer and Information Science ((CCIS,volume 827))

Included in the following conference series:

Abstract

The Euclidean Bounded Diameter Minimum Spanning Tree (BDMST) Problem aims to find the spanning tree with the lowest cost, or weight, under the constraint that the diameter does not exceed a given integer D, and where the weight of an edge is the Euclidean distance between its two end points (vertices). Several well-known heuristic approaches have been applied to this problem. The bi-objective version of this problem aims to minimize two conflicting objectives, weight (or cost), and diameter. Several heuristics for the BDMST problem have been recast for the bi-objective BDMST problem (or BOMST problem) and their performance studied on the entire range of possible diameter values. While some of the extant heuristics are seen to dominate other heuristics over certain portions of the Pareto front of solutions, no single heuristic performs well over the entire range. This paper presents a hybrid tree construction heuristic that combines a greedy approach with a heuristic strategy for constructing effective tree “backbones”. The performance of the proposed heuristic is shown to be consistently superior to the other extant heuristics on a standard benchmark suite of dense Euclidean graphs widely used in the literature.

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

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 99.00
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 129.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

Institutional subscriptions

References

  1. Garey, M.R., Johnson, D.S.: Computers and Intractability: A Guide to the Theory of NP Completeness. Freeman, New York, W.H (1979)

    MATH  Google Scholar 

  2. Bookstein, A., Klein, S.T.: Compression of correlated bit-vectors. Inf. Syst. 16(4), 110–118 (1996)

    Google Scholar 

  3. Raymond, K.: A tree-based algorithm for distributed mutual exclusion. ACM Trans. Comput. Syst. 7(1), 61–77 (1989)

    Article  Google Scholar 

  4. Saha, S., Aslam, M., Kumar, R.: Assessing the performance of bi-objective MST for Euclidean and non-Euclidean instances. In: Ranka, S., Banerjee, A., Biswas, K.K., Dua, S., Mishra, P., Moona, R., Poon, S.-H., Wang, C.-L. (eds.) IC3 2010. CCIS, vol. 94, pp. 229–240. Springer, Heidelberg (2010). https://doi.org/10.1007/978-3-642-14834-7_22

    Chapter  Google Scholar 

  5. Achuthan, N.R., Caccetta, L.: Minimum weight spanning trees with bounded diameter. Australas. J. Comb. Univ. Queensland Press 5, 261–276 (1992)

    MathSciNet  MATH  Google Scholar 

  6. Achuthan, N.R., Caccetta, L., Caccetta, P., Geelen, J.F.: Computational methods for the diameter restricted minimum weight spanning tree problem. Australas. J. Comb. Univ. Queensland Press 10, 51–71 (1994)

    MathSciNet  MATH  Google Scholar 

  7. Gouveia, L., Magnanti, T.L.: Network flow models for designing diameter constrained minimum spanning and Steiner trees. Netw. 41(3), 159–173 (2003)

    Article  MathSciNet  Google Scholar 

  8. Deo, N., Abdalla, A.: Computing a diameter-constrained minimum spanning tree in parallel. In: Bongiovanni, G., Petreschi, R., Gambosi, G. (eds.) CIAC 2000. LNCS, vol. 1767, pp. 17–31. Springer, Heidelberg (2000). https://doi.org/10.1007/3-540-46521-9_2

    Chapter  Google Scholar 

  9. Julstrom, B.A.: Greedy heuristics for the bounded diameter minimum spanning tree problem. J. Exp. Algorithmics 14(1), 1–14 (2009)

    MathSciNet  MATH  Google Scholar 

  10. Patvardhan, C., Prakash, V.P.: Novel deterministic heuristics for building minimum spanning trees with constrained diameter. In: Chaudhury, S., Mitra, S., Murthy, C.A., Sastry, P.S., Pal, Sankar K. (eds.) PReMI 2009. LNCS, vol. 5909, pp. 68–73. Springer, Heidelberg (2009). https://doi.org/10.1007/978-3-642-11164-8_12

    Chapter  Google Scholar 

  11. Binh, H., Nghia, N.: New multi-parent recombination in genetic algorithm for solving bounded diameter minimum spanning tree problem. In: First Asian Conference on Intelligent Information and Database Systems, pp. 283–288 (2009)

    Google Scholar 

  12. Saha, S., Kumar, R.: Bounded-diameter MST instances with hybridization of multi-objective EA. Int. J. Comput. Appl. 18(4), 17–25 (2011). (0975 – 8887)

    Google Scholar 

  13. Handler, G.Y.: Minimax location of a facility in an undirected graph. Transp. Sci. 7, 287–293 (1978)

    Article  MathSciNet  Google Scholar 

  14. Prim, R.C.: Shortest connection networks and some generalizations. Bell Syst. Tech. J. 36, 1389–1401 (1957)

    Article  Google Scholar 

  15. Patvardhan, C., Prakash, V.P., Srivastav, A.: Fast heuristics for large instances of the Euclidean bounded diameter minimum spanning tree problem. Informatica 39(2015), 281–292 (2015)

    MathSciNet  Google Scholar 

  16. Patvardhan, C., Prakash, V.P., Srivastav, A.: Parallel heuristics for the bounded diameter minimum spanning tree problem. In: India Conference (INDICON), 2014 Annual IEEE, 11–13 December 2014, pp. 1–5. IEEE Press (2014)

    Google Scholar 

  17. Beasley’s OR Library, Department of Mathematical Sciences, Brunel University, UK. http://people.brunel.ac.uk/mastjjb/orlib/files. Accessed 21 Jan 2017

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to V. Prem Prakash .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2018 Springer Nature Singapore Pte Ltd.

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Prakash, V.P., Patvardhan, C., Srivastav, A. (2018). Effective Heuristics for the Bi-objective Euclidean Bounded Diameter Minimum Spanning Tree Problem. In: Bhattacharyya, P., Sastry, H., Marriboyina, V., Sharma, R. (eds) Smart and Innovative Trends in Next Generation Computing Technologies. NGCT 2017. Communications in Computer and Information Science, vol 827. Springer, Singapore. https://doi.org/10.1007/978-981-10-8657-1_44

Download citation

  • DOI: https://doi.org/10.1007/978-981-10-8657-1_44

  • Published:

  • Publisher Name: Springer, Singapore

  • Print ISBN: 978-981-10-8656-4

  • Online ISBN: 978-981-10-8657-1

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics