English

Greedy Approaches to Online Stochastic Matching

Data Structures and Algorithms 2021-03-02 v2 Combinatorics

Abstract

Within the context of stochastic probing with commitment, we consider the online stochastic matching problem; that is, the one-sided online bipartite matching problem where edges adjacent to an online node must be probed to determine if they exist based on edge probabilities that become known when an online vertex arrives. If a probed edge exists, it must be used in the matching (if possible). We consider the competitiveness of online algorithms in both the adversarial order model (AOM) and the random order model (ROM). More specifically, we consider a bipartite stochastic graph G=(U,V,E)G = (U,V,E) where UU is the set of offline vertices, VV is the set of online vertices and GG has edge probabilities (pe)eE(p_{e})_{e \in E} and edge weights (we)eE(w_{e})_{e \in E}. Additionally, GG has probing constraints (\scrCv)vV(\scr{C}_{v})_{v \in V}, where \scrCv\scr{C}_v indicates which sequences of edges adjacent to an online vertex vv can be probed. We assume that UU is known in advance, and that \scrCv\scr{C}_v, together with the edge probabilities and weights adjacent to an online vertex are only revealed when the online vertex arrives. This model generalizes the various settings of the classical bipartite matching problem, and so our main contribution is in making progress towards understanding which classical results extend to the stochastic probing model.

Keywords

Cite

@article{arxiv.2008.09260,
  title  = {Greedy Approaches to Online Stochastic Matching},
  author = {Allan Borodin and Calum MacRury and Akash Rakheja},
  journal= {arXiv preprint arXiv:2008.09260},
  year   = {2021}
}

Comments

Updated the paper to include a result for edge weights, and generalized our results to downward-closed probing constraints. arXiv admin note: text overlap with arXiv:2004.14304

R2 v1 2026-06-23T18:00:25.425Z