-
i'm trying to get osrm to work with a small manually created .osm file, with the purpose of bulding a test suite based on a small, well-known dataset.
but sometimes the extractor fails with a seg fau…
-
It's my understanding (please correct me if I'm wrong) that a Dataset instance is supposed to be immutable in terms of what underlying dataset it represents, and that you make changes to them by chain…
-
The main operations of BatDequeue, front and rear should be constant time (and are documented as being amortized constant time) but they are not.
When you take a look at the implementation, you can s…
v-gb updated
12 years ago
-
I am having troubles using osrm on my computer because the routing functionality throws a Segmentation Fault.
I am running an Ubuntu Natty:
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE…
-
Implement compiled base classes for graphs, which will be faster than Python based NetworkX classes (especially when accessed from Cython).
CC: @jasongrout
Component: **graph theory**
_Issue cre…