Solving the Job Shop Problem
A 2019 article on job shop scheduling with Google OR-Tools, written from inside a 24/7 manufacturing operation — republished verbatim with a 2026 coda. Same three constraints, same CP-SAT solver, different shop: the machines are now GPUs, the jobs are AI agents, and setup time (loading a model into VRAM) is the constraint that decides everything. Receipts included: 250 jobs, 3 model loads, zero missed deadlines.