Package: cppRoutingCCH 3.2.1
cppRoutingCCH: Algorithms for Routing and Solving the Traffic Assignment Problem
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) <doi:10.1007/BF01386390>), bidirectional Dijkstra (Goldberg, Andrew & Fonseca F. Werneck, Renato (2005) <https://www.cs.princeton.edu/courses/archive/spr06/cos423/Handouts/EPP%20shortest%20path%20algorithms.pdf>), A* search (P. E. Hart, N. J. Nilsson et B. Raphael (1968) <doi:10.1109/TSSC.1968.300136>), new bidirectional A* (Pijls & Post (2009) <https://repub.eur.nl/pub/16100/ei2009-10.pdf>), Contraction hierarchies (R. Geisberger, P. Sanders, D. Schultes and D. Delling (2008) <doi:10.1007/978-3-540-68552-4_24>), PHAST (D. Delling, A.Goldberg, A. Nowatzyk, R. Werneck (2011) <doi:10.1016/j.jpdc.2012.02.007>), 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) <doi:10.1016/0191-2615(84)90029-8>), Conjugate and Bi-Conjugate Frank-Wolfe algorithms (M. Mitradjieva, P. O. Lindberg (2012) <doi:10.1287/trsc.1120.0409>), Algorithm-B (R. B. Dial (2006) <doi:10.1016/j.trb.2006.02.008>).
Authors:
cppRoutingCCH_3.2.1.tar.gz
cppRoutingCCH_3.2.1.zip(r-4.7)cppRoutingCCH_3.2.1.zip(r-4.6)cppRoutingCCH_3.2.1.zip(r-4.5)
cppRoutingCCH_3.2.1.tgz(r-4.6-x86_64)cppRoutingCCH_3.2.1.tgz(r-4.6-arm64)cppRoutingCCH_3.2.1.tgz(r-4.5-x86_64)cppRoutingCCH_3.2.1.tgz(r-4.5-arm64)
cppRoutingCCH_3.2.1.tar.gz(r-4.7-arm64)cppRoutingCCH_3.2.1.tar.gz(r-4.7-x86_64)cppRoutingCCH_3.2.1.tar.gz(r-4.6-arm64)cppRoutingCCH_3.2.1.tar.gz(r-4.6-x86_64)
cppRoutingCCH_3.2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
cppRoutingCCH/json (API)
| # Install 'cppRoutingCCH' in R: |
| install.packages('cppRoutingCCH', repos = c('https://mobility-team.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mobility-team/cpproutingcch/issues
Last updated from:95d95f3555. Checks:11 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 203 | ||
| linux-devel-x86_64 | NOTE | 190 | ||
| source / vignettes | OK | 264 | ||
| linux-release-arm64 | NOTE | 173 | ||
| linux-release-x86_64 | NOTE | 181 | ||
| macos-release-arm64 | NOTE | 146 | ||
| macos-release-x86_64 | NOTE | 222 | ||
| macos-oldrel-arm64 | NOTE | 124 | ||
| macos-oldrel-x86_64 | NOTE | 303 | ||
| windows-devel | NOTE | 211 | ||
| windows-release | NOTE | 202 | ||
| windows-oldrel | NOTE | 160 | ||
| wasm-release | OK | 177 |
Exports:assign_trafficcpp_cch_customizecpp_cch_preparecpp_contractcpp_simplifyget_aonget_detourget_distance_matrixget_distance_pairget_isochroneget_multi_pathsget_path_pairget_path_values_pairmakegraphto_df
Dependencies:data.tableRcppRcppParallelRcppProgress
