Page 1 of 1

highPerformanceRouting

Posted: Wed Sep 13, 2017 4:27 pm
by puissancei
Hello,

how can I be sure xTour use highPerformanceRouting ?

Thank you

Re: highPerformanceRouting

Posted: Thu Sep 14, 2017 8:19 am
by Joost
When high performance is used xTour will log it in the <xtour>/logs/xtour-server.log . It will make such a mention every time it creates a dima using high performance routing.
2017-09-14 10:15:49,379;INFO;com.ptvag.xserver.module.xtour.m0001;34db7393-e155-457b-bf90-c89dc09fa094;;;;Create dima for profile dimaCar using high-performance routing network D:/xtour-x64-1.24.0.2/data/map/CH/dimaCar.chData
2017-09-14 10:15:49,472;INFO;com.ptvag.xserver.module.xtour.m0001;34db7393-e155-457b-bf90-c89dc09fa094;;;;Create dima for profile dimaTruck using high-performance routing network D:/xtour-x64-1.24.0.2/data/map/CH/dimaTruck.chData
2017-09-14 10:15:49,888;INFO;RequestTimes;34db7393-e155-457b-bf90-c89dc09fa094;0:0:0:0:0:0:0:1;unknown-http;50090;unknown-cluster;XTour.planBasicTours;true;;;;none;m0001;8;0;0;502;0;10;503;522;Test-Request;iuCodes:52;;;;;;-;-;-

Re: highPerformanceRouting

Posted: Thu Sep 14, 2017 9:11 am
by puissancei
Ok.

Do I have to deleteBeforeUsage the dima?

The dima is linked to the vehicle.
So, how it work exactly matrix calculation in panBasicTour when I optimized with n vehicles ?

Thanks

Re: highPerformanceRouting

Posted: Thu Sep 14, 2017 9:19 am
by Bernd Welter
Hello Michele,

whether you have to delete the dima or not depends on the character of the planning scenario, e.g.
  • a busines2customer parcel delivery usually deletes the distance matrix each day (or with each call) because he visits OTHER locations each day.
  • a business2business parcel delivery could recycle a distance matrix because the locations do not change (maybe just some new customers)
Maybe we can give some more detailed info if we know more about your scenario.
  • In times of high performance routing you can also try to delete and recreate the DIMA with each new order scenario because the calculation from scratch is quite fast.
  • If you want to play with a specific order scenario (e.g. dispatcher manipulates tours manually or changes some parameters like operating intervals...) then you can recycle the DIMA as long as the dispatcher is in the same planning "topic".
Best regards,
Bernd

Re: highPerformanceRouting

Posted: Thu Sep 14, 2017 9:24 am
by puissancei
Hello Bernd,

Your reply is perfect and answer to my question !

Thank you