# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "cppRoutingCCH" in publications use:' type: software license: GPL-2.0-or-later title: 'cppRoutingCCH: Algorithms for Routing and Solving the Traffic Assignment Problem' version: 3.2.1 doi: 10.32614/CRAN.package.cppRoutingCCH abstract: Calculation of distances, shortest paths and isochrones on weighted graphs using several variants of Dijkstra algorithm. Proposed algorithms are unidirectional Dijkstra (Dijkstra, E. W. (1959) ), bidirectional Dijkstra (Goldberg, Andrew & Fonseca F. Werneck, Renato (2005) ), A* search (P. E. Hart, N. J. Nilsson et B. Raphael (1968) ), new bidirectional A* (Pijls & Post (2009) ), Contraction hierarchies (R. Geisberger, P. Sanders, D. Schultes and D. Delling (2008) ), PHAST (D. Delling, A.Goldberg, A. Nowatzyk, R. Werneck (2011) ), and customizable contraction hierarchies for repeated edge-cost updates on stable graph topologies. Algorithms for solving the traffic assignment problem are All-or-Nothing assignment, Method of Successive Averages, Frank-Wolfe algorithm (M. Fukushima (1984) ), Conjugate and Bi-Conjugate Frank-Wolfe algorithms (M. Mitradjieva, P. O. Lindberg (2012) ), Algorithm-B (R. B. Dial (2006) ). authors: - family-names: Larmet given-names: Vincent email: larmet.vincent@gmail.com - family-names: Pouchain given-names: Félix email: flx.pouchain@gmail.com repository: https://mobility-team.r-universe.dev repository-code: https://github.com/mobility-team/cppRoutingCCH commit: 95d95f355569dbfb978030023f39eab3201a68e6 url: https://github.com/mobility-team/cppRoutingCCH date-released: '2026-07-07' contact: - family-names: Pouchain given-names: Félix email: flx.pouchain@gmail.com