Integer Traffic Assignment Problem: Algorithms and Insights on Random Graphs
Rayan Harfouche, Giovanni Piccioli, Lenka Zdeborov\'a

TL;DR
This paper investigates the Integer Traffic Assignment Problem (ITAP), a discrete and NP-hard variant of TAP, by developing and comparing algorithms on random graphs, revealing insights into their performance and the relationship between TAP and ITAP.
Contribution
It introduces multiple algorithms for ITAP, compares their effectiveness on random graphs, and explores the connection between TAP and ITAP in different scaling regimes.
Findings
Greedy algorithm performs well in the repulsive scenario.
Message passing and simulated annealing excel in the attractive case.
Solution of TAP converges to ITAP as the number of paths increases.
Abstract
Path optimization is a fundamental concern across various real-world scenarios, ranging from traffic congestion issues to efficient data routing over the internet. The Traffic Assignment Problem (TAP) is a classic continuous optimization problem in this field. This study considers the Integer Traffic Assignment Problem (ITAP), a discrete variant of TAP. ITAP involves determining optimal routes for commuters in a city represented by a graph, aiming to minimize congestion while adhering to integer flow constraints on paths. This restriction makes ITAP an NP-hard problem. While conventional TAP prioritizes repulsive interactions to minimize congestion, this work also explores the case of attractive interactions, related to minimizing the number of occupied edges. We present and evaluate multiple algorithms to address ITAP, including a message passing algorithm, a greedy approach, simulated…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optical Network Technologies · Vehicle Routing Optimization Methods · Advanced Graph Theory Research
