https://arxiv.org/api/o7mKFi5GArbhDYhIutUM+H5zk/c 2026-09-10T22:26:10Z 16091 90 15 http://arxiv.org/abs/2510.18260v2 Warshall algorithm for matrix-weighted graphs 2026-08-31T05:51:28Z This paper proposes Warshall algorithm-a greedy algorithm for determining connectedness and clustering in matrix-weighted graphs. Built upon a sufficient condition for connectedness, the algorithm reveals a simple but important difference between matrix-weighted and scalar-weighted graphs. In a scalar-weighted graph, once a path exists between two vertices, their connectedness is assured. In a matrix-weighted graph, however, two vertices may belong to two different clusters even if one or several paths exist between them. We propose a heuristic method for determining connectedness between two vertices by exhaustingly considering all simple paths joining them and combining the kernel of these paths via two newly developed matrix logic operators. Our proposed algorithm not only reduces the computational complexity of the brute-force search approach but also enables a distributed implementation. Proofs of correctness, finite step convergence, computational complexity analyses, and numerical examples are provided to establish the validity of the algorithms and to demonstrate their effectiveness. 2025-10-21T03:30:24Z 25 pages, 6 figures, preprint Minh Hoang Trinh Hyo-Sung Ahn http://arxiv.org/abs/2508.00349v2 On the Equivalence of the Graph-Structural and Optimization-Based Characterizations of Popular Matchings 2026-08-31T01:44:34Z Popular matchings provide a model of matching under preferences in which a solution corresponds to a Condorcet winner in voting systems. In a bipartite graph in which the vertices have preferences over their neighbours, a matching is defined to be popular if it does not lose in a majority vote against any matching. In this paper, we study the following three primary problems: only the vertices on one side have preferences; a generalization of this problem allowing ties in the preferences; and the vertices on both sides have preferences. A principal issue in the algorithmic aspects of popular matchings is how to determine the popularity of a matching, because it requires exponential time if the definition is simply applied. In the literature, we have the following two types of characterizations: a graph-structural characterization; and an optimization-based characterization described by maximum-weight matchings. The graph-structural characterizations are specifically designed for each problem and provide a combinatorial structure of the popular matchings. The optimization-based characterizations work in the same manner for all problems, while they do not reveal the structure of the popular matchings. A main contribution of this paper is to provide a direct connection of the above two types of characterizations for all of the three problems. Specifically, we prove that each characterization can be derived from the other, without relying on the fact that they characterize popular matchings. Our proofs offer a comprehensive understanding of the equivalence of the two types of characterizations, and suggest a new interpretation of the graph-structural characterization in terms of the dual optimal solution for the maximum-weight matching problem. 2025-08-01T06:29:30Z Yuga Kanaya Kenjiro Takazawa http://arxiv.org/abs/2608.03819v2 From b-Coloring to $b^*$-Coloring: Large Girth and Parameterized Complexity 2026-08-30T19:47:49Z A b-coloring is a proper vertex coloring such that every color class contains a vertex, a so-called b-vertex, which sees all colors in its closed neighborhood. This type of coloring has been intensively studied from both structural and algorithmic point of view. Recently, Zaker [DAM 2025] introduced the notion of a b*-coloring, which is a b-coloring in which there is a vertex that sees a b-vertex of every color in its closed neighborhood. The b*-chromatic number is the maximum integer k such that there is a b*-coloring with k colors. We partially answer a question posed by Zaker and prove that graphs of girth at least 7 are b*-monotonic, which means that the b*-chromatic number does not increase by taking an induced subgraph. In addition, we discover a class of d-regular graphs of girth at least 5 with b*-chromatic number d+1, which strengthens a result about b-colorings by Dettlaff, Furmańczyk, Peterin, Roux, and Ziemann [AMC 2024]. We also study the parameterized complexity of finding b*-colorings, and show that for many structural parameters, the complexity coincides with that of finding b-colorings. In particular, the b*-chromatic number can be computed in polynomial time on any class of bounded clique-width. For most parameters, the translation from b-colorings is straightforward but for the feedback edge number, the FPT algorithm for b*-colorings is actually much simpler than that for b-colorings by Balabán [MFCS 2026]. 2026-08-04T15:26:29Z 29 pages, 3 figures Jakub Balabán Oliver Bukor http://arxiv.org/abs/2608.29902v1 Fair Division of Graphs: Beyond Traceability 2026-08-30T16:59:54Z In this paper, we study fair division problems in which resources are structured as graphs and agents must receive connected bundles. This connectivity requirement fundamentally alters the problem, making it significantly more challenging than its classical counterpart. We focus on the fairness notion of $\mathrm{EF1}_{\mathrm{outer}}$, where envy can be eliminated by removing at most one vertex whose deletion does not disconnect the bundle -- a critical constraint for applications such as land division and network allocation. Our first result extends prior work by establishing the existence of $\mathrm{EF1}_{\mathrm{outer}}$ allocations for an infinite family of non-traceable graphs (that is, graphs that do not admit a Hamiltonian path), answering a central open question and generalizing Bilò et al.'s result for traceable graphs. We then make progress on a conjecture concerning the $\mathrm{EF1}_{\mathrm{outer}}$ spectrum of trees due to Chen and Zwicker. Finally, we complement our structural results with algorithmic insights, showing that deciding the existence of an $\mathrm{EF1}_{\mathrm{outer}}$ allocation is NP-complete even for binary additive valuations, thereby resolving an open complexity question. Taken together, our results deepen the connection between graph theory and fair division, and offer new tools for studying fairness in structured resource environments. 2026-08-30T16:59:54Z Nicolas Bousquet Frank Connor Agnès Totschnig Sébastien Zeitoun http://arxiv.org/abs/2510.07065v5 On the Parameterized Complexity of $s$-Club Cluster Edge Deletion 2026-08-30T12:15:35Z We study the parameterized and kernelization complexity of the \emph{\textsc{$s$-Club Cluster Edge Deletion}} problem, a distance-bounded generalization of \emph{\textsc{Cluster Edge Deletion}}. Given a graph $G=(V,E)$ and integers $k,s$, the goal is to delete at most $k$ edges so that every resulting connected component has diameter at most $s$. On the structural side, we settle an open question of Montecchiani, Ortali, Piselli, and Tappini (\emph{Theoretical Computer Science}, 2023) by proving W[1]-hardness parameterized by pathwidth plus the maximum number of allowed $s$-clubs, and consequently by treewidth plus this parameter. Thus, the diameter bound $s$ is inecessary for tractability under these parameters. In contrast, we show that dependence on \(s\) is unnecessary for several structural parameters: the problem is fixed-parameter tractable when parameterized by treedepth, neighborhood diversity, or cluster vertex deletion number, generalizing known results for $s=1.$ We further prove that no polynomial kernel exists when parameterized by vertex cover, even for $s=2$. On the positive side, we present an FPT bicriteria approximation scheme for graphs excluding long induced cycles, running in time $f(k,1/ε)\cdot n^{\mathcal{O}(1)}$ and producing a solution of size at most $k$ whose components have diameter at most $(1+ε)s$. Finally, we initiate the study of the directed variant, \textsc{$s$-Club Cluster Arc Deletion}, and prove that it is W[1]-hard parameterized by $k$, even on directed acyclic graphs. 2025-10-08T14:30:42Z Ajinkya Gaikwad http://arxiv.org/abs/2608.14695v2 Ordered Ruzsa-Szemeredi Numbers at Matching Size Two 2026-08-30T11:22:17Z Bondy and Szwarcfiter defined $\mathrm{ex}^*(n,F)$ as the largest number of edges in an $n$-vertex graph whose edge set partitions into induced copies of $F$; for $F=2K_2$ the deficiency $\binom{n}{2}-\mathrm{ex}^*(n,2K_2)$ is $Θ(n^{3/2})$. We study the ordered relaxation at fixed matching size, in which each part need only be induced in the union of itself with the parts that follow it; write $\mathrm{ORS}_n(r)$ for the largest number of parts, so that $r\,\mathrm{ORS}_n(r)$ is the ordered analogue of $\mathrm{ex}^*(n,rK_2)$. Our main tool is a characterisation valid for every $r$: an ordered decomposition into induced $r$-matchings is a sequence of steps that start from $K_n$ and repeatedly delete a perfect matching from $2r$ vertices currently spanning a clique. Reading a decomposition backwards turns a condition about the ordering into a reachability question that an exhaustive search can settle. For $r=2$ we determine $\mathrm{ORS}_n(2)$ exactly at orders five through nineteen, where it takes the values $1,3,5,8,11,14,19,23,28,34,40,47,54,62,70$, and we confine $\mathrm{ORS}_{20}(2)$ to $\{78,79\}$. The counting bound $\lfloor n(n-4)/4\rfloor$ is attained at orders five through nine and at eleven, and missed by exactly one part at every other order below twenty, so order eleven is an isolated exception, not a parity effect. Across this range the ordered deficiency equals $\frac32n+O(1)$, and along powers of two a dyadic construction keeps it below $O(n\log n)$; whether it is linear for all $n$ is our main open question. The structural results are formalised in Lean 4, and the searches are certified by fail-closed sweeps and an independent checker. 2026-08-09T20:41:29Z 26 pages, 2 figures. v2: substantially revised and extended. Ordered/unordered deficiency comparison added; exact values determined through order nineteen with order twenty confined to two values; Lean 4 formalisation of the structural results included, with a verified build; supplementary code and certificates included Xidan Song Ruifeng Cao http://arxiv.org/abs/2602.02748v2 A Parametrized Complexity View on Robust Scheduling with Budgeted Uncertainty 2026-08-30T08:20:42Z In this study, we investigate a robust single-machine scheduling problem under processing time uncertainty. The uncertainty is modeled using the budgeted approach, where each job has a nominal and deviation processing time, and the number of deviations is bounded by Γ. The objective is to minimize the number of tardy jobs where a job is considered tardy if there is some scenario in which it is completed after its due date. Since the problem is NP-hard in general, we focus on analyzing its tractability under the assumption that certain natural parameters of the problem are each bounded by a constant. We consider three parameters: the robustness parameter Γ, the number of distinct due dates in the instance, and the number of jobs with nonzero deviations. Using parameterized-complexity theory, we prove that the problem is W[1]-hard with respect to Γ, but can be solved in XP time with respect to the same parameter. With respect to the number of distinct due dates, we establish a stronger hardness result by showing that the problem remains NP-hard even when there are only two different due dates and is solvable in pseudo-polynomial time when the number of due dates is upper bounded by a constant. To complement these results, we show that the case of a common (single) due date reduces to a robust binary knapsack problem with equal item profits, a problem we prove to be solvable in polynomial time. Finally, we prove that the problem is fixed-parameter tractable with respect to the number of jobs with nonzero deviations. 2026-02-02T20:04:01Z To appear in European Journal of Operational Research Noam Goldberg Dvir Shabtay 10.1016/j.ejor.2026.08.046 http://arxiv.org/abs/2608.29603v1 FirstFit online coloring in the random order model 2026-08-30T06:47:17Z The average performance of FirstFit online coloring on trees in the random order model is completely determined in recent works of Frei et al. and Bosek et al., showing $Θ(\log n /\log\log n)$ number of colors, improving the $Θ(\log n)$ colors in the adversarial model. We provide a few further results on slightly more general graph classes. Firstly, we extend their method to obtain a simple path-counting principle for sparse graph classes, which immediately yields for example that cactus graphs and uniform hypertrees exhibit a similar improvement. We then show that FirstFit uses only $O(1)$ colors on crown graphs, a standard example where adversarial arrival forces $Θ(n)$ colors. We further show that density alone (even linear minimum degree) is insufficient to guarantee $O(1)$ colors even on bipartite graphs. Finally, we identify graph classes, including unit interval graphs and some graphs of high chromatic number, for which random arrival provides only limited improvement. We end with some open problems. 2026-08-30T06:47:17Z 9 pages, 1 figure Xinyu Ye Yuechuan Xu Zixuan Wang Jiaying Zheng Yaqiao Li http://arxiv.org/abs/2608.29573v1 A General Plotkin-type Bound on Function-Correcting Codes with Wyner-Graham Distance 2026-08-30T05:37:44Z Function correcting codes (FCCs) are designed to protect a specified function evaluation of messages at a higher level than the level of protection for messages, against errors while reducing the redundancy required for reliable communication. FCCs have thus far been studied for channels matched to various distances, including the Hamming and Lee distances. Every function partitions the message space into preimage sets corresponding to its distinct function values. Existing Plotkin-type bounds on the optimal redundancy of FCCs under the studied distances, applicable to arbitrary functions on the message space, depend on the pairwise distances among all the message vectors. This makes these bounds difficult to compute. We derive a general Plotkin-type bound on the optimal redundancy of FCCs under Wyner Graham distances, which include the Hamming and Lee distances as special cases. Our bound depends only on the cardinalities of the preimage sets and the sum of pairwise distances only among vectors within each preimage set. This approach significantly reduces the computations required to evaluate the existing Plotkin-type bounds and yields simplified bounds that are easier to compute for specific functions. We obtain simplified Plotkin-type bound for linear functions under the Wyner-Graham distance. Furthermore, the existing simplified bounds for linear functions under the Hamming and Lee distances are recovered as special cases of the proposed bound. We also obtain simplified bounds for several important classes of functions, including the Hamming weight function, the Hamming weight distribution function, the monomial functions under the Hamming distance, and the modular sum function, the Lee weight function, and the Lee weight distribution function under the Lee distance. 2026-08-30T05:37:44Z 22 pages; Submitted to a journal Kanchana Lokshmii Jagatti K. Hareesh N. T. Rashid Ummer B. Sundar Rajan http://arxiv.org/abs/2608.29441v1 It's Hard to PArcK 2026-08-29T21:06:51Z We show that Partizan Arc Kayles (PArcK), a generalization of Domineering to graphs, is PSPACE-complete via a reduction from Positive CNF and with recently-discovered techniques for creating PArcK positions with high temperature. The reduction uses only red and blue edges. 2026-08-29T21:06:51Z 16 pages, 20 figures Kyle Burke Jeffrey Leman Craig Tennenhouse http://arxiv.org/abs/2608.06215v3 Column Number of Delta-modular matrices: Refined Analysis via Sauer Matrices 2026-08-29T20:53:20Z In this paper, we build upon the analysis initiated by Gennadiy Averkov and Matthias Schymura (2022) and establish that the number of distinct columns of a $Δ$-modular matrix $A \in \mathbb{Z}^{m \times n}$ of rank $m$ is $O(m^3 Δ)$. This upper bound was previously known only for odd values of $Δ$. Recall that a matrix is called $Δ$-modular if the maximum of the absolute values of its $m \times m$ minors equals $Δ$. 2026-08-06T16:07:21Z Elizaveta Pribytkova Dmitry Gribanov Stanislav Moiseev http://arxiv.org/abs/2608.29274v1 A Simplified Analysis of the Good-Bad $3/2$-Approximation Algorithm for Some Minimum-Cost Graph Problems 2026-08-29T13:55:19Z In this paper, we consider an easy greedy approximation algorithm, the good-bad algorithm, introduced by Couëtoux for finding a minimum-cost set of edges such that every connected component has at least $k$ vertices. Couëtoux proves that the good-bad algorithm achieves a $3/2$-approximation for this problem. Davis and Williamson extend this result to the more general problem of finding a minimum-cost edge set that contains at least one edge from every cut $S\subseteq V$ satisfying $h(S) = 1$ where $h:2^V \rightarrow \{0,1\}$ is downward monotone; that is, $h(S) = 1$ implies $h(T) = 1$ for every nonempty subset $T \subseteq S$. The original problem corresponds to $h(S) =1$ when $|S|<k$. We give a simplified analysis of the good-bad algorithm for downward monotone functions. 2026-08-29T13:55:19Z Shayan Ranjbarzadeh David P. Williamson Hannane Yaghoubizade http://arxiv.org/abs/2510.26975v2 Constructive Characterization and Recognition Algorithm for Grafts with a Connected Minimum Join 2026-08-29T10:40:15Z Minimum joins in a graft $(G, T)$, also known as minimum $T$-joins of a graph $G$, are said to be connected if they determine a connected subgraph of $G$. Grafts with a connected minimum join have gained interest ever since Middendorf and Pfeiffer showed that they satisfy Seymour's min-max formula for joins and $T$-cut packings; that is, in such grafts, the size of a minimum join is equal to the size of a maximum packing of $T$-cuts. In this paper, we provide a constructive characterization of grafts with a connected minimum join. We also obtain a polynomial time algorithm that decides whether a given graft has a connected minimum join and, if so, outputs one. Our algorithm has two bottlenecks; one is the time required to compute a minimum join of a graft, and the other is the time required to solve the single-source all-sink shortest path problem in a graph with conservative $\pm 1$-valued edge weights. Thus, our algorithm runs in $O(n(m + n\log n) )$ time. In the nondense case, it improves upon the time bound for this problem due to Sebő and Tannier that was introduced as an application of their results on metrics on graphs. 2025-10-30T19:59:34Z Nanano Kita http://arxiv.org/abs/2608.28452v1 An Exposition of the $\widetilde{O}(\log^{1/4} n)$ Bound for the Komlós Problem 2026-08-28T15:43:11Z A conjecture of Komlós states that the combinatorial discrepancy of any matrix $A\in\mathbb R^{m\times n}$ whose columns have Euclidean norm at most one is bounded by a universal constant. We prove that the combinatorial discrepancy of every such matrix is at most $O((\log n)^{1/4}(\log\log n)^{7/4})$. This is the first asymptotic improvement over the $O(\sqrt{\log n})$ bound established by Banaszczyk [Banaszczyk, Random Struct.\ Algorithms, 1998], and it refutes a conjecture of Hajela [Hajela, European J.\ Combin., 1988] that a lower bound of order $Ω(\sqrt{\log n})$ should hold. 2026-08-28T15:43:11Z An extended abstract of this work appeared in STOC 2026: https://arxiv.org/pdf/2508.03961. The present article treats only the Komlós problem; the proof is simplified and recast via stochastic calculus Nikhil Bansal Haotian Jiang http://arxiv.org/abs/2604.17945v2 Flow Shop Scheduling with Stochastic Reentry 2026-08-28T15:26:35Z We study flow shop scheduling with stochastic reentry, where jobs must complete multiple passes through the entire shop, and the number of passes that a job requires for completion is drawn from a discrete probability distribution. The goal is to find policies that minimize performance measures in expectation. Our main contribution is a reduction to a stochastic scheduling problem on identical parallel machines augmented by machine arrivals. This reduction preserves objective values and enables the transfer of structural results and performance guarantees from the auxiliary problems to the reentrant flow shop setting. We demonstrate the usefulness of this reduction by proving the optimality of simple priority policies for minimizing the makespan and the total completion time in expectation under geometric and, more generally, monotone hazard rate distributions. For minimizing the total weighted completion time, we derive an approximation guarantee for a simple priority policy that depends only on the squared coefficient of variation of the underlying distributions. Our results constitute the first optimality and approximation guarantees for flow shops with stochastic reentry and demonstrate that established scheduling policies naturally extend to this setting through the proposed reduction. 2026-04-20T08:25:11Z 16 pages, 6 figures; v2 cosmetic changes: presentation & notation + additional figures Maximilian von Aspern Felix Buld Michael Pinedo