Linear Programming helps solving large multi-unit combinatorial auctions
Rica Gonen, Daniel Lehmann

TL;DR
This paper demonstrates that using Linear Programming to bound solutions in large multi-unit combinatorial auctions significantly improves pruning efficiency, enabling practical solutions for auctions with hundreds of goods and thousands of bids.
Contribution
The authors show that LP-based bounding is effective and practical for large auctions, introducing optimized heuristics for LP calls and bid ordering that outperform previous methods.
Findings
LP bounds enable extensive pruning in auction algorithms
Heuristics based on bid size and LP solutions improve efficiency
Large auctions with hundreds of goods can be solved practically
Abstract
Previous works suggested the use of Branch and Bound techniques for finding the optimal allocation in (multi-unit) combinatorial auctions. They remarked that Linear Programming could provide a good upper-bound to the optimal allocation, but they went on using lighter and less tight upper-bound heuristics, on the ground that LP was too time-consuming to be used repetitively to solve large combinatorial auctions. We present the results of extensive experiments solving large (multi-unit) combinatorial auctions generated according to distributions proposed by different researchers. Our surprising conclusion is that Linear Programming is worth using. Investing almost all of one's computing time in using LP to bound from above the value of the optimal solution in order to prune aggressively pays off. We present a way to save on the number of calls to the LP routine and experimental results…
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
TopicsAuction Theory and Applications · Consumer Market Behavior and Pricing · Supply Chain and Inventory Management
