optimization
optimization copied to clipboard
Slow optimisation
Hi,
I am trying to optimize 12 Points, the result is perfect the only issue is that it takes 2-3 mins, so my question is that normal? if not so, how can we improve Itinero optimization's performance:
var optimizationResult = router.Optimize(profile.ToString(),
pointsArray,
out IEnumerable<(int location, string message)> error,
0,
1);
break;
Thanks.
Did you contract the graph you use for the profile you are using?
Thank you for your response Ben Abelshausen. Yes i did contract the graph using IDP tool for BigTruck.