Instructions
How to use this form:
Fill in the form fields below to submit a new food delivery planning job given a pre-configured list of deliveries specified by location (lat/long) + time of order. The delivery planning job will be processed via a custom CP-SAT OR-Tools optimization model executed via AWS Batch and you can monitor its progress on the Planning Dashboard. Note that there is heuristic relationship between the form parameters "number of drivers" and "graph connection time tolerance" in order to balance practical matters such as reasonable solve time. A good starting point is 42 drivers and graph connection time tol of 240.0. For fewer drivers, you'll need larger graph connection time tol, as you'll need to expand the graph size to get any feasible solution. Give it a shot!
- Number of Drivers: Specify how many drivers should be used for delivery planning (default: 42)
- Graph Connection Time Tolerance: Maximum time in seconds for connecting nodes in the route graph (default: 600 seconds).
- Max Time (seconds): Maximum time allowed for the optimization algorithm to run (default: 300 seconds)
After submission, you'll be redirected to the Planning Dashboard where you can track the job's status, and view the resulting plan playback.