2015
DOI: 10.1007/978-3-662-48350-3_28
|View full text |Cite
|
Sign up to set email alerts
|

On Randomized Algorithms for Matching in the Online Preemptive Model

Abstract: We investigate the power of randomized algorithms for the maximum cardinality matching (MCM) and the maximum weight matching (MWM) problems in the online preemptive model. In this model, the edges of a graph are revealed one by one and the algorithm is required to always maintain a valid matching. On seeing an edge, the algorithm has to either accept or reject the edge. If accepted, then the adjacent edges are discarded. The complexity of the problem is settled for deterministic algorithms [6, 8].Almost nothin… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
19
0

Year Published

2017
2017
2020
2020

Publication Types

Select...
4
1
1

Relationship

1
5

Authors

Journals

citations
Cited by 11 publications
(19 citation statements)
references
References 9 publications
0
19
0
Order By: Relevance
“…We use the primal-dual technique to analyze the performance of this algorithm. The primaldual technique used to analyze McGregor's deterministic algorithm for MWM described in [3] is fairly straightforward. However the management becomes complicated with the introduction of randomness, and we are only able to analyze the algorithm in a very restricted class of graphs, which are growing trees.…”
Section: Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…We use the primal-dual technique to analyze the performance of this algorithm. The primaldual technique used to analyze McGregor's deterministic algorithm for MWM described in [3] is fairly straightforward. However the management becomes complicated with the introduction of randomness, and we are only able to analyze the algorithm in a very restricted class of graphs, which are growing trees.…”
Section: Discussionmentioning
confidence: 99%
“…Step (3c) in Algorithm 3 ensures that at each stage |M c | ≥ (|M i | + |M j |) / (2(1 + ǫ)), such that i, j, c ∈ [3], and are all distinct, and M c is the current matching which will be output by the algorithm on query. Let M be the optimum matching at any stage.…”
Section: A Deterministic Algorithmmentioning
confidence: 99%
“…The same paper [6] shows that the randomized competitive ratio is between 1 + log 2 ≈ 1.693 and 5.356. Chiplunkar et al [5] presented a randomized 28/15-competitive algorithm for trees and a 4/3-competitive algorithm for paths.…”
Section: Related Workmentioning
confidence: 99%
“…To quantify the impact of recourse, several models have been proposed that relax the irrevocable nature of a decision. In the late reject model [3], which is also called the preemptive model [5], an edge can be accepted only upon its arrival, but can be later rejected. In the edge-bounded recourse model, introduced in [1], the algorithm can switch between accepting and rejecting an edge that has already appeared, but is allowed up to k such modifications per edge.…”
Section: Introductionmentioning
confidence: 99%
“…Here, edges with weights are incoming on-line and algorithm is allowed to remove previously accepted edges in order to add a new one. A collection of results on preemptive matching can be found in [5,7].…”
Section: Introductionmentioning
confidence: 99%