English

The Bike Sharing Problem

Data Structures and Algorithms 2020-06-25 v1

Abstract

Assume that m1m \geq 1 autonomous mobile agents and 0bm0 \leq b \leq m single-agent transportation devices (called {\em bikes}) are initially placed at the left endpoint 00 of the unit interval [0,1][0,1]. The agents are identical in capability and can move at speed one. The bikes cannot move on their own, but any agent riding bike ii can move at speed vi>1v_i > 1. An agent may ride at most one bike at a time. The agents can cooperate by sharing the bikes; an agent can ride a bike for a time, then drop it to be used by another agent, and possibly switch to a different bike. We study two problems. In the \BS problem, we require all agents and bikes starting at the left endpoint of the interval to reach the end of the interval as soon as possible. In the \RBS problem, we aim to minimize the arrival time of the agents; the bikes can be used to increase the average speed of the agents, but are not required to reach the end of the interval. Our main result is the construction of a polynomial time algorithm for the \BS problem that creates an arrival-time optimal schedule for travellers and bikes to travel across the interval. For the \RBS problem, we give an algorithm that gives an optimal solution for the case when at most one of the bikes can be abandoned.

Keywords

Cite

@article{arxiv.2006.13241,
  title  = {The Bike Sharing Problem},
  author = {Jurek Czyzowicz and Konstantinos Georgiou and Ryan Killick and Evangelos Kranakis and Danny Krizanc and Lata Narayanan and Jaroslav Opatrny and Denis Pankratov},
  journal= {arXiv preprint arXiv:2006.13241},
  year   = {2020}
}
R2 v1 2026-06-23T16:34:02.282Z