Hello,
I want to calculate a very large number of routes (500 000 GPS coordinates) to
Is it possible with xServer and how ?
calculate a large number of routes
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: calculate a large number of routes
Hello Michel,
maybe I can answer this question if I know more about the expectation towards the result.
Do you want to
Best regards,
Bernd
maybe I can answer this question if I know more about the expectation towards the result.
Do you want to
- match the 500.000 coordinates of a driven route to the street network? (sounds a bit like "we trackes the position of a truck every second for almost a complete week)?
- optimize the sequence?
Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
-
- Posts: 46
- Joined: Wed Jul 05, 2017 10:27 am
Re: calculate a large number of routes
I would like to calculate a distance matrix with all these coordinates for optimization purposes
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: calculate a large number of routes
Hello MIchel,
you want to calculate a 500.000x500.000 matrix? That's a freaking challenge...
With xServer2 you can slice the matrix into smaller pieces.
the disk space required for a 500.000 matrix is 250.000.000.000 x 6 bytes = 1.5 TB
What I recommend: depending on the size of the planning problem: calculate the temporary distance matrix that is required for the stops of the planning problem... e.g. 50 vehicles (depots), 2000 orders... This one can be calculated on the fly.
Isn't that a better approach?
Regards Bernd
you want to calculate a 500.000x500.000 matrix? That's a freaking challenge...
With xServer2 you can slice the matrix into smaller pieces.
- Imagine the set of coords is A/B/C/.../X/Y/Z.
- Logically spoken you want (A/B/.../Y/Z) : (A/B/.../Y/Z)
- Similar to union (A/B/C):(A/B/C) + (A/B/C):(D/E/F)...(A/B/C):(X/Y/Z) + (E/F/G):(A/B/C) + (X/Y/Z):(X/Y/Z)
the disk space required for a 500.000 matrix is 250.000.000.000 x 6 bytes = 1.5 TB
What I recommend: depending on the size of the planning problem: calculate the temporary distance matrix that is required for the stops of the planning problem... e.g. 50 vehicles (depots), 2000 orders... This one can be calculated on the fly.
Isn't that a better approach?
Regards Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
-
- Posts: 46
- Joined: Wed Jul 05, 2017 10:27 am
Re: calculate a large number of routes
Thank you Bernd.
I have the elements for work.... or not !
Have a nice year 2018.
I have the elements for work.... or not !
Have a nice year 2018.
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: calculate a large number of routes
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...