Skip to main content

Showing 1–7 of 7 results for author: Drescher, M

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

    math.CO cs.DM

    Constructions, bounds, and algorithms for peaceable queens

    Authors: Katie Clinch, Matthew Drescher, Tony Huynh, Abdallah Saffidine

    Abstract: The peaceable queens problem asks to determine the maximum number $a(n)$ such that there is a placement of $a(n)$ white queens and $a(n)$ black queens on an $n \times n$ chessboard so that no queen can capture any queen of the opposite color. In this paper, we consider the peaceable queens problem and its variant on the toroidal board. For the regular board, we show that $a(n) \leq 0.1716n^2$, for… ▽ More

    Submitted 1 July, 2024; v1 submitted 11 June, 2024; originally announced June 2024.

    Comments: 22 pages, 6 figures. Corrected the constraints of our non-linear program for the regular board. The new upper bound is now $0.1716n^2$ instead of $0.1641n^2.$

    MSC Class: 68R01 ACM Class: G.2.1

  2. arXiv:2306.10410  [pdf, other

    cs.DC

    BOBA: A Parallel Lightweight Graph Reordering Algorithm with Heavyweight Implications

    Authors: Matthew Drescher, Muhammad A. Awad, Serban D. Porumbescu, John D. Owens

    Abstract: We describe a simple parallel-friendly lightweight graph reordering algorithm for COO graphs (edge lists). Our ``Batched Order By Attachment'' (BOBA) algorithm is linear in the number of edges in terms of reads and linear in the number of vertices for writes through to main memory. It is highly parallelizable on GPUs\@. We show that, compared to a randomized baseline, the ordering produced gives… ▽ More

    Submitted 21 June, 2023; v1 submitted 17 June, 2023; originally announced June 2023.

  3. arXiv:2009.11056  [pdf, ps, other

    math.CO cs.DM

    A simple $(2+ε)$-approximation algorithm for Split Vertex Deletion

    Authors: Matthew Drescher, Samuel Fiorini, Tony Huynh

    Abstract: A split graph is a graph whose vertex set can be partitioned into a clique and a stable set. Given a graph $G$ and weight function $w: V(G) \to \mathbb{Q}_{\geq 0}$, the Split Vertex Deletion (SVD) problem asks to find a minimum weight set of vertices $X$ such that $G-X$ is a split graph. It is easy to show that a graph is a split graph if and only it it does not contain a $4$-cycle, $5$-cycle, or… ▽ More

    Submitted 23 September, 2020; originally announced September 2020.

    Comments: 3 pages, 0 figures

    MSC Class: 05C17; 68W25; 05C69

  4. arXiv:2008.08779  [pdf, ps, other

    math.CO cs.DM

    A simple 7/3-approximation algorithm for feedback vertex set in tournaments

    Authors: Manuel Aprile, Matthew Drescher, Samuel Fiorini, Tony Huynh

    Abstract: We show that performing just one round of the Sherali-Adams hierarchy gives an easy 7/3-approximation algorithm for the Feedback Vertex Set (FVST) problem in tournaments. This matches the best deterministic approximation algorithm for FVST due to Mnich, Williams, and Végh, and is a significant simplification and runtime improvement of their approach.

    Submitted 20 August, 2020; originally announced August 2020.

    Comments: 14 pages, 4 figures

    MSC Class: 05C20; 68W25; 90C05; 52B12; 90C27

  5. arXiv:2007.08057  [pdf, ps, other

    math.CO cs.DM

    A Tight Approximation Algorithm for the Cluster Vertex Deletion Problem

    Authors: Manuel Aprile, Matthew Drescher, Samuel Fiorini, Tony Huynh

    Abstract: We give the first $2$-approximation algorithm for the cluster vertex deletion problem. This is tight, since approximating the problem within any constant factor smaller than $2$ is UGC-hard. Our algorithm combines the previous approaches, based on the local ratio technique and the management of true twins, with a novel construction of a 'good' cost function on the vertices at distance at most $2$… ▽ More

    Submitted 18 October, 2021; v1 submitted 15 July, 2020; originally announced July 2020.

    Comments: 23 pages, 3 figures

    MSC Class: 68W25; 05C85; 90C27 ACM Class: F.2.2; G.2.2

  6. arXiv:1806.00825  [pdf, other

    math.CO cs.DM

    Short rainbow cycles in graphs and matroids

    Authors: Matt DeVos, Matthew Drescher, Daryl Funk, Sebastián González Hermosillo de la Maza, Krystal Guo, Tony Huynh, Bojan Mohar, Amanda Montejano

    Abstract: Let $G$ be a simple $n$-vertex graph and $c$ be a colouring of $E(G)$ with $n$ colours, where each colour class has size at least $2$. We prove that $(G,c)$ contains a rainbow cycle of length at most $\lceil \frac{n}{2} \rceil$, which is best possible. Our result settles a special case of a strengthening of the Caccetta-Häggkvist conjecture, due to Aharoni. We also show that the matroid generaliza… ▽ More

    Submitted 7 May, 2020; v1 submitted 3 June, 2018; originally announced June 2018.

    Comments: 9 pages, 2 figures

    MSC Class: 05C15; 05C20; 05C38

  7. arXiv:1805.08043  [pdf, other

    cs.DS

    The Adaptive Sampling Revisited

    Authors: Matthew Drescher, Guy Louchard, Yvik Swan

    Abstract: The problem of estimating the number $n$ of distinct keys of a large collection of $N$ data is well known in computer science. A classical algorithm is the adaptive sampling (AS). $n$ can be estimated by $R.2^D$, where $R$ is the final bucket (cache) size and $D$ is the final depth at the end of the process. Several new interesting questions can be asked about AS (some of them were suggested by P.… ▽ More

    Submitted 16 May, 2019; v1 submitted 21 May, 2018; originally announced May 2018.