cppRouting icon indicating copy to clipboard operation
cppRouting copied to clipboard

Algorithms for Routing and Solving the Traffic Assignment Problem

Results 13 cppRouting issues
Sort by recently updated
recently updated
newest added

Hi, this is just a tricky question, I would like to know..., if there is a difference between the matrix function and pairs functions, like the shortest path or the...

Hi, first of all, thanks for the awesome package. Super fast implementations. I came accross a mileading implementation of the get_path_pair function. It seems as if the visited nodes are...

Hi, I has tryied to use the ```allcores```, but then I notice it, is not using all my cores D: Well, maybe technically is using it, but every core is...

After conversations in the Geocomputation with R issue tracker, and thanks to your input @vlarmet, I'm keen to give the package a try. However, I have no idea how to...

Hello Vincent, This is not an issue, as I haven't had any serious ones using cppRouring, it's actually phenomenal how good it is. We are publishing a [paper](https://arxiv.org/abs/2309.02112) soon in...

enhancement

Hi, would it be possible to implement an option for the `get_isochrone()` function so that it returns the duration (or cost in general) from origin to node. As of now...

enhancement

Hi all, actually cppRouting has a lot of tools to internally handle some changes like contraction hierarchies. At the same time, rn sfnetworks is a popular and very useful library...

enhancement

Hi, I was using the shortest path function and I found something that seems to be a bug, usually the results are catalogued in the same way: - If the...

bug

Hi, I was running some tests in a lib, and I found the next warning which seems to be new: ```R Warning message: In cbind(from, to) : number of rows...

bug

Hi, I was wondering from a lot of time, I can't get, if the contraction hierarchies is completely safe, just to know, that method alters the actual nodes? or it...