Skip to main content
← Writing

series/warehouse-route-optimization

Warehouse route optimization

The technical appendix to the warehouse optimizer case study: product workflow first, route benchmark second, data consistency third.

2 parts · complete

  1. 1
    · 7 min read

    A pick list is not a route

    How a barcode scan became a warehouse route: order lookup, slot choice, shelf ergonomics, and the graph hidden under a pick list.

  2. 2
    · 9 min read

    Why jump point search lost to a lookup table

    The route optimizer benchmark track: JPS was a reasonable pathfinding choice, but precomputed Dijkstra tables, SlotId compression, and an exact ILP referee fit the warehouse better.