Search found 12 matches

by MichaelSchwabl
Fri Sep 06, 2019 11:19 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Maximum of TransportOrders for optimizing
Replies: 1
Views: 5318

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 Nov 13, 2018 7:59 pm
Forum: Generic questions
Topic: Export a list of postalcodes/cities for a specific country
Replies: 1
Views: 6317

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 / Developer: Geocoding and Places
Topic: Limit Search to an exact PostalCode
Replies: 2
Views: 7816

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

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 / DEV.Routing API
Topic: calculateMatrixInfo negative values
Replies: 2
Views: 4090

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 / DEV.Routing API
Topic: calculateMatrixInfo Performance
Replies: 1
Views: 2479

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 / DEV.Routing API
Topic: calculateMatrixInfo Performance
Replies: 1
Views: 2479

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 / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Flexible endtime for tour
Replies: 1
Views: 8631

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 ...
by MichaelSchwabl
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: 28655

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.
by MichaelSchwabl
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: 28655

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 ...
by MichaelSchwabl
Tue Apr 10, 2018 12:43 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: best approach to find huge amount of orders
Replies: 1
Views: 5405

best approach to find huge amount of orders

Our usecase:
We have every day aprox. 80 fixed orders which needs to be delivered on that particular day. Then we have about 1.400 potential orders which can be delivered on any day. The goal is to match the best potential orders with the fixed orders for a particular day. Then the process will be ...
by MichaelSchwabl
Tue Apr 10, 2018 11:22 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: home address for vehicles
Replies: 1
Views: 4035

home address for vehicles

We have a usecase where some of the vehicles in the fleet return to the home address of the driver.
What is the proper way to define the home address?
We currently use the property depotIdEnd of the vehicle and add all home-addresses to the list of the depots.

Is this the proper way or should we ...