QUBO formulations for NP-Hard spanning tree problems

Abstract

We introduce a novel Quadratic Unconstrained Binary Optimization (QUBO) formulation method for spanning tree problems. Instead of encoding the presence of edges in the tree individually, we opt to encode spanning trees as a permutation problem. We apply our method to four NP-hard spanning tree variants, namely the k-minimum spanning tree, degree-constrained minimum spanning tree, minimum leaf spanning tree, and maximum leaf spanning tree. Our main result is a formulation with O(|V|k) variables for the k-minimum spanning tree problem, beating related strategies that need O(|V|2) variables.

0

Discussion (0)

Sign in to join the discussion.

Loading comments…