Search found 5 matches

by unheal1337
Tue Aug 27, 2024 1:46 pm
Forum: Developer.Route Optimization-Optiflow API
Topic: Planning tours for an entire week
Replies: 4
Views: 2698

Re: Planning tours for an entire week

Thank you very much. These are good solutions that should work for our cases. I will keep you updated when testing it out.
by unheal1337
Mon Aug 19, 2024 8:22 am
Forum: Developer.Route Optimization-Optiflow API
Topic: Planning tours for an entire week
Replies: 4
Views: 2698

Planning tours for an entire week

Hi there,

Is OptiFlow able to plan for many days?
Given the scenario to plan tours for an entire week, I am wondering if and how OptiFlow deals with it.

I imagine things that need to be taken into account are:

TimeSlots : Many time slots (1 per day) for a single location?
Orders : Date of the ...
by unheal1337
Wed Mar 06, 2024 1:42 pm
Forum: Routing API
Topic: Starting of plan optimization fails
Replies: 5
Views: 35730

Re: Starting of plan optimization fails

Hi,

I checked the clients which requires .NET 6, but I needed a lower version (4.x).

I could figure out what caused the task to cancel immediately and changed the following line in the generated client (function StartOptimizationAsync):
var response_ = await client_.SendAsync(request_, System.Net ...
by unheal1337
Tue Mar 05, 2024 9:19 am
Forum: Routing API
Topic: Starting of plan optimization fails
Replies: 5
Views: 35730

Starting of plan optimization fails

Dear community,

I was about to use the Routing API of PTV Developer in Visual Studio C#. Steps are:

Create a Plan
Optimize the Plan
Get Status
Get completed Plan


I was able to create a Plan and got the following JSON, which seems to be valid:
{"id":"00000000-0000-0000-0000-000000000000 ...
by unheal1337
Fri Feb 23, 2024 4:11 pm
Forum: Generic questions
Topic: Best practices implementing PTV. Map Control up to date?
Replies: 1
Views: 27483

Best practices implementing PTV. Map Control up to date?

Hello PTV community,

We are a growing company and want to start using PTV as the routing service. Our customers are operating in the area of waste management and want to use an interactive map to see their vehicles, orders and routes (tours). Therefore I am asking for best practice and method to ...