Skip to main content

Showing 1–40 of 40 results for author: Nichterlein, A

.
  1. arXiv:2404.08599  [pdf, other

    cs.DS

    Destroying Densest Subgraphs is Hard

    Authors: Cristina Bazgan, André Nichterlein, Sofia Vazquez Alferez

    Abstract: We analyze the computational complexity of the following computational problems called Bounded-Density Edge Deletion and Bounded-Density Vertex Deletion: Given a graph $G$, a budget $k$ and a target density $τ_ρ$, are there $k$ edges ($k$ vertices) whose removal from $G$ results in a graph where the densest subgraph has density at most $τ_ρ$? Here, the density of a graph is the number of its edges… ▽ More

    Submitted 12 April, 2024; originally announced April 2024.

    Comments: To appear at SWAT 2024

  2. arXiv:2301.00797  [pdf, other

    cs.DS

    Parameterized Lower Bounds for Problems in P via Fine-Grained Cross-Compositions

    Authors: Klaus Heeger, André Nichterlein, Rolf Niedermeier

    Abstract: We provide a general framework to exclude parameterized running times of the form $O(\ell^β+ n^γ)$ for problems that have polynomial running time lower bounds under hypotheses from fine-grained complexity. Our framework is based on cross-compositions from parameterized complexity. We (conditionally) exclude running times of the form $O(\ell^{γ/{(γ-1)} - ε} + n^γ)$ for any $1<γ<2$ and $ε>0$ for the… ▽ More

    Submitted 6 January, 2023; v1 submitted 2 January, 2023; originally announced January 2023.

  3. arXiv:2212.07533  [pdf, ps, other

    cs.DS

    Correlating Theory and Practice in Finding Clubs and Plexes

    Authors: Aleksander Figiel, Tomohiro Koana, André Nichterlein, Niklas Wünsche

    Abstract: Finding large "cliquish" subgraphs is a classic NP-hard graph problem. In this work, we focus on finding maximum $s$-clubs and $s$-plexes, i.e., graphs of diameter $s$ and graphs where each vertex is adjacent to all but $s$ vertices. Preprocessing based on Turing kernelization is a standard tool to tackle these problems, especially on sparse graphs. We provide a new parameterized analysis for the… ▽ More

    Submitted 14 December, 2022; originally announced December 2022.

  4. arXiv:2211.07001  [pdf, ps, other

    cs.DS

    Kernelization for Partial Vertex Cover via (Additive) Expansion Lemma

    Authors: Tomohiro Koana, André Nichterlein, Niklas Wünsche

    Abstract: Given a graph and two integers $k$ and $\ell$, Partial Vertex Cover asks for a set of at most $k$ vertices whose deletion results in a graph with at most $\ell$ edges. Based on the expansion lemma, we provide a problem kernel with $(\ell + 2)(k + \ell)$ vertices. We then introduce a new, additive version of the expansion lemma and show it can be used to prove a kernel with $(\ell + 1)(k + \ell)$ v… ▽ More

    Submitted 13 November, 2022; originally announced November 2022.

  5. arXiv:2206.14698  [pdf, other

    cs.DS

    There and Back Again: On Applying Data Reduction Rules by Undoing Others

    Authors: Aleksander Figiel, Vincent Froese, André Nichterlein, Rolf Niedermeier

    Abstract: Data reduction rules are an established method in the algorithmic toolbox for tackling computationally challenging problems. A data reduction rule is a polynomial-time algorithm that, given a problem instance as input, outputs an equivalent, typically smaller instance of the same problem. The application of data reduction rules during the preprocessing of problem instances allows in many cases to… ▽ More

    Submitted 29 June, 2022; originally announced June 2022.

    Comments: extended abstract to appear at ESA 2022

  6. arXiv:2201.05465  [pdf, ps, other

    cs.DS cs.DM

    Covering Many (or Few) Edges with k Vertices in Sparse Graphs

    Authors: Tomohiro Koana, Christian Komusiewicz, André Nichterlein, Frank Sommer

    Abstract: We study the following two fixed-cardinality optimization problems (a maximization and a minimization variant). For a fixed $α$ between zero and one we are given a graph and two numbers $k \in \mathbb{N}$ and $t \in \mathbb{Q}$. The task is to find a vertex subset $S$ of exactly $k$ vertices that has value at least (resp. at most for minimization) $t$. Here, the value of a vertex set computes as… ▽ More

    Submitted 18 October, 2022; v1 submitted 14 January, 2022; originally announced January 2022.

    Comments: Extended abstract appeared in STACS '22

    ACM Class: F.2.2

  7. arXiv:2112.08444  [pdf, ps, other

    cs.GT cs.AI cs.DS

    Combating Collusion Rings is Hard but Possible

    Authors: Niclas Boehmer, Robert Bredereck, André Nichterlein

    Abstract: A recent report of Littmann [Commun. ACM '21] outlines the existence and the fatal impact of collusion rings in academic peer reviewing. We introduce and analyze the problem Cycle-Free Reviewing that aims at finding a review assignment without the following kind of collusion ring: A sequence of reviewers each reviewing a paper authored by the next reviewer in the sequence (with the last reviewer r… ▽ More

    Submitted 14 December, 2021; originally announced December 2021.

    Comments: Accepted to AAAI'22

  8. arXiv:2105.13055  [pdf, ps, other

    cs.DS cs.DM

    Towards Classifying the Polynomial-Time Solvability of Temporal Betweenness Centrality

    Authors: Maciej Rymar, Hendrik Molter, André Nichterlein, Rolf Niedermeier

    Abstract: In static graphs, the betweenness centrality of a graph vertex measures how many times this vertex is part of a shortest path between any two graph vertices. Betweenness centrality is efficiently computable and it is a fundamental tool in network science. Continuing and extending previous work, we study the efficient computability of betweenness centrality in temporal graphs (graphs with fixed ver… ▽ More

    Submitted 27 May, 2021; originally announced May 2021.

  9. Using a geometric lens to find k disjoint shortest paths

    Authors: Matthias Bentert, André Nichterlein, Malte Renken, Philipp Zschoche

    Abstract: Given an undirected $n$-vertex graph and $k$ pairs of terminal vertices $(s_1,t_1), \ldots, (s_k,t_k)$, the $k$-Disjoint Shortest Paths ($k$-DSP)-problem asks whether there are $k$ pairwise vertex-disjoint paths $P_1,\ldots, P_k$ such that $P_i$ is a shortest $s_i$-$t_i$-path for each $i \in [k]$. Recently, Lochet [SODA 2021] provided an algorithm that solves $k$-DSP in $n^{O(k^{5^k})}$ time, answ… ▽ More

    Submitted 2 May, 2022; v1 submitted 24 July, 2020; originally announced July 2020.

    MSC Class: 05C85

  10. arXiv:2007.12077  [pdf, other

    cs.DS cs.DM

    Detecting and Enumerating Small Induced Subgraphs in $c$-Closed Graphs

    Authors: Tomohiro Koana, André Nichterlein

    Abstract: Fox et al. [SIAM J. Comp. 2020] introduced a new parameter, called $c$-closure, for a parameterized study of clique enumeration problems. A graph $G$ is $c$-closed if every pair of vertices with at least $c$ common neighbors is adjacent. The $c$-closure of $G$ is the smallest $c$ such that $G$ is $c$-closed. We systematically explore the impact of $c$-closure on the computational complexity of det… ▽ More

    Submitted 23 July, 2020; originally announced July 2020.

    ACM Class: F.2.2

  11. arXiv:2006.14972  [pdf, other

    cs.DS

    On 2-Clubs in Graph-Based Data Clustering: Theory and Algorithm Engineering

    Authors: Aleksander Figiel, Anne-Sophie Himmel, André Nichterlein, Rolf Niedermeier

    Abstract: Editing a graph into a disjoint union of clusters is a standard optimization task in graph-based data clustering. Here, complementing classic work where the clusters shall be cliques, we focus on clusters that shall be 2-clubs, that is, subgraphs of diameter two. This naturally leads to the two NP-hard problems 2-Club Cluster Editing (the allowed editing operations are edge insertion and edge dele… ▽ More

    Submitted 26 June, 2020; originally announced June 2020.

  12. arXiv:2005.14620  [pdf, ps, other

    cs.DS

    Parameterized Complexity of Min-Power Asymmetric Connectivity

    Authors: Matthias Bentert, Roman Haag, Christian Hofer, Tomohiro Koana, André Nichterlein

    Abstract: We investigate parameterized algorithms for the NP-hard problem Min-Power Asymmetric Connectivity (MinPAC) that has applications in wireless sensor networks. Given a directed arc-weighted graph, MinPAC asks for a strongly connected spanning subgraph minimizing the summed vertex costs. Here, the cost of each vertex is the weight of its heaviest outgoing arc in the chosen subgraph. We present linear… ▽ More

    Submitted 29 May, 2020; originally announced May 2020.

    ACM Class: F.2.2

  13. arXiv:1910.00277  [pdf, other

    cs.DS cs.DM math.OC

    Polynomial-Time Data Reduction for Weighted Problems Beyond Additive Goal Functions

    Authors: Matthias Bentert, René van Bevern, Till Fluschnik, André Nichterlein, Rolf Niedermeier

    Abstract: Dealing with NP-hard problems, kernelization is a fundamental notion for polynomial-time data reduction with performance guarantees: in polynomial time, a problem instance is reduced to an equivalent instance with size upper-bounded by a function of a parameter chosen in advance. Kernelization for weighted problems particularly requires to also shrink weights. Marx and Végh [ACM Trans. Algorithms… ▽ More

    Submitted 28 November, 2022; v1 submitted 1 October, 2019; originally announced October 2019.

    MSC Class: 90C27

    Journal ref: Discrete Applied Mathematics 328:117-133, 2023

  14. arXiv:1909.01152  [pdf, ps, other

    cs.DS

    Efficient Computation of Optimal Temporal Walks under Waiting-Time Constraints

    Authors: Anne-Sophie Himmel, Matthias Bentert, André Nichterlein, Rolf Niedermeier

    Abstract: Node connectivity plays a central role in temporal network analysis. We provide a comprehensive study of various concepts of walks in temporal graphs, that is, graphs with fixed vertex sets but edge sets changing over time. Taking into account the temporal aspect leads to a rich set of optimization criteria for "shortest" walks. Extending and significantly broadening state-of-the-art work of Wu et… ▽ More

    Submitted 11 March, 2020; v1 submitted 30 August, 2019; originally announced September 2019.

  15. arXiv:1810.06625  [pdf, ps, other

    cs.DM

    Parameterized Dynamic Cluster Editing

    Authors: Junjie Luo, Hendrik Molter, André Nichterlein, Rolf Niedermeier

    Abstract: We introduce a dynamic version of the NP-hard graph problem Cluster Editing. The essential point here is to take into account dynamically evolving input graphs: Having a cluster graph (that is, a disjoint union of cliques) that represents a solution for the first input graph, can we cost-efficiently transform it into a "similar" cluster graph that is a solution for the second ("subsequent") input… ▽ More

    Submitted 11 December, 2018; v1 submitted 15 October, 2018; originally announced October 2018.

  16. Exact Algorithms for Finding Well-Connected 2-Clubs in Real-World Graphs: Theory and Experiments

    Authors: Christian Komusiewicz, André Nichterlein, Rolf Niedermeier, Marten Picker

    Abstract: Finding large "cliquish" subgraphs is a central topic in graph mining and community detection. A popular clique relaxation are 2-clubs: instead of asking for subgraphs of diameter one (these are cliques), one asks for subgraphs of diameter at most two (these are 2-clubs). A drawback of the 2-club model is that it produces star-like hub-and-spoke structures as maximum-cardinality solutions. Hence,… ▽ More

    Submitted 21 December, 2018; v1 submitted 19 July, 2018; originally announced July 2018.

    Comments: To appear at European Journal of Operational Research

  17. arXiv:1806.09683  [pdf, ps, other

    cs.DS

    Data Reduction for Maximum Matching on Real-World Graphs: Theory and Experiments

    Authors: Tomohiro Koana, Viatcheslav Korenwein, André Nichterlein, Rolf Niedermeier, Philipp Zschoche

    Abstract: Finding a maximum-cardinality or maximum-weight matching in (edge-weighted) undirected graphs is among the most prominent problems of algorithmic graph theory. For $n$-vertex and $m$-edge graphs, the best known algorithms run in $\widetilde{O}(m\sqrt{n})$ time. We build on recent theoretical work focusing on linear-time data reduction rules for finding maximum-cardinality matchings and complement… ▽ More

    Submitted 7 May, 2021; v1 submitted 25 June, 2018; originally announced June 2018.

    Comments: An extended abstract of this work appeared at ESA '18. This version has a new coauthor (Tomohiro Koana) and an extended experimental section including comparison against two further implementations for finding matchings. Moreover, it contains further data reduction rules (theoretical and practical findings) for Maximum-Cardinality Matching and improved theoretical bounds on the kernel sizes

  18. arXiv:1804.09155  [pdf, ps, other

    cs.CC

    A More Fine-Grained Complexity Analysis of Finding the Most Vital Edges for Undirected Shortest Paths

    Authors: Cristina Bazgan, Till Fluschnik, André Nichterlein, Rolf Niedermeier, Maximilian Stahlberg

    Abstract: We study the NP-hard Shortest Path Most Vital Edges problem arising in the context of analyzing network robustness. For an undirected graph with positive integer edge lengths and two designated vertices $s$ and $t$, the goal is to delete as few edges as possible in order to increase the length of the (new) shortest $st$-path as much as possible. This scenario has been studied from the viewpoint of… ▽ More

    Submitted 24 April, 2018; originally announced April 2018.

    MSC Class: 05C85; 68Q17 ACM Class: F.2.2; G.2.2

  19. arXiv:1802.10048  [pdf, ps, other

    cs.DS

    Parameterized Complexity of Diameter

    Authors: Matthias Bentert, André Nichterlein

    Abstract: Diameter -- the task of computing the length of a longest shortest path -- is a fundamental graph problem. Assuming the Strong Exponential Time Hypothesis, there is no $O(n^{1.99})$-time algorithm even in sparse graphs [Roditty and Williams, 2013]. To circumvent this lower bound we aim for algorithms with running time $f(k)(n+m)$ where $k$ is a parameter and $f$ is a function as small as possible.… ▽ More

    Submitted 21 December, 2020; v1 submitted 27 February, 2018; originally announced February 2018.

  20. arXiv:1802.06701  [pdf, ps, other

    cs.DS cs.SI

    An Adaptive Version of Brandes' Algorithm for Betweenness Centrality

    Authors: Matthias Bentert, Alexander Dittmann, Leon Kellerhals, André Nichterlein, Rolf Niedermeier

    Abstract: Betweenness centrality---measuring how many shortest paths pass through a vertex---is one of the most important network analysis concepts for assessing the relative importance of a vertex. The well-known algorithm of Brandes [J. Math. Sociol.~'01] computes, on an $n$-vertex and $m$-edge graph, the betweenness centrality of all vertices in $O(nm)$ worst-case time. In later work, significant empiric… ▽ More

    Submitted 12 May, 2020; v1 submitted 19 February, 2018; originally announced February 2018.

    Comments: An extended abstract of this work appears in the proceedings of the 29th International Symposium on Algorithms and Computation (ISAAC 2018)

  21. arXiv:1710.07601  [pdf, ps, other

    cs.CC cs.DM cs.DS

    Kernelization Lower Bounds for Finding Constant-Size Subgraphs

    Authors: Till Fluschnik, George B. Mertzios, André Nichterlein

    Abstract: Kernelization is an important tool in parameterized algorithmics. Given an input instance accompanied by a parameter, the goal is to compute in polynomial time an equivalent instance of the same problem such that the size of the reduced instance only depends on the parameter and not on the size of the original instance. In this paper, we provide a first conceptual study on limits of kernelization… ▽ More

    Submitted 22 October, 2018; v1 submitted 20 October, 2017; originally announced October 2017.

    Comments: An extended abstract appeared in Proceedings of the 14th Conference on Computability in Europe (CiE 2018)

    MSC Class: 68Q17; 68Q25; 68W40; 68R10

  22. Parameterized Algorithms for Power-Efficiently Connecting Wireless Sensor Networks: Theory and Experiments

    Authors: Matthias Bentert, René van Bevern, André Nichterlein, Rolf Niedermeier, Pavel V. Smirnov

    Abstract: We study an NP-hard problem motivated by energy-efficiently maintaining the connectivity of a symmetric wireless communication network: Given an edge-weighted $n$-vertex graph, find a connected spanning subgraph of minimum cost, where the cost is determined by letting each vertex pay the most expensive edge incident to it in the subgraph. On the negative side, we show that $o(\log n)$-approximatin… ▽ More

    Submitted 3 September, 2020; v1 submitted 9 June, 2017; originally announced June 2017.

    Comments: Additional experiments, lower bounds strengthened to metric case, added kernelization lower bounds

    MSC Class: 90C27 ACM Class: G.2.1; G.2.2; F.2.2; I.2.8; G.1.6

    Journal ref: INFORMS Journal on Computing 34(1):55-75, 2022

  23. arXiv:1703.05598  [pdf, ps, other

    cs.DS

    A Linear-Time Algorithm for Maximum-Cardinality Matching on Cocomparability Graphs

    Authors: George B. Mertzios, André Nichterlein, Rolf Niedermeier

    Abstract: Finding maximum-cardinality matchings in undirected graphs is arguably one of the most central graph problems. For general m-edge and n-vertex graphs, it is well-known to be solvable in $O(m \sqrt{n})$ time. We develop a linear-time algorithm to find maximum-cardinality matchings on cocomparability graphs, a prominent subclass of perfect graphs that contains interval graphs as well as permutation… ▽ More

    Submitted 19 October, 2018; v1 submitted 16 March, 2017; originally announced March 2017.

    Comments: 16 pages, 4 figures. to appear at SIDMA arXiv admin note: text overlap with arXiv:1609.08879

    ACM Class: F.2.2

  24. arXiv:1702.06548  [pdf, ps, other

    cs.DS cs.DM

    Parameterized Aspects of Triangle Enumeration

    Authors: Matthias Bentert, Till Fluschnik, André Nichterlein, Rolf Niedermeier

    Abstract: The task of listing all triangles in an undirected graph is a fundamental graph primitive with numerous applications. It is trivially solvable in time cubic in the number of vertices. It has seen a significant body of work contributing to both theoretical aspects (e.g., lower and upper bounds on running time, adaption to new computational models) as well as practical aspects (e.g. algorithms tuned… ▽ More

    Submitted 21 December, 2018; v1 submitted 21 February, 2017; originally announced February 2017.

    Comments: Appeared at FCT 2017

  25. arXiv:1702.06503  [pdf, ps, other

    cs.CC cs.DS

    When can Graph Hyperbolicity be computed in Linear Time?

    Authors: Till Fluschnik, Christian Komusiewicz, George B. Mertzios, André Nichterlein, Rolf Niedermeier, Nimrod Talmon

    Abstract: Hyperbolicity measures, in terms of (distance) metrics, how close a given graph is to being a tree. Due to its relevance in modeling real-world networks, hyperbolicity has seen intensive research over the last years. Unfortunately, the best known algorithms for computing the hyperbolicity number of a graph (the smaller, the more tree-like) have running time $O(n^4)$, where $n$ is the number of gra… ▽ More

    Submitted 21 February, 2017; originally announced February 2017.

    MSC Class: 05C12; 68R10; 68Q25; 68Q17 ACM Class: F.2.2; G.2.2

  26. Fixed-Parameter Algorithms for DAG Partitioning

    Authors: René van Bevern, Robert Bredereck, Morgan Chopin, Sepp Hartung, Falk Hüffner, André Nichterlein, Ondřej Suchý

    Abstract: Finding the origin of short phrases propagating through the web has been formalized by Leskovec et al. [ACM SIGKDD 2009] as DAG Partitioning: given an arc-weighted directed acyclic graph on $n$ vertices and $m$ arcs, delete arcs with total weight at most $k$ such that each resulting weakly-connected component contains exactly one sink---a vertex without outgoing arcs. DAG Partitioning is NP-hard.… ▽ More

    Submitted 27 November, 2016; originally announced November 2016.

    Comments: A preliminary version of this article appeared at CIAC'13. Besides providing full proof details, this revised and extended version improves our O(2^k * n^2)-time algorithm to run in O(2^k * (n+m)) time and provides linear-time executable data reduction rules. Moreover, we experimentally evaluated the algorithm and compared it to known heuristics

    ACM Class: F.2.2; G.2.2

    Journal ref: Discrete Applied Mathematics 220:134-160, 2017

  27. The Power of Data Reduction for Matching

    Authors: George B. Mertzios, André Nichterlein, Rolf Niedermeier

    Abstract: Finding maximum-cardinality matchings in undirected graphs is arguably one of the most central graph primitives. For $m$-edge and $n$-vertex graphs, it is well-known to be solvable in $O(m\sqrt{n})$ time; however, for several applications this running time is still too slow. We investigate how linear-time (and almost linear-time) data reduction (used as preprocessing) can alleviate the situation.… ▽ More

    Submitted 23 July, 2020; v1 submitted 28 September, 2016; originally announced September 2016.

    Comments: Available as 'Online First' in Algorithmica

    ACM Class: F.2.2; G.2.2

  28. arXiv:1606.03268  [pdf, ps, other

    cs.DS

    Parameterized Algorithmics for Graph Modification Problems: On Interactions with Heuristics

    Authors: Christian Komusiewicz, André Nichterlein, Rolf Niedermeier

    Abstract: In graph modification problems, one is given a graph G and the goal is to apply a minimum number of modification operations (such as edge deletions) to G such that the resulting graph fulfills a certain property. For example, the Cluster Deletion problem asks to delete as few edges as possible such that the resulting graph is a disjoint union of cliques. Graph modification problems appear in numer… ▽ More

    Submitted 10 June, 2016; originally announced June 2016.

    Comments: Invited Paper at the 41st International Workshop on Graph-Theoretic Concepts in Computer Science (WG 15)

    MSC Class: 05C85

  29. arXiv:1604.06302  [pdf, other

    cs.DM

    A Parameterized Algorithmics Framework for Degree Sequence Completion Problems in Directed Graphs

    Authors: Robert Bredereck, Vincent Froese, Marcel Koseler, Marcelo Garlet Millani, André Nichterlein, Rolf Niedermeier

    Abstract: There has been intensive work on the parameterized complexity of the typically NP-hard task to edit undirected graphs into graphs fulfilling certain given vertex degree constraints. In this work, we lift the investigations to the case of directed graphs; herein, we focus on arc insertions. To this end, we develop a general two-stage framework which consists of efficiently solving a problem-specifi… ▽ More

    Submitted 31 January, 2018; v1 submitted 21 April, 2016; originally announced April 2016.

    ACM Class: F.2.2; G.2.2

  30. arXiv:1512.00333  [pdf, ps, other

    cs.CC cs.DM cs.DS

    Fractals for Kernelization Lower Bounds

    Authors: Till Fluschnik, Danny Hermelin, André Nichterlein, Rolf Niedermeier

    Abstract: The composition technique is a popular method for excluding polynomial-size problem kernels for NP-hard parameterized problems. We present a new technique exploiting triangle-based fractal structures for extending the range of applicability of compositions. Our technique makes it possible to prove new no-polynomial-kernel results for a number of problems dealing with length-bounded cuts. In partic… ▽ More

    Submitted 22 December, 2017; v1 submitted 1 December, 2015; originally announced December 2015.

    Comments: An extended abstract appeared in Proc. of the 43rd International Colloquium on Automata, Languages, and Programming (ICALP 2016). A full version will appear in SIAM Journal on Discrete Mathematics (SIDMA)

    MSC Class: 68Q17; 68Q25; 68W40; 68R10 ACM Class: F.1.3; F.2.2; G.2.2

  31. arXiv:1508.01097  [pdf, ps, other

    cs.CG

    Finding Points in General Position

    Authors: Vincent Froese, Iyad Kanj, André Nichterlein, Rolf Niedermeier

    Abstract: We study computational aspects of the General Position Subset Selection problem defined as follows: Given a set of points in the plane, find a maximum-cardinality subset of points in general position. We prove that General Position Subset Selection is NP-hard, APX-hard, and give several fixed-parameter tractability results as well as a subexponential running time lower bound based on the Exponenti… ▽ More

    Submitted 6 June, 2017; v1 submitted 5 August, 2015; originally announced August 2015.

    Comments: 17 pages, improved problem kernel wrt. dual parameter h, added a figure

    MSC Class: 68R05; 68W05; 51A99 ACM Class: F.2.2; G.2.1

  32. arXiv:1502.01253  [pdf, ps, other

    cs.MA

    Prices Matter for the Parameterized Complexity of Shift Bribery

    Authors: Robert Bredereck, Jiehua Chen, Piotr Faliszewski, André Nichterlein, Rolf Niedermeier

    Abstract: In the Shift Bribery problem, we are given an election (based on preference orders), a preferred candidate $p$, and a budget. The goal is to ensure that $p$ wins by shifting $p$ higher in some voters' preference orders. However, each such shift request comes at a price (depending on the voter and on the extent of the shift) and we must not exceed the given budget. We study the parameterized comput… ▽ More

    Submitted 27 November, 2016; v1 submitted 4 February, 2015; originally announced February 2015.

  33. arXiv:1404.5432  [pdf, other

    cs.DM math.CO

    Win-Win Kernelization for Degree Sequence Completion Problems

    Authors: Vincent Froese, André Nichterlein, Rolf Niedermeier

    Abstract: We study provably effective and efficient data reduction for a class of NP-hard graph modification problems based on vertex degree properties. We show fixed-parameter tractability for NP-hard graph completion (that is, edge addition) cases while we show that there is no hope to achieve analogous results for the corresponding vertex or edge deletion versions. Our algorithms are based on transformin… ▽ More

    Submitted 12 April, 2016; v1 submitted 22 April, 2014; originally announced April 2014.

    Comments: 24 pages. Conference version appeared at SWAT 2014. Journal version to appear in JCSS 2016

    ACM Class: F.2.2; G.2.1; G.2.2

  34. arXiv:1404.3660  [pdf, other

    cs.DS cs.DM math.CO

    Constant-factor approximations for Capacitated Arc Routing without triangle inequality

    Authors: René van Bevern, Sepp Hartung, André Nichterlein, Manuel Sorge

    Abstract: Given an undirected graph with edge costs and edge demands, the Capacitated Arc Routing problem (CARP) asks for minimum-cost routes for equal-capacity vehicles so as to satisfy all demands. Constant-factor polynomial-time approximation algorithms were proposed for CARP with triangle inequality, while CARP was claimed to be NP-hard to approximate within any constant factor in general. Correcting th… ▽ More

    Submitted 14 April, 2014; originally announced April 2014.

    ACM Class: F.2.2; I.2.8; G.2.1; G.2.2

    Journal ref: Operations Research Letters 42(4):290--292, 2014

  35. Parameterized Inapproximability of Target Set Selection and Generalizations

    Authors: Cristina Bazgan, Morgan Chopin, André Nichterlein, Florian Sikora

    Abstract: In this paper, we consider the Target Set Selection problem: given a graph and a threshold value $thr(v)$ for any vertex $v$ of the graph, find a minimum size vertex-subset to "activate" s.t. all the vertices of the graph are activated at the end of the propagation process. A vertex $v$ is activated during the propagation process if at least $thr(v)$ of its neighbors are activated. This problem mo… ▽ More

    Submitted 10 June, 2015; v1 submitted 14 March, 2014; originally announced March 2014.

    Journal ref: Computability, vol. 3, no. 2, 2014

  36. arXiv:1402.6239  [pdf, ps, other

    cs.SI cs.DS

    Improved Upper and Lower Bound Heuristics for Degree Anonymization in Social Networks

    Authors: Sepp Hartung, Clemens Hoffmann, André Nichterlein

    Abstract: Motivated by a strongly growing interest in anonymizing social network data, we investigate the NP-hard Degree Anonymization problem: given an undirected graph, the task is to add a minimum number of edges such that the graph becomes k-anonymous. That is, for each vertex there have to be at least k-1 other vertices of exactly the same degree. The model of degree anonymization has been introduced b… ▽ More

    Submitted 25 February, 2014; originally announced February 2014.

  37. arXiv:1305.3735  [pdf, ps, other

    cs.CC cs.DS math.CO

    On Structural Parameterizations for the 2-Club Problem

    Authors: Sepp Hartung, Christian Komusiewicz, André Nichterlein, Ondrej Suchý

    Abstract: The NP-hard 2-Club problem is, given an undirected graph G=(V,E) and l\in N, to decide whether there is a vertex set S\subseteq V of size at least l such that the induced subgraph G[S] has diameter at most two. We make progress towards a systematic classification of the complexity of 2-Club with respect to a hierarchy of prominent structural graph parameters. First, we present the following tight… ▽ More

    Submitted 16 May, 2013; originally announced May 2013.

    Comments: An extended abstract of this paper appeared in Proceedings of the 39th International Conference on Current Trends in Theory and Practice of Computer Science (SOFSEM'13), Jan. 2013, volume 7741 of LNCS, pages 233-243, Springer, 2013

  38. Parameterized Approximability of Maximizing the Spread of Influence in Networks

    Authors: Cristina Bazgan, Morgan Chopin, André Nichterlein, Florian Sikora

    Abstract: In this paper, we consider the problem of maximizing the spread of influence through a social network. Given a graph with a threshold value~$thr(v)$ attached to each vertex~$v$, the spread of influence is modeled as follows: A vertex~$v$ becomes "active" (influenced) if at least $thr(v)$ of its neighbors are active. In the corresponding optimization problem the objective is then to find a fixed nu… ▽ More

    Submitted 17 August, 2014; v1 submitted 27 March, 2013; originally announced March 2013.

    Journal ref: Journal of Discrete Algorithms (27), 2014, 54--65

  39. arXiv:1211.1636  [pdf, ps, other

    cs.CC

    On the Parameterized and Approximation Hardness of Metric Dimension

    Authors: Sepp Hartung, André Nichterlein

    Abstract: The NP-hard Metric Dimension problem is to decide for a given graph G and a positive integer k whether there is a vertex subset of size at most k that separates all vertex pairs in G. Herein, a vertex v separates a pair {u,w} if the distance (length of a shortest path) between v and u is different from the distance of v and w. We give a polynomial-time computable reduction from the Bipartite Domin… ▽ More

    Submitted 7 November, 2012; originally announced November 2012.

    Comments: 15 pages, 3 figures

  40. arXiv:1110.1510  [pdf, ps, other

    cs.CC

    NP-Hardness and Fixed-Parameter Tractability of Realizing Degree Sequences with Directed Acyclic Graphs

    Authors: Sepp Hartung, André Nichterlein

    Abstract: In graph realization problems one is given a degree sequence and the task is to decide whether there is a graph whose vertex degrees match to the given sequence. This realization problem is known to be polynomial-time solvable when the graph is directed or undirected. In contrary, we show NP-completeness for the problem of realizing a given sequence of pairs of positive integers (representing inde… ▽ More

    Submitted 17 January, 2012; v1 submitted 7 October, 2011; originally announced October 2011.

    Comments: new author Sepp Hartung, new section with fixed-parameter tractability result; 25 pages, 4 figures