Julius R Friedman
Julius R Friedman
There seems to be an issue with `CalculateManyToMany` and possibly `ManyToManyWeightsBidirectionalDykstra`. I resolved the issue by instead running the `ManyToMany` algorithm and it seems to resolve both tests cases. Addressed...
this requires the newest develop instance of Reminisce, the problem is that locking was not occurring for reading on Index's. after the latest develop is built you can link that...
Can you try on https://github.com/itinero/routing/pull/302 and by linking Reminiscence with it locally? Let me know if you still have issues and I will take a look
I d k, @xivk hasn't been around here for some time, he was active in OsmSharp where my PR was merged and the version was increased https://github.com/OsmSharp/core/pull/101. Is there anyway...
P.s. I think you can also fix this in `WeightMatrixAlgorithm`: There's definitely improvement as the Weight class offers more than I am using here. ```c# //295 //Todo hope this is...
You can try to use a contraction, I am not yet sure if it's intentional but I see differences in the route when using a Contraction vs not. What I...
Thank you for the clarification! I will open a new issue or add to this issue some examples of contracted vs non-contracted routes differing.
See this zip file: @xivk `trip_62768674-62823414_Trowse-Elstow_short-noncontracted` is totally different from `trip_62768674-62823414_Trowse-Elstow_short-contracted` [tripComparison.zip](https://github.com/itinero/routing/files/4307862/tripComparison.zip) Although they end up at the same place. if you need other information to help debug this please...
It seems the differences in my case were due to the multi threading issues I was experiencing, after https://github.com/itinero/routing/pull/302 it seems there are less differences. We are processing the results...
Unfortunately it seems there are LESS differences but not all are gone, there seem to be more differences on Fastest rather than shortest for some reason.... I am going to...