(no title)
chime | 1 year ago
Instead of explicit constraints, is there a way to provide a calculation that can be minmaxed? If every order has a due date, can I say +/- 3 days = 0, 7 early = 9999 (not allowed), 7+ days late = (days late)^2?
Please email me (in profile) if you want to discuss.
sa46|1 year ago
How do folks normally get the distance matrix? I ended up just using the Mapbox Optimization API instead of using a solver.
whatever1|1 year ago
[1] https://wiki.openstreetmap.org/wiki/Routing/offline_routers
ge0ffrey|1 year ago
Our maps service does do a bunch of additional optimizations (caching, incremental requests, ...) to assist any solver model we run that request maps information.
tomrod|1 year ago
karussell|1 year ago
And larger packages will furthermore include a volume discount.
Disclaimer: I'm one of the founders.
whatever1|1 year ago
LDWNS|1 year ago
rosstex|1 year ago
uwemaurer|1 year ago
so an optimization problem can then be described with a set of those hard/soft contraints
ge0ffrey|1 year ago