Computing exact minimum cuts without knowing the graph
Data Structures and Algorithms
2019-08-07 v2
Abstract
We give query-efficient algorithms for the global min-cut and the s-t cut problem in unweighted, undirected graphs. Our oracle model is inspired by the submodular function minimization problem: on query , the oracle returns the size of the cut between and . We provide algorithms computing an exact minimum - cut in with queries, and computing an exact global minimum cut of with only queries (while learning the graph requires queries).
Cite
@article{arxiv.1711.03165,
title = {Computing exact minimum cuts without knowing the graph},
author = {Aviad Rubinstein and Tselil Schramm and S. Matthew Weinberg},
journal= {arXiv preprint arXiv:1711.03165},
year = {2019}
}