Hello,
is there a maximum of transport orders or vehicles for a planning scenario.
Is it possible to plan for 10.000 transport orders?
What would be the expected time to calculate the plan for 10.000 orders?
br, Michael
Search found 12 matches
- Fri Sep 06, 2019 11:19 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Maximum of TransportOrders for optimizing
- Replies: 1
- Views: 2774
- Tue Nov 13, 2018 7:59 pm
- Forum: Generic questions
- Topic: Export a list of postalcodes/cities for a specific country
- Replies: 1
- Views: 3764
Export a list of postalcodes/cities for a specific country
Is there a way to export a list of all "official" postalcodes or cities for a specific country?
We need that data for routing decissions in transport logistics.
Best regards,
Michael
We need that data for routing decissions in transport logistics.
Best regards,
Michael
- Tue Oct 16, 2018 4:11 pm
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Limit Search to an exact PostalCode
- Replies: 2
- Views: 3655
Limit Search to an exact PostalCode
Hi! Is it possible to limit the search to an exact postalcode? We have an issue, that if the street is not found, the search also delivers results in other postal areas. From other posts in this forum we found, that we can analyse the matching result with e.g. POSTCODE_CLASSIFICATION But the questio...
- Mon Oct 15, 2018 10:17 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: calculateMatrixInfo negative values
- Replies: 2
- Views: 2765
Re: calculateMatrixInfo negative values
to be more precise, we get always -3211 for time and distance
- Mon Oct 15, 2018 10:13 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: calculateMatrixInfo negative values
- Replies: 2
- Views: 2765
calculateMatrixInfo negative values
Hello!
We call calculateMatrixInfo from xRoute and get sometimes negative values for time and distance.
What is going wrong here?
We use "hpr-car"
startpoint
{
Lat: 48.348959136573484
Lng: 14.4385445796628
}
endpoint
{
Lat: 48.2597276
Lng: 14.2576042
}
We call calculateMatrixInfo from xRoute and get sometimes negative values for time and distance.
What is going wrong here?
We use "hpr-car"
startpoint
{
Lat: 48.348959136573484
Lng: 14.4385445796628
}
endpoint
{
Lat: 48.2597276
Lng: 14.2576042
}
- Wed Oct 10, 2018 6:48 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: calculateMatrixInfo Performance
- Replies: 1
- Views: 1503
Re: calculateMatrixInfo Performance
The solution of course was high performance routing.
I was not aware, that we can switch one hpr the same way in xRoute as in xTour.
snippet: callerContextProperties.Add(new CallerContextProperty { key = "Profile", value = "hpr-car" });
Now it runs in seconds.
I was not aware, that we can switch one hpr the same way in xRoute as in xTour.
snippet: callerContextProperties.Add(new CallerContextProperty { key = "Profile", value = "hpr-car" });
Now it runs in seconds.
- Wed Oct 10, 2018 6:13 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: calculateMatrixInfo Performance
- Replies: 1
- Views: 1503
calculateMatrixInfo Performance
Hello!
We are trying to calculate the matrixInfo of about 50 x 50 adresses.
This operation last's longer than one minute.
Is this method designed for getting a "huge" matrix?
What are the limits, or is there a better way for getting the dima?
thx, Michael
We are trying to calculate the matrixInfo of about 50 x 50 adresses.
This operation last's longer than one minute.
Is this method designed for getting a "huge" matrix?
What are the limits, or is there a better way for getting the dima?
thx, Michael
- Tue Oct 09, 2018 5:12 pm
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Flexible endtime for tour
- Replies: 1
- Views: 5919
Flexible endtime for tour
In our scenario we have timewindows for all our transportorders defined. We have also regular operatingintervals for our vehicles defined. Then there are several transport ordes which are already bound to a fixed vehicle. We do this by setting the vehicleId. Is it possible that vehicles with fixed t...
- Wed Apr 11, 2018 6:20 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Unscheduled Stops in a tour with non-used available time?
- Replies: 10
- Views: 22040
Re: Unscheduled Stops in a tour with non-used available time
Some more findings:
If we change the implementation of our businessrules to use only vehicle requirements and not using any vehicle categories, everything works as expected.
If we change the implementation of our businessrules to use only vehicle requirements and not using any vehicle categories, everything works as expected.
- Wed Apr 11, 2018 5:48 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Unscheduled Stops in a tour with non-used available time?
- Replies: 10
- Views: 22040
Re: Unscheduled Stops in a tour with non-used available time
Hello! I have the same situation! What we found is, as we reduce the vehicle requirements and vehicle categories, xTour schedules more and more vehicles. When we work without any requirement, all vehicles are scheduled, but of course this is not a solution for our usecase. So are there any findings ...