|
|
|
|
|
by chime
483 days ago
|
|
I haven’t tried Timefold but did try a ton of solvers (local and web) a few years ago when trying to optimize MRP schedule. One of the hardest parts was converting my business logic into constraints, especially date based calculations. 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. |
|
How do folks normally get the distance matrix? I ended up just using the Mapbox Optimization API instead of using a solver.