Multiagent MST Cover: Pleasing All Optimally via a Simple Voting Rule

Abstract

Given a connected graph on whose edges we can build roads to connect the nodes, a number of agents hold possibly different perspectives on which edges should be selected by assigning different edge weights. Our task is to build a minimum number of roads so that every agent has a spanning tree in the built subgraph whose weight is the same as a minimum spanning tree in the original graph. We first show that this problem is NP-hard and does not admit better than ((1-o(1)) ln k)-approximation polynomial-time algorithms unless P = NP, where k is the number of agents. We then give a simple voting algorithm with an optimal approximation ratio. Moreover, our algorithm only needs to access the agents' rankings on the edges. Finally, we extend our problem to submodular objective functions and Matroid rank constraints.

Cite

Text

Li et al. "Multiagent MST Cover: Pleasing All Optimally via a Simple Voting Rule." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I5.25711

Markdown

[Li et al. "Multiagent MST Cover: Pleasing All Optimally via a Simple Voting Rule." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/li2023aaai-multiagent/) doi:10.1609/AAAI.V37I5.25711

BibTeX

@inproceedings{li2023aaai-multiagent,
  title     = {{Multiagent MST Cover: Pleasing All Optimally via a Simple Voting Rule}},
  author    = {Li, Bo and Wu, Xiaowei and Xu, Chenyang and Zhang, Ruilong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {5730-5738},
  doi       = {10.1609/AAAI.V37I5.25711},
  url       = {https://mlanthology.org/aaai/2023/li2023aaai-multiagent/}
}