Select to view content in your preferred language

How to get the elapsed time to find a VRP solution?

43
0
13 hours ago
Labels (1)
MateusGondim
New Member

I'm using these endpoints to solve VRPs:

/VehicleRoutingProblem/GPServer/SolveVehicleRoutingProblem/submitJob

/VehicleRoutingProblem/GPServer/SolveVehicleRoutingProblem/jobs

/results/out_routes, /results/out_stops, /results/out_unassigned_stops

I'm interested in finding the time it took to run that job(some engines call it the solver time/elapsed time), in other words, its duration. I took a look at the docs here but couldn't find anything about it: https://developers.arcgis.com/rest/routing/vehicle-routing-problem-service/

Anyone knows if it's possible to have that REST API return us that data?

 

0 Kudos
0 Replies