Search found 14 matches

by MichaelSchwabl
Fri Sep 06, 2019 11:19 am
Forum: PTV xTourServer
Topic: Maximum of TransportOrders for optimizing
Replies: 1
Views: 2316

Maximum of TransportOrders for optimizing

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
by MichaelSchwabl
Tue Feb 26, 2019 1:22 pm
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: New profile on EU cloud: hpr-transporter
Replies: 2
Views: 10549

Re: New profile on EU cloud: hpr-transporter

Hi! I did some testst today comparing the results of hpr-car versus hpr-transporter. When calculating the MatrixInfo in xRoute, we receive the same driving time for both profiles. When we switch to hpr-ruck-40t we get reasonable results. Should not hpr-transporter calculate longer driving-times than...
by MichaelSchwabl
Fri Dec 14, 2018 10:46 am
Forum: PTV xServer INTERNET (Admin=OH,SM)
Topic: Available High Performance Routing Profiles
Replies: 1
Views: 3594

Available High Performance Routing Profiles

Hi!

Which high performance routing profiles are currently available on the EU-cluster?
We currently use hpr-car, but woul like to use a profile to represent a typical parcel delivery van (like Mercede Sprinter).

br, Michael
by MichaelSchwabl
Tue Nov 13, 2018 7:59 pm
Forum: Generic questions
Topic: Export a list of postalcodes/cities for a specific country
Replies: 1
Views: 3241

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
by MichaelSchwabl
Tue Oct 16, 2018 4:11 pm
Forum: PTV xLocateServer
Topic: Limit Search to an exact PostalCode
Replies: 2
Views: 3009

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...
by MichaelSchwabl
Mon Oct 15, 2018 10:17 am
Forum: PTV xRouteServer
Topic: calculateMatrixInfo negative values
Replies: 2
Views: 2119

Re: calculateMatrixInfo negative values

to be more precise, we get always -3211 for time and distance
by MichaelSchwabl
Mon Oct 15, 2018 10:13 am
Forum: PTV xRouteServer
Topic: calculateMatrixInfo negative values
Replies: 2
Views: 2119

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
}
by MichaelSchwabl
Wed Oct 10, 2018 6:48 pm
Forum: PTV xRouteServer
Topic: calculateMatrixInfo Performance
Replies: 1
Views: 1242

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. :)
by MichaelSchwabl
Wed Oct 10, 2018 6:13 pm
Forum: PTV xRouteServer
Topic: calculateMatrixInfo Performance
Replies: 1
Views: 1242

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
by MichaelSchwabl
Tue Oct 09, 2018 5:12 pm
Forum: PTV xTourServer
Topic: Flexible endtime for tour
Replies: 1
Views: 5326

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...