Zum Hauptinhalt springen

Showing 1–11 of 11 results for author: Shmoys, D B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2302.11637  [pdf, ps, other

    cs.CG

    Hitting Sets when the Shallow Cell Complexity is Small

    Authors: Sander Aarts, David B. Shmoys

    Abstract: The hitting set problem is a well-known NP-hard optimization problem in which, given a set of elements and a collection of subsets, the goal is to find the smallest selection of elements, such that each subset contains at least one element in the selection. Many geometric set systems enjoy improved approximation ratios, which have recently been shown to be tight with respect to the shallow cell co… ▽ More

    Submitted 24 September, 2023; v1 submitted 22 February, 2023; originally announced February 2023.

    Comments: Accepted by WAOA2023

  2. arXiv:2302.11477  [pdf, other

    cs.LG

    An Interpretable Determinantal Choice Model for Subset Selection

    Authors: Sander Aarts, David B. Shmoys, Alex Coy

    Abstract: Understanding how subsets of items are chosen from offered sets is critical to assortment planning, wireless network planning, and many other applications. There are two seemingly unrelated subset choice models that capture dependencies between items: intuitive and interpretable random utility models; and tractable determinantal point processes (DPPs). This paper connects the two. First, all DPPs… ▽ More

    Submitted 22 February, 2023; originally announced February 2023.

    Comments: submitted to ICML2023

  3. GILP: An Interactive Tool for Visualizing the Simplex Algorithm

    Authors: Henry W. Robbins, Samuel C. Gutekunst, David B. Shmoys, David P. Williamson

    Abstract: The Simplex algorithm for solving linear programs-one of Computing in Science & Engineering's top 10 most influential algorithms of the 20th century-is an important topic in many algorithms courses. While the Simplex algorithm relies on intuitive geometric ideas, the computationally-involved mechanics of the algorithm can obfuscate a geometric understanding. In this paper, we present gilp, an easy… ▽ More

    Submitted 17 December, 2022; v1 submitted 18 October, 2022; originally announced October 2022.

    Comments: ACM SIGCSE 2023 Manuscript, 12 pages, 6 figures

    ACM Class: G.2.0; G.4; K.3.0

  4. arXiv:2111.13986  [pdf, other

    cs.DS

    Scheduling Appointments Online:\\ The Power of Deferred Decision-Making

    Authors: Devin Smedira, David B. Shmoys

    Abstract: The recently introduced online Minimum Peak Appointment Scheduling (MPAS) problem is a variant of the online bin-packing problem that allows for deferred decision making. Specifically, it allows for the problem to be split into an online phase where a stream of appointment requests arrive requiring a scheduled time, followed by an offline phase where those appointments are scheduled into rooms. Si… ▽ More

    Submitted 27 November, 2021; originally announced November 2021.

  5. arXiv:2103.11469  [pdf, other

    cs.CY cs.DM cs.DS

    Fairmandering: A column generation heuristic for fairness-optimized political districting

    Authors: Wes Gurnee, David B. Shmoys

    Abstract: The American winner-take-all congressional district system empowers politicians to engineer electoral outcomes by manipulating district boundaries. Existing computational solutions mostly focus on drawing unbiased maps by ignoring political and demographic input, and instead simply optimize for compactness. We claim that this is a flawed approach because compactness and fairness are orthogonal qua… ▽ More

    Submitted 25 June, 2021; v1 submitted 21 March, 2021; originally announced March 2021.

  6. arXiv:2012.14233  [pdf, other

    cs.DS

    Approximation Algorithms for the Bottleneck Asymmetric Traveling Salesman Problem

    Authors: Hyung-Chan An, Robert Kleinberg, David B. Shmoys

    Abstract: We present the first nontrivial approximation algorithm for the bottleneck asymmetric traveling salesman problem. Given an asymmetric metric cost between n vertices, the problem is to find a Hamiltonian cycle that minimizes its bottleneck (or maximum-length edge) cost. We achieve an O(log n / log log n) approximation performance guarantee by giving a novel algorithmic technique to shortcut Euleria… ▽ More

    Submitted 28 December, 2020; originally announced December 2020.

    Comments: 16 pages, 3 figures

    ACM Class: F.2.2

  7. arXiv:2001.06005  [pdf

    cs.DS cs.CC cs.DM

    Elements of Scheduling

    Authors: Jan Karel Lenstra, David B. Shmoys

    Abstract: In the winter of 1976, Alexander Rinnooy Kan and Jan Karel Lenstra defended their PhD theses at the University of Amsterdam. Gene Lawler was on their committees. It was a natural idea to turn the theses into a textbook on scheduling. They set out to compile a survey with Ron Graham (1979), but progress on the book was hampered by the many research opportunities offered by the field. After David Sh… ▽ More

    Submitted 16 January, 2020; originally announced January 2020.

    MSC Class: 90C27 ACM Class: F.2.2

  8. arXiv:1612.03339  [pdf, ps, other

    cs.DS

    A Primal-Dual Approximation Algorithm for Min-Sum Single-Machine Scheduling Problems

    Authors: Maurice Cheung, Julián Mestre, David B. Shmoys, José Verschae

    Abstract: We consider the following single-machine scheduling problem, which is often denoted $1||\sum f_{j}$: we are given $n$ jobs to be scheduled on a single machine, where each job $j$ has an integral processing time $p_j$, and there is a nondecreasing, nonnegative cost function $f_j(C_{j})$ that specifies the cost of finishing $j$ at time $C_{j}$; the objective is to minimize $\sum_{j=1}^n f_j(C_j)$. B… ▽ More

    Submitted 10 December, 2016; originally announced December 2016.

    Comments: 26 pages. A preliminary version appeared in APPROX 2011. arXiv admin note: text overlap with arXiv:1403.0298

  9. arXiv:1611.09304  [pdf, other

    math.OC cs.DM

    Minimizing Multimodular Functions and Allocating Capacity in Bike-Sharing Systems

    Authors: Daniel Freund, Shane G. Henderson, David B. Shmoys

    Abstract: The growing popularity of bike-sharing systems around the world has motivated recent attention to models and algorithms for their effective operation. Most of this literature focuses on their daily operation for managing asymmetric demand. In this work, we consider the more strategic question of how to (re-)allocate dock-capacity in such systems. We develop mathematical formulations for variations… ▽ More

    Submitted 14 March, 2022; v1 submitted 28 November, 2016; originally announced November 2016.

  10. arXiv:1110.4604  [pdf, ps, other

    cs.DS

    Improving Christofides' Algorithm for the s-t Path TSP

    Authors: Hyung-Chan An, Robert Kleinberg, David B. Shmoys

    Abstract: We present a deterministic (1+sqrt(5))/2-approximation algorithm for the s-t path TSP for an arbitrary metric. Given a symmetric metric cost on n vertices including two prespecified endpoints, the problem is to find a shortest Hamiltonian path between the two endpoints; Hoogeveen showed that the natural variant of Christofides' algorithm is a 5/3-approximation algorithm for this problem, and this… ▽ More

    Submitted 1 November, 2011; v1 submitted 20 October, 2011; originally announced October 2011.

    Comments: 31 pages, 5 figures

    ACM Class: F.2.2

  11. arXiv:1105.2391  [pdf, ps, other

    cs.DS

    LP-Based Approximation Algorithms for Traveling Salesman Path Problems

    Authors: Hyung-Chan An, David B. Shmoys

    Abstract: This paper has been merged into 1110.4604.

    Submitted 27 October, 2011; v1 submitted 12 May, 2011; originally announced May 2011.

    Comments: This paper has been merged into 1110.4604

    ACM Class: F.2.2