
Combinatorics (math.CO)
Wed, 19 Apr 2023
1.An algorithm for constructing and classifying the space of small integer weighing matrices
Authors:Radel Ben-Av, Giora Dula, Assaf Goldberger, Yoseph Strassler
Abstract: In this paper we describe an algorithm for generating all the possible $PIW(m,n,k)$ - integer $m\times n$ Weighing matrices of weight $k$ up to Hadamard equivalence. Our method is efficient on a personal computer for small size matrices, up to $m\le n=12$, and $k\le 50$. As a by product we also improved the \textit{\textbf{nsoks}} \cite{riel2006nsoks} algorithm to find all possible representations of an integer $k$ as a sum of $n$ integer squares. We have implemented our algorithm in \texttt{Sagemath} and as an example we provide a complete classification for \ $n=m=7$ and $k=25$. Our list of $IW(7,25)$ can serve as a step towards finding the open classical weighing matrix $W(35,25)$.
2.Face-simple minimal quadrangulations of nonorientable surfaces
Authors:Warren Singh, Timothy Sun
Abstract: For each nonorientable surface of genus at least 3, we construct a face-simple minimal quadrangulation, i.e., a simple quadrangulation on the fewest number of vertices possible whose dual is also a simple graph. This answers a question of Liu, Ellingham, and Ye, and also provides a simpler proof of part of their main result. The inductive construction is based on an earlier idea for finding near-quadrangular embeddings of the complete graphs using the diamond sum operation.
3.Sparse graphs without long induced paths
Authors:Oscar Defrain, Jean-Florent Raymond
Abstract: Graphs of bounded degeneracy are known to contain induced paths of order $\Omega(\log \log n)$ when they contain a path of order $n$, as proved by Ne\v{s}et\v{r}il and Ossona de Mendez (2012). In 2016 Esperet, Lemoine, and Maffray conjectured that this bound could be improved to $\Omega((\log n)^c)$ for some constant $c>0$ depending on the degeneracy. We disprove this conjecture by constructing, for arbitrarily large values of $n$, a graph that is 2-degenerate, has a path of order $n$, and where all induced paths have order $O((\log \log n)^2)$. We also show that the graphs we construct have linearly bounded coloring numbers.
4.On the complexity of Dominating Set for graphs with fixed diameter
Authors:Valentin Bouquet, François Delbot, Christophe Picouleau, Stéphane Rovedakis
Abstract: A set $S\subseteq V$ of a graph $G=(V,E)$ is a dominating set if each vertex has a neighbor in $S$ or belongs to $S$. Dominating Set is the problem of deciding, given a graph $G$ and an integer $k\geq 1$, if $G$ has a dominating set of size at most $k$. It is well known that this problem is $\mathsf{NP}$-complete even for claw-free graphs. We give a complexity dichotomy for Dominating Set for the class of claw-free graphs with diameter $d$. We show that the problem is $\mathsf{NP}$-complete for every fixed $d\ge 3$ and polynomial time solvable for $d\le 2$. To prove the case $d=2$, we show that Minimum Maximal Matching can be solved in polynomial time for $2K_2$-free graphs.