“Optimization”
4 posts and 1 paper with this tag.
Blog posts

Solving the Subway Challenge by letting two LLMs run on autopilot
11 min readI model the NYC Subway Challenge as a time-expanded routing problem over the real MTA schedule. My current best validated route visits all 472 stations in 24:24:30.

What does it cost to see the world? Optimizing a flexible multi-stop flight search
10 min readFix only your home airport, list the cities you want to visit, and let a time-expanded traveling-salesman model pick the cheapest order and dates. We use it to price two bucket-list trips: the world's 10 most-visited cities and the New 7 Wonders.

How few clues does a Sudoku need? Searching for minimum-clue puzzles
9 min readWe use the Sudoku solver from the previous post to hunt for minimum-clue puzzles across different grid sizes — and bump into an open problem in mathematics.

Validating and solving Sudoku puzzles: using mathematical optimization
9 min readIn this post, we go from the seemingly simple interview question of "model Sudoku as an optimization problem" all the way to an open problem in mathematics.