The Graphite Lab
Sign inBrowse the Catalog

Tools

Multi-Stop Route Optimization

Solves a vehicle routing problem across multiple agents, stops, and constraints.

Module
Tools
where it lives

What it does

Solves a vehicle routing problem across multiple agents, stops, and constraints

Accepts a set of jobs, a set of agents, and constraints like time windows, vehicle capacity, and start and end depots, and returns an optimized assignment and stop sequence for each agent. Handles the class of problems where simple point-to-point routing is not enough and the order of stops itself has to be figured out.

When you’d reach for it

  • Scheduling a day's worth of service calls across a field team with time windows.
  • Assigning and sequencing delivery stops across multiple drivers.
  • Reordering a technician's job queue based on location and priority.