Skip to main content

Showing 1–11 of 11 results for author: Melissinos, N

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

    cs.CC cs.AI cs.DS

    Exact Algorithms and Lowerbounds for Multiagent Pathfinding: Power of Treelike Topology

    Authors: Foivos Fioravantes, Dušan Knop, Jan Matyáš Křišťan, Nikolaos Melissinos, Michal Opler

    Abstract: In the Multiagent Path Finding problem (MAPF for short), we focus on efficiently finding non-colliding paths for a set of $k$ agents on a given graph $G$, where each agent seeks a path from its source vertex to a target. An important measure of the quality of the solution is the length of the proposed schedule $\ell$, that is, the length of a longest path (including the waiting time). In this work… ▽ More

    Submitted 15 December, 2023; originally announced December 2023.

    Comments: Accepted by AAAI'24

  2. arXiv:2309.17204  [pdf, other

    cs.DS cs.CC

    Bandwidth Parameterized by Cluster Vertex Deletion Number

    Authors: Tatsuya Gima, Eun Jung Kim, Noleen Köhler, Nikolaos Melissinos, Manolis Vasilakis

    Abstract: Given a graph $G$ and an integer $b$, Bandwidth asks whether there exists a bijection $π$ from $V(G)$ to $\{1, \ldots, |V(G)|\}$ such that $\max_{\{u, v \} \in E(G)} | π(u) - π(v) | \leq b$. This is a classical NP-complete problem, known to remain NP-complete even on very restricted classes of graphs, such as trees of maximum degree 3 and caterpillars of hair length 3. In the realm of parameterize… ▽ More

    Submitted 2 October, 2023; v1 submitted 29 September, 2023; originally announced September 2023.

    Comments: An extended abstract of this article was presented at IPEC 2023

  3. arXiv:2307.04583  [pdf, other

    cs.CC cs.DM cs.DS

    Parameterised distance to local irregularity

    Authors: Foivos Fioravantes, Nikolaos Melissinos, Theofilos Triommatis

    Abstract: A graph $G$ is \emph{locally irregular} if no two of its adjacent vertices have the same degree. In [Fioravantes et al. Complexity of finding maximum locally irregular induced subgraph. {\it SWAT}, 2022], the authors introduced and studied the problem of finding a locally irregular induced subgraph of a given a graph $G$ of maximum order, or, equivalently, computing a subset $S$ of $V(G)$ of minim… ▽ More

    Submitted 10 July, 2023; originally announced July 2023.

  4. arXiv:2303.03225  [pdf, other

    cs.DM math.CO

    Odd Chromatic Number of Graph Classes

    Authors: Rémy Belmonte, Ararat Harutyunyan, Noleen Köhler, Nikolaos Melissinos

    Abstract: A graph is called odd (respectively, even) if every vertex has odd (respectively, even) degree. Gallai proved that every graph can be partitioned into two even induced subgraphs, or into an odd and an even induced subgraph. We refer to a partition into odd subgraphs as an odd colouring of G. Scott [Graphs and Combinatorics, 2001] proved that a graph admits an odd colouring if and only if it has an… ▽ More

    Submitted 6 March, 2023; originally announced March 2023.

    Comments: 21 pages, 3 figures

  5. arXiv:2302.09604  [pdf, other

    cs.DS cs.CC

    Parameterized Max Min Feedback Vertex Set

    Authors: Michael Lampis, Nikolaos Melissinos, Manolis Vasilakis

    Abstract: Given a graph $G$ and an integer $k$, Max Min FVS asks whether there exists a minimal set of vertices of size at least $k$ whose deletion destroys all cycles. We present several results that improve upon the state of the art of the parameterized complexity of this problem with respect to both structural and natural parameters. Using standard DP techniques, we first present an algorithm of time… ▽ More

    Submitted 3 July, 2023; v1 submitted 19 February, 2023; originally announced February 2023.

  6. arXiv:2201.04165  [pdf, other

    cs.DS

    Approximating Subset Sum Ratio via Partition Computations

    Authors: Giannis Alonistiotis, Antonis Antonopoulos, Nikolaos Melissinos, Aris Pagourtzis, Stavros Petsalakis, Manolis Vasilakis

    Abstract: We present a new FPTAS for the Subset Sum Ratio problem, which, given a set of integers, asks for two disjoint subsets such that the ratio of their sums is as close to $1$ as possible. Our scheme makes use of exact and approximate algorithms for the closely related Partition problem, hence any progress over those -- such as the recent improvement due to Bringmann and Nakos [SODA 2021] -- carries o… ▽ More

    Submitted 7 December, 2022; v1 submitted 11 January, 2022; originally announced January 2022.

  7. arXiv:2109.11203  [pdf, other

    cs.CC cs.DS

    Filling Crosswords is Very Hard

    Authors: Laurent Gourvès, Ararat Harutyunyan, Michael Lampis, Nikolaos Melissinos

    Abstract: We revisit a classical crossword filling puzzle which already appeared in Garey\&Jonhson's book. We are given a grid with $n$ vertical and horizontal slots and a dictionary with $m$ words and are asked to place words from the dictionary in the slots so that shared cells are consistent. We attempt to pinpoint the source of intractability of this problem by taking into account the structure of the g… ▽ More

    Submitted 23 September, 2021; originally announced September 2021.

  8. arXiv:2010.06317  [pdf, ps, other

    cs.CC

    Digraph Coloring and Distance to Acyclicity

    Authors: Ararat Harutyunyan, Michael Lampis, Nikolaos Melissinos

    Abstract: In $k$-Digraph Coloring we are given a digraph and are asked to partition its vertices into at most $k$ sets, so that each set induces a DAG. This well-known problem is NP-hard, as it generalizes (undirected) $k$-Coloring, but becomes trivial if the input digraph is acyclic. This poses the natural parameterized complexity question what happens when the input is "almost" acyclic. In this paper we s… ▽ More

    Submitted 3 January, 2022; v1 submitted 13 October, 2020; originally announced October 2020.

  9. arXiv:2009.09971  [pdf, other

    cs.CC

    (In)approximability of Maximum Minimal FVS

    Authors: Louis Dublois, Tesshu Hanaka, Mehdi Khosravian Ghadikolaei, Michael Lampis, Nikolaos Melissinos

    Abstract: We study the approximability of the NP-complete \textsc{Maximum Minimal Feedback Vertex Set} problem. Informally, this natural problem seems to lie in an intermediate space between two more well-studied problems of this type: \textsc{Maximum Minimal Vertex Cover}, for which the best achievable approximation ratio is $\sqrt{n}$, and \textsc{Upper Dominating Set}, which does not admit any $n^{1-ε}$… ▽ More

    Submitted 10 February, 2021; v1 submitted 21 September, 2020; originally announced September 2020.

    Comments: 31 pages, 2 figures, ISAAC 2020, Preprint submitted to Journal of Computer and System Sciences

  10. arXiv:2003.06622  [pdf, ps, other

    cs.DS

    Approximation Schemes for Subset Sum Ratio Problems

    Authors: Nikolaos Melissinos, Aris Pagourtzis, Theofilos Triommatis

    Abstract: We consider the Subset Sum Ratio Problem ($SSR$), in which given a set of integers the goal is to find two subsets such that the ratio of their sums is as close to~1 as possible, and introduce a family of variations that capture additional meaningful requirements. Our main contribution is a generic framework that yields fully polynomial time approximation schemes (FPTAS) for problems in this famil… ▽ More

    Submitted 14 March, 2020; originally announced March 2020.

  11. A Faster FPTAS for the Subset-Sums Ratio Problem

    Authors: Nikolaos Melissinos, Aris Pagourtzis

    Abstract: The Subset-Sums Ratio problem (SSR) is an optimization problem in which, given a set of integers, the goal is to find two subsets such that the ratio of their sums is as close to 1 as possible. In this paper we develop a new FPTAS for the SSR problem which builds on techniques proposed in [D. Nanongkai, Simple FPTAS for the subset-sums ratio problem, Inf. Proc. Lett. 113 (2013)]. One of the key im… ▽ More

    Submitted 27 March, 2018; originally announced March 2018.