-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
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.
Reactions are currently unavailable