Search found 3 matches
- Fri Dec 20, 2024 9:51 am
- Forum: Developer.Route Optimization-Optiflow API
- Topic: Prioritizing vehicles / serving neighbourhoods
- Replies: 1
- Views: 784
Re: Prioritizing vehicles
OptiFlow SaaS supports this in a pretty straightforward manner, through the order-vehicle costs feature. These can be added at the order level: for each order, you can specify, based on the vehicle labels, which types of vehicles can take on the order, at what additional penalty cost. Notably, this ...
- Tue Feb 20, 2024 4:46 pm
- Forum: Developer.Route Optimization-Optiflow API
- Topic: Update an existing Optimization (missing inputplan)
- Replies: 7
- Views: 1833
Re: Update an existing Optimization
Hi David, Indeed, as Bernd explained, we don't currently support the concept of further optimizing / expanding upon an existing planning. Each optimization request is considered as brand new problem for OptiFlow to tackle. This is contrary to our SaaS solution, which does offer support for such scen...
- Tue Feb 13, 2024 4:19 pm
- Forum: Developer.Route Optimization-Optiflow API
- Topic: What is the reason why the load dimensions values are int32
- Replies: 1
- Views: 927
Re: What is the reason why the load dimensions values are int32
Hi, While admittedly that would make more sense, the current implementation does indeed require you to specify whole numbers. The underlying reasons are purely technical (performance, dealing with rounding errors...) - and based on what I could gather from the team, surprisingly difficult/annoying t...