Skip to main content

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

Searching in archive cs. Search in all archives.
.
  1. arXiv:2509.20539  [pdf

    math.CO cs.LO

    Composition Direction of Seymour's Theorem for Regular Matroids -- Formally Verified

    Authors: Martin Dvorak, Tristan Figueroa-Reid, Rida Hamadani, Byung-Hak Hwang, Evgenia Karunus, Vladimir Kolmogorov, Alexander Meiburg, Alexander Nelson, Peter Nelson, Mark Sandey, Ivan Sergeev

    Abstract: Seymour's decomposition theorem is a hallmark result in matroid theory presenting a structural characterization of the class of regular matroids. Formalization of matroid theory faces many challenges, most importantly that only a limited number of notions and results have been implemented so far. In this work, we formalize the proof of the forward (composition) direction of Seymour's theorem for r… ▽ More

    Submitted 24 September, 2025; originally announced September 2025.

  2. Pathfinding in Self-Deleting Graphs

    Authors: Michal Dvořák, Dušan Knop, Michal Opler, Jan Pokorný, Ondřej Suchý, Krisztina Szilágyi

    Abstract: In this paper, we study the problem of pathfinding on traversal-dependent graphs, i.e., graphs whose edges change depending on the previously visited vertices. In particular, we study \emph{self-deleting graphs}, introduced by Carmesin et al. (Sarah Carmesin, David Woller, David Parker, Miroslav Kulich, and Masoumeh Mansouri. The Hamiltonian cycle and travelling salesperson problems with traversal… ▽ More

    Submitted 17 September, 2025; v1 submitted 16 July, 2025; originally announced July 2025.

    Comments: Full version of paper accepted to ISAAC

    Journal ref: 36th International Symposium on Algorithms and Computation (ISAAC 2025). Article No. 19; pp. 19:1--19:15; LIPIcs vol. 359, Dagstuhl Publishing, Germany

  3. arXiv:2502.07454  [pdf, other

    cs.GT

    Practical approach to $2$-Euclidean Preferences

    Authors: Michal Dvořák, Dušan Knop, Jan Pokorný, Martin Slávik

    Abstract: An election is a pair $(C,V)$ of candidates and voters. Each vote is a ranking (permutation) of the candidates. An election is $d$-Euclidean if there is an embedding of both candidates and voters into $\mathbb{R}^d$ such that voter $v$ prefers candidate $a$ over $b$ if and only if $a$ is closer to $v$ than $b$ is to $v$ in the embedding. For $d\geq 2$ the problem of deciding whether $(C,V)$ is… ▽ More

    Submitted 11 February, 2025; originally announced February 2025.

    Comments: long version

  4. arXiv:2409.08119  [pdf, ps, other

    math.OC cs.LO

    Duality theory in linear optimization and its extensions -- formally verified

    Authors: Martin Dvorak, Vladimir Kolmogorov

    Abstract: Farkas established that a system of linear inequalities has a solution if and only if we cannot obtain a contradiction by taking a linear combination of the inequalities. We state and formally prove several Farkas-like theorems over linearly ordered fields in Lean 4. Furthermore, we extend duality theory to the case when some coefficients are allowed to take ``infinite values''.

    Submitted 16 July, 2025; v1 submitted 12 September, 2024; originally announced September 2024.

    Comments: Code: https://github.com/madvorak/duality/tree/v3.2.0

  5. On the Complexity of Target Set Selection in Simple Geometric Networks

    Authors: Michal Dvořák, Dušan Knop, Šimon Schierreich

    Abstract: We study the following model of disease spread in a social network. At first, all individuals are either infected or healthy. Next, in discrete rounds, the disease spreads in the network from infected to healthy individuals such that a healthy individual gets infected if and only if a sufficient number of its direct neighbors are already infected. We represent the social network as a graph. Inspir… ▽ More

    Submitted 4 July, 2024; v1 submitted 13 July, 2023; originally announced July 2023.

    Comments: This is an extended and revised version of a preliminary conference report that was presented in WAW 2023

    Journal ref: Discrete Mathematics & Theoretical Computer Science, vol. 26:2, Discrete Algorithms (August 21, 2024) dmtcs:11591

  6. Closure Properties of General Grammars -- Formally Verified

    Authors: Martin Dvorak, Jasmin Blanchette

    Abstract: We formalized general (i.e., type-0) grammars using the Lean 3 proof assistant. We defined basic notions of rewrite rules and of words derived by a grammar, and used grammars to show closure of the class of type-0 languages under four operations: union, reversal, concatenation, and the Kleene star. The literature mostly focuses on Turing machine arguments, which are possibly more difficult to form… ▽ More

    Submitted 31 December, 2024; v1 submitted 13 February, 2023; originally announced February 2023.

    Comments: Presented at ITP 2023 (link fixed); code: https://github.com/madvorak/grammars/tree/publish

  7. arXiv:2109.10203  [pdf, other

    cs.CC math.MG

    Generalized minimum 0-extension problem and discrete convexity

    Authors: Martin Dvorak, Vladimir Kolmogorov

    Abstract: Given a fixed finite metric space $(V,μ)$, the {\em minimum $0$-extension problem}, denoted as ${\tt 0\mbox{-}Ext}[μ]$, is equivalent to the following optimization problem: minimize function of the form $\min\limits_{x\in V^n} \sum_i f_i(x_i) + \sum_{ij}c_{ij}μ(x_i,x_j)$ where $c_{ij},c_{vi}$ are given nonnegative costs and $f_i:V\rightarrow \mathbb R$ are functions given by… ▽ More

    Submitted 19 January, 2024; v1 submitted 21 September, 2021; originally announced September 2021.

    Comments: accepted to "Mathematical Programming"