Time Versus Cost Tradeoffs for Deterministic Rendezvous in Networks
Avery Miller, Andrzej Pelc

TL;DR
This paper explores the tradeoffs between time and cost in deterministic rendezvous problems in networks, introducing algorithms with near-optimal bounds and establishing lower bounds that nearly match these algorithms.
Contribution
It presents two rendezvous algorithms with tight bounds on time and cost, and proves lower bounds that nearly match these algorithms, clarifying the fundamental tradeoffs involved.
Findings
Algorithm Cheap has cost O(E) and time O(EL).
Algorithm Fast has both cost and time O(E log L).
Lower bounds show these algorithms are nearly optimal in their tradeoffs.
Abstract
Two mobile agents, starting from different nodes of a network at possibly different times, have to meet at the same node. This problem is known as . Agents move in synchronous rounds. Each agent has a distinct integer label from the set . Two main efficiency measures of rendezvous are its (the number of rounds until the meeting) and its (the total number of edge traversals). We investigate tradeoffs between these two measures. A natural benchmark for both time and cost of rendezvous in a network is the number of edge traversals needed for visiting all nodes of the network, called the exploration time. Hence we express the time and cost of rendezvous as functions of an upper bound on the time of exploration (where and a corresponding exploration procedure are known to both agents) and of the size of the label…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Mobile Agent-Based Network Management · Distributed systems and fault tolerance
