optimization icon indicating copy to clipboard operation
optimization copied to clipboard

Routing optimization module module for Itinero.

Results 24 optimization issues
Sort by recently updated
recently updated
newest added

Hi there Just did optimization with IEnumerable mroute = router.Optimize(vp, visitList.ToArray(), out _, laction); mroute does not list a single correct time frame fit. Briefly, driver starts at 8:00 AM...

Is there any documentation available for the Optimization library that I am missing. I am a bit confused about how to specify the solver you wish to use and when...

Hi. Is there a way to specify that the Itinero or Optimization modules respect the correct side of the road of the destination points? Thanks.

Hi. I would like to know how to go about optimizing a given route of say around 100 drop-off points with a fleet of 4 vehicles. I am able to...

Hi ! After new version, i taking this error in Optimize method. The entire error is as follows **The given model cannot be mapped by any of the registered mapppers:...

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,...

question

After updating the Version 1.3.2 to version 1.5 (1.4 also) I can not use the TSP Router anymore. The TryCalculateTSP Function is still there but the DoRun Function is not...

Is it possible to solve CVRP with fixed departure/arrival and weight constraint? If I add departure or arrival in CVRP-ND test `Run1WechelderzandeCapacitated` - I get "Object not set to an...

The idea is to set a custom time to a specific location in order to arrive at the time specified to that specific waypoint.

I'm getting the below error with **Itinero.Optimization 1.0.0-pre003**. ```csharp var router = new Router(routerDb); var route = router.CalculateTSP(profile, points); ``` ``` 'Router' does not contain a definition for 'CalculateTSP' and...