๐ค AI Summary
This study addresses the real-world combinatorial optimization problem of wedding banquet seating arrangements, incorporating multiple constraints such as guestsโ familial relationships, shared interests, and physical needs. It presents the first formalization of this socially constrained optimization task as a Cost Function Network (CFN) benchmark instance and introduces a plugin library for the Masala platform to enable unified evaluation of both classical and quantum solvers. Experiments were conducted using Masalaโs Monte Carlo CFN solver alongside the D-Wave Advantage 2 quantum annealer, employing one-hot, domain-wall, and approximate binary encoding strategies. Results demonstrate that classical methods efficiently yield optimal solutions, whereas current quantum hardware exhibits limited performance on this practical problem, highlighting significant bottlenecks in its real-world applicability.
๐ Abstract
Although optimization is one of the most promising applications of quantum computers, the development of effective optimization strategies requires real-world test cases. When planning our recent wedding reception, we realized that the problem of optimally seating our guests, given constraints related to guests' relatedness, shared interests, and physical needs, could be mapped to a cost function network (CFN) form solvable with classical or quantum optimization algorithms. We compared the seating optimization performance of classical Monte Carlo CFN solvers in the Masala software suite to that of quantum annealing-based CFN optimization algorithms using one-hot, domain-wall, and approximate binary mappings, which we had developed for protein design problems. Surprisingly, the D-Wave Advantage 2 system, which performs well on similarly-structured CFN problems for protein design, struggled to return optimal seating arrangements that were easily found by classical Monte Carlo methods. We provide our seating optimization benchmark set, and code to convert seating optimization problems to CFN problems, as a plugin library for Masala, permitting this class of real-world problems to be used to benchmark performance of current and future classical CFN solvers, quantum optimization algorithms, and quantum computing hardware.