Principled Graph Management
Julian Yarkony, Amelia Regan

TL;DR
This paper introduces Principled Graph Management (PGM), a novel algorithm that significantly accelerates the restricted master problem in Graph Generation for solving large-scale vehicle routing problems, outperforming baseline solvers.
Contribution
The paper presents PGM, a new method to efficiently solve the GG RMP by exploiting its structure, enabling faster convergence in large-scale vehicle routing problems.
Findings
PGM solves the GG RMP hundreds of times faster than baseline.
Speedup increases with problem size.
PGM accelerates the overall Graph Generation process.
Abstract
Graph Generation is a recently introduced enhanced Column Generation algorithm for solving expanded Linear Programming relaxations of mixed integer linear programs without weakening the expanded relaxations which characterize these methods. To apply Graph Generation we must be able to map any given column generated during pricing to a small directed acyclic graph for which any path from source to sink describes a feasible column. This structure is easily satisfied for vehicle routing, crew scheduling and various logistics problems where pricing is a constrained shortest path problem. The construction of such graphs trades off the size/diversity of a subset of columns modeled by the graphs versus the additional computational time required to solve the problems induced by larger graphs. Graph Generation (GG) has two computational bottlenecks. The first is pricing. Pricing in GG and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Advanced Graph Theory Research
