English

QUBO formulations for NP-Hard spanning tree problems

Data Structures and Algorithms 2022-09-13 v1 Discrete Mathematics Optimization and Control

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(Vk)\mathcal{O}(|V|k) variables for the k-minimum spanning tree problem, beating related strategies that need O(V2)\mathcal{O}(|V|^{2}) variables.

Keywords

Cite

@article{arxiv.2209.05024,
  title  = {QUBO formulations for NP-Hard spanning tree problems},
  author = {Ivan Carvalho},
  journal= {arXiv preprint arXiv:2209.05024},
  year   = {2022}
}
R2 v1 2026-06-28T01:06:13.718Z