Leopold Kuttner
Leopold Kuttner
I very much like this library and I appreciate that there is effort to expand its capabilities and improve it. Thank you @jsboige for putting a lot of work in....
To properly check against reference **and** value types we could replace `if (reversedEdge != null)` with `if (EqualityComparer.Default.Equals(reversedEdge, default(TEdge)))` For reference, see https://stackoverflow.com/a/864860/5587903 This would require a lot of changes...
Accidentaly closed the issue. It should still be open.
For reference, this is known as granular neighborhoods in the literature: - Toth, P., & Vigo, D. (2003). The granular tabu search and its application to the vehicle-routing problem. Informs...
I encountered the same behavior as described here and in https://github.com/valhalla/valhalla/issues/3556#issuecomment-1058244884 resp. #63. I run `gisops/valhalla:latest` in WSL 2 on my local machine. I query the matrix endpoint ``` curl...
Sure: [valhalla-config.zip](https://github.com/gis-ops/docker-valhalla/files/10187144/valhalla-config.zip). I had to increase some max values in the config to have it return a result. I'll put trying the native valhalla image on my list. Although, based...
Tested on the native image and it works without problems... I even used the same files, i.e., the preprocessed files that were generated from running the gis-ops image. EDIT: both...
Works for me without problems out of the box.
You might be interested in these two forks https://github.com/YaccConstructor/QuickGraph and https://github.com/KeRNeLith/QuikGraph. The last one seems more active and up-to-date.