Skip to main content

Star Routing: Between Vehicle Routing and Vertex Cover

  • Conference paper
  • First Online:
Combinatorial Optimization and Applications (COCOA 2018)

Part of the book series: Lecture Notes in Computer Science ((LNTCS,volume 11346))

Abstract

We consider an optimization problem posed by an actual newspaper company, which consists of computing a minimum length route for a delivery truck, such that the driver only stops at street crossings, each time delivering copies to all customers adjacent to the crossing. This can be modeled as an abstract problem that takes an unweighted simple graph \(G = (V, E)\) and a subset of edges X and asks for a shortest cycle, not necessarily simple, such that every edge of X has an endpoint in the cycle.

We show that the decision version of the problem is strongly NP-complete, even if G is a grid graph. Regarding approximate solutions, we show that the general case of the problem is APX-hard, and thus no PTAS is possible unless \( P = NP \). Despite the hardness of approximation, we show that given any \(\alpha \)-approximation algorithm for metric TSP, we can build a \(3\alpha \)-approximation algorithm for our optimization problem, yielding a concrete 9 / 2-approximation algorithm.

The grid case is of particular importance, because it models a city map or some part of it. A usual scenario is having some neighborhood full of customers, which translates as an instance of the abstract problem where almost every edge of G is in X. We model this property as \(|E - X| = o(|E|)\), and for these instances we give a \((3/2 + \varepsilon )\)-approximation algorithm, for any \(\varepsilon > 0\), provided that the grid is sufficiently big.

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

Notes

  1. 1.

    Unfortunately, for confidentiality reasons, we cannot disclose their identity.

References

  1. Arkin, E.M., Hassin, H.: Approximation algorithms for the geometric covering salesman problem. Discrete Appl. Math. 55(3), 197–218 (1994). https://doi.org/10.1016/0166-218X(94)90008-6. http://www.sciencedirect.com/science/article/pii/0166218X94900086

    Article  MathSciNet  MATH  Google Scholar 

  2. de Berg, M., Gudmundsson, J., Katz, M.J., Levcopoulos, C., Overmars, M.H., van der Stappen, A.F.: TSP with neighborhoods of varying size. J. Algorithms 57(1), 22–36 (2005). https://doi.org/10.1016/j.jalgor.2005.01.010. http://www.sciencedirect.com/science/article/pii/S0196677405000246

    Article  MathSciNet  MATH  Google Scholar 

  3. Christofides, N.: Worst-case analysis of a new heuristic for the travelling salesman problem. Technical report 388, Graduate School of Industrial Administration, Carnegie Mellon University (1976)

    Google Scholar 

  4. Clarke, G., Wright, J.W.: Scheduling of vehicles from a central depot to a number of delivery points. Oper. Res. 12(4), 568–581 (1964)

    Article  Google Scholar 

  5. Current, J.R., Schilling, D.A.: The covering salesman problem. Transp. Sci. 23(3), 208–213 (1989). http://www.jstor.org/stable/25768381

    Article  MathSciNet  Google Scholar 

  6. Dantzig, G., Fulkerson, R., Johnson, S.: Solution of a large-scale traveling-salesman problem. J. Oper. Res. Soc. America 2(4), 393–410 (1954)

    Article  MathSciNet  Google Scholar 

  7. Demaine, E.D., Rudoy, M.: A simple proof that the \((n^2-1)\)-puzzle is hard. Computing Research Repository abs/1707.03146 (2017)

    Google Scholar 

  8. Dinur, I., Safra, S.: On the hardness of approximating minimum vertex cover. Ann. Math. 162, 2005 (2004)

    MathSciNet  MATH  Google Scholar 

  9. Dumitrescu, A., Mitchell, J.S.B.: Approximation algorithms for tsp with neighborhoods in the plane. J. Algorithms 48(1), 135–159 (2003). https://doi.org/10.1016/S0196-6774(03)00047-6. http://www.sciencedirect.com/science/article/pii/S0196677403000476. Twelfth Annual ACM-SIAM Symposium on Discrete Algorithms

    Article  MathSciNet  MATH  Google Scholar 

  10. Garey, M.R., Graham, R.L., Johnson, D.S.: Some NP-complete geometric problems. In: Proceedings of the Eighth Annual ACM Symposium on Theory of Computing, pp. 10–22. STOC 1976. ACM, New York, NY, USA (1976)

    Google Scholar 

  11. Golden, B.L., Magnanti, T.L., Nguyen, H.Q.: Implementing vehicle routing algorithms. Networks 7(2), 113–148 (1977)

    Article  Google Scholar 

  12. Grigni, M., Koutsoupias, E., Papadimitriou, C.: An approximation scheme for planar graph TSP. In: Proceedings of the 36th Annual Symposium on Foundations of Computer Science. p. 640. FOCS 1995. IEEE Computer Society, Washington, DC, USA (1995)

    Google Scholar 

  13. Lenstra, J.K., Kan, A.H.G.R.: On general routing problems. Networks 6(3), 273–280 (1976)

    Article  MathSciNet  Google Scholar 

  14. Orloff, C.S.: A fundamental problem in vehicle routing. Networks 4(1), 35–64 (1974)

    Article  MathSciNet  Google Scholar 

  15. Platzman, L.K., Bartholdi III, J.J.: Spacefilling curves and the planar travelling salesman problem. J. ACM 36(4), 719–737 (1989)

    Article  MathSciNet  Google Scholar 

  16. Shaelaie, M.H., Salari, M., Naji-Azimi, Z.: The generalized covering traveling salesman problem. Appl. Soft Comput. 24(c), 867–878 (2014). https://doi.org/10.1016/j.asoc.2014.08.057

    Article  Google Scholar 

Download references

Acknowledgements

Thanks to Martín Farach-Colton for useful discussions and suggestions about the presentation.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Guido Tagliavini .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2018 Springer Nature Switzerland AG

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Delle Donne, D., Tagliavini, G. (2018). Star Routing: Between Vehicle Routing and Vertex Cover. In: Kim, D., Uma, R., Zelikovsky, A. (eds) Combinatorial Optimization and Applications. COCOA 2018. Lecture Notes in Computer Science(), vol 11346. Springer, Cham. https://doi.org/10.1007/978-3-030-04651-4_35

Download citation

  • DOI: https://doi.org/10.1007/978-3-030-04651-4_35

  • Published:

  • Publisher Name: Springer, Cham

  • Print ISBN: 978-3-030-04650-7

  • Online ISBN: 978-3-030-04651-4

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics