Skip to main content

Showing 1–33 of 33 results for author: van Bevern, R

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

    cs.DS cs.DM math.OC

    A quadratic-order problem kernel for the traveling salesman problem parameterized by the vertex cover number

    Authors: René van Bevern, Daniel A. Skachkov

    Abstract: The NP-hard graphical traveling salesman problem (GTSP) is to find a closed walk of total minimum weight that visits each vertex in an undirected edge-weighted and not necessarily complete graph. We present a problem kernel with $τ^2+τ$ vertices for GTSP, where $τ$ is the vertex cover number of the input graph. Any $α$-approximate solution for the problem kernel also gives an $α$-approximate solut… ▽ More

    Submitted 11 October, 2023; v1 submitted 18 July, 2022; originally announced July 2022.

    Comments: Much shorter alternative proof compared to previous versions

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

  2. arXiv:2205.08769  [pdf, other

    cs.DS cs.DM math.OC

    On data reduction for dynamic vector bin packing

    Authors: René van Bevern, Andrey Melnikov, Pavel Smirnov, Oxana Tsidulko

    Abstract: We study a dynamic vector bin packing (DVBP) problem. We show hardness for shrinking arbitrary DVBP instances to size polynomial in the number of request types or in the maximal number of requests overlap** in time. We also present a simple polynomial-time data reduction algorithm that allows to recover $(1 + {\varepsilon})$-approximate solutions for arbitrary ${\varepsilon} > 0$. It shrinks ins… ▽ More

    Submitted 6 July, 2023; v1 submitted 18 May, 2022; originally announced May 2022.

    Comments: Version accepted to Operations Research Letters

    Journal ref: Operations Research Letters 51:446-452, 2023

  3. arXiv:2109.06042  [pdf, other

    cs.DS cs.DM math.OC

    Serial and parallel kernelization of Multiple Hitting Set parameterized by the Dilworth number, implemented on the GPU

    Authors: René van Bevern, Artem M. Kirilin, Daniel A. Skachkov, Pavel V. Smirnov, Oxana Yu. Tsidulko

    Abstract: The NP-hard Multiple Hitting Set problem is finding a minimum-cardinality set intersecting each of the sets in a given input collection a given number of times. Generalizing a well-known data reduction algorithm due to Weihe, we show a problem kernel for Multiple Hitting Set parameterized by the Dilworth number, a graph parameter introduced by Foldes and Hammer in 1978 yet seemingly so far unexplo… ▽ More

    Submitted 8 July, 2023; v1 submitted 13 September, 2021; originally announced September 2021.

    Comments: Added experiments on one more data set

    MSC Class: 05C65 ACM Class: F.2.2

    Journal ref: Journal of Computer and System Sciences 139:103479, 2024

  4. arXiv:2011.04022  [pdf, other

    cs.DS cs.DM math.OC

    The Hierarchical Chinese Postman Problem: the slightest disorder makes it hard, yet disconnectedness is manageable

    Authors: Vsevolod A. Afanasev, René van Bevern, Oxana Yu. Tsidulko

    Abstract: The Hierarchical Chinese Postman Problem is finding a shortest traversal of all edges of a graph respecting precedence constraints given by a partial order on classes of edges. We show that the special case with connected classes is NP-hard even on orders decomposable into a chain and an incomparable class. For the case with linearly ordered (possibly disconnected) classes, we get 5/3-approximatio… ▽ More

    Submitted 26 January, 2021; v1 submitted 8 November, 2020; originally announced November 2020.

    Comments: Fixed Figure 4 and an argument in the proof of Lemma 3.7(iii)

    MSC Class: 90C35 ACM Class: F.2.2

    Journal ref: Operations Research Letters, 49(2): 270-277, 2021

  5. arXiv:2004.02437  [pdf, other

    cs.DS cs.DM math.HO math.OC

    A historical note on the 3/2-approximation algorithm for the metric traveling salesman problem

    Authors: René van Bevern, Viktoriia A. Slugina

    Abstract: One of the most fundamental results in combinatorial optimization is the polynomial-time 3/2-approximation algorithm for the metric traveling salesman problem. It was presented by Christofides in 1976 and is well known as "the Christofides algorithm". Recently, some authors started calling it "Christofides-Serdyukov algorithm", pointing out that it was published independently in the USSR in 1978.… ▽ More

    Submitted 25 April, 2020; v1 submitted 6 April, 2020; originally announced April 2020.

    Comments: Version accepted to Historia Mathematica

    MSC Class: 90-03 ACM Class: F.2.2; G.2.2; G.2.1; K.2

    Journal ref: Historia Mathematica, 53:118-127, 2020

  6. Optimal-size problem kernels for $d$-Hitting Set in linear time and space

    Authors: René van Bevern, Pavel V. Smirnov

    Abstract: The known linear-time kernelizations for $d$-Hitting Set guarantee linear worst-case running times using a quadratic-size data structure (that is not fully initialized). Getting rid of this data structure, we show that problem kernels of asymptotically optimal size $O(k^d)$ for $d$-Hitting Set are computable in linear time and space. Additionally, we experimentally compare the linear-time kerneliz… ▽ More

    Submitted 4 June, 2020; v1 submitted 10 March, 2020; originally announced March 2020.

    Comments: More detailed algorithm descriptions, extended experimental section

    MSC Class: 68Q25 ACM Class: F.2.2; G.2.1

    Journal ref: Information Processing Letters 163:105998, 2020

  7. 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

  8. arXiv:1812.10131  [pdf, other

    cs.DS cs.DM math.OC

    On approximate data reduction for the Rural Postman Problem: Theory and experiments

    Authors: René van Bevern, Till Fluschnik, Oxana Yu. Tsidulko

    Abstract: Given an undirected graph with edge weights and a subset $R$ of its edges, the Rural Postman Problem (RPP) is to find a closed walk of minimum total weight containing all edges of $R$. We prove that RPP is WK[1]-complete parameterized by the number and cost $d$ of edges traversed additionally to the required ones. Thus, in particular, RPP instances cannot be polynomial-time compressed to instances… ▽ More

    Submitted 30 June, 2020; v1 submitted 25 December, 2018; originally announced December 2018.

    Comments: Added plot, definition of parameterized optimization problem, argument against PSAKS for parameter b

    MSC Class: 90C27

    Journal ref: Networks 76(4):485-508, 2020

  9. arXiv:1806.11527  [pdf, other

    cs.DS cs.DM math.OC

    Representative families for matroid intersections, with applications to location, packing, and covering problems

    Authors: René van Bevern, Oxana Yu. Tsidulko, Philipp Zschoche

    Abstract: We show algorithms for computing representative families for matroid intersections and use them in fixed-parameter algorithms for set packing, set covering, and facility location problems with multiple matroid constraints. We complement our tractability results by hardness results.

    Submitted 28 February, 2021; v1 submitted 29 June, 2018; originally announced June 2018.

    Comments: Restructuring (focus on representative families instead of facility location), slight running time improvements, algorithms factored out

    MSC Class: 90B80 ACM Class: F.2.2; F.2.1; G.1.6; G.2.1

    Journal ref: Discrete Applied Mathematics, 298: 110-128, 2021

  10. Parameterized algorithms and data reduction for the short secluded $s$-$t$-path problem

    Authors: René van Bevern, Till Fluschnik, Oxana Yu. Tsidulko

    Abstract: Given a graph $G=(V,E)$, two vertices $s,t\in V$, and two integers $k,\ell$, the Short Secluded Path problem is to find a simple $s$-$t$-path with at most $k$ vertices and $\ell$ neighbors. We study the parameterized complexity of the problem with respect to four structural graph parameters: the vertex cover number, treewidth, feedback vertex number, and feedback edge number. In particular, we com… ▽ More

    Submitted 2 June, 2019; v1 submitted 25 June, 2018; originally announced June 2018.

    MSC Class: 05C85 ACM Class: F.2.2; G.2.2; G.2.1

    Journal ref: Networks, 75(1):34-63, 2020

  11. arXiv:1712.06481  [pdf, other

    cs.DM cs.DS math.OC

    Inductive $k$-independent graphs and $c$-colorable subgraphs in scheduling: A review

    Authors: Matthias Bentert, René van Bevern, Rolf Niedermeier

    Abstract: Inductive $k$-independent graphs generalize chordal graphs and have recently been advocated in the context of interference-avoiding wireless communication scheduling. The NP-hard problem of finding maximum-weight induced $c$-colorable subgraphs, which is a generalization of finding maximum independent sets, naturally occurs when selecting $c$ sets of pairwise non-conflicting jobs (modeled as graph… ▽ More

    Submitted 26 July, 2018; v1 submitted 18 December, 2017; originally announced December 2017.

    MSC Class: 05C85 ACM Class: F.2.2; I.2.8; G.2.1; G.2.2

    Journal ref: Journal of Scheduling 22(1):3-20, 2019

  12. arXiv:1709.01670  [pdf, other

    math.OC cs.CC cs.DS

    Parameterized complexity of machine scheduling: 15 open problems

    Authors: Matthias Mnich, René van Bevern

    Abstract: Machine scheduling problems are a long-time key domain of algorithms and complexity research. A novel approach to machine scheduling problems are fixed-parameter algorithms. To stimulate this thriving research direction, we propose 15 open questions in this area whose resolution we expect to lead to the discovery of new approaches and techniques both in scheduling and parameterized complexity theo… ▽ More

    Submitted 22 July, 2018; v1 submitted 6 September, 2017; originally announced September 2017.

    Comments: Version accepted to Computers & Operations Research

    MSC Class: 90B35 ACM Class: F.2.2; G.2.1

    Journal ref: Computers & Operations Research, 100:254--261, 2018

  13. 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

  14. 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

  15. The parameterized complexity of finding secluded solutions to some classical optimization problems on graphs

    Authors: René van Bevern, Till Fluschnik, George B. Mertzios, Hendrik Molter, Manuel Sorge, Ondřej Suchý

    Abstract: This work studies the parameterized complexity of finding secluded solutions to classical combinatorial optimization problems on graphs such as finding minimum s-t separators, feedback vertex sets, dominating sets, maximum independent sets, and vertex deletion problems for hereditary graph properties: Herein, one searches not only to minimize or maximize the size of the solution, but also to minim… ▽ More

    Submitted 22 May, 2018; v1 submitted 29 June, 2016; originally announced June 2016.

    Comments: Compared to the previous version, this version additionally shows that Small Secluded s-t-Separator is fixed-parameter tractable parameterized by the combination of the solution size and the open neighborhood size (Theorem 3.5). To appear in Discrete Optimization

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

    Journal ref: Discrete Optimzation 30:20-50, 2018

  16. arXiv:1605.00901  [pdf, other

    math.OC cs.DM math.CO

    Precedence-constrained scheduling problems parameterized by partial order width

    Authors: René van Bevern, Robert Bredereck, Laurent Bulteau, Christian Komusiewicz, Nimrod Talmon, Gerhard J. Woeginger

    Abstract: Negatively answering a question posed by Mnich and Wiese (Math. Program. 154(1-2):533-562), we show that P2|prec,$p_j{\in}\{1,2\}$|$C_{\max}$, the problem of finding a non-preemptive minimum-makespan schedule for precedence-constrained jobs of lengths 1 and 2 on two parallel identical machines, is W[2]-hard parameterized by the width of the partial order giving the precedence constraints. To this… ▽ More

    Submitted 3 May, 2016; originally announced May 2016.

    Comments: 14 pages plus appendix

    MSC Class: 90B35 ACM Class: F.2.2; F.4.3; G.2.1; I.2.8

  17. arXiv:1604.04827  [pdf, other

    cs.DL cs.DM cs.DS cs.SI

    h-Index Manipulation by Undoing Merges

    Authors: René van Bevern, Christian Komusiewicz, Hendrik Molter, Rolf Niedermeier, Manuel Sorge, Toby Walsh

    Abstract: The h-index is an important bibliographic measure used to assess the performance of researchers. Dutiful researchers merge different versions of their articles in their Google Scholar profile even though this can decrease their h-index. In this article, we study the manipulation of the h-index by undoing such merges. In contrast to manipulation by merging articles (van Bevern et al. [Artif. Intel.… ▽ More

    Submitted 12 November, 2019; v1 submitted 17 April, 2016; originally announced April 2016.

    MSC Class: 91D30 ACM Class: G.2.1; G.2.2; F.2.2; H.3.7

    Journal ref: Quantitative Science Studies, 1(4): 1529-1552. 2020

  18. arXiv:1603.01191  [pdf, other

    cs.DM cs.DS

    A fixed-parameter algorithm for a routing open shop problem: unit processing times, few machines and locations

    Authors: René van Bevern, Artem V. Pyatkin

    Abstract: The open shop problem is to find a minimum makespan schedule to process each job $J_i$ on each machine $M_q$ for $p_{iq}$ time such that, at any time, each machine processes at most one job and each job is processed by at most one machine. We study a problem variant in which the jobs are located in the vertices of an edge-weighted graph. The weights determine the time needed for the machines to tr… ▽ More

    Submitted 25 April, 2017; v1 submitted 3 March, 2016; originally announced March 2016.

    Comments: Compared to the previous version, gives a description of the algorithm in pseudocode, simplifies many proofs, corrects the incorrect Lemma 5.5 of the previous version

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

  19. Parameterizing edge modification problems above lower bounds

    Authors: René van Bevern, Vincent Froese, Christian Komusiewicz

    Abstract: We study the parameterized complexity of a variant of the $F$-free Editing problem: Given a graph $G$ and a natural number $k$, is it possible to modify at most $k$ edges in $G$ so that the resulting graph contains no induced subgraph isomorphic to $F$? In our variant, the input additionally contains a vertex-disjoint packing $\mathcal{H}$ of induced subgraphs of $G$, which provides a lower bound… ▽ More

    Submitted 22 December, 2016; v1 submitted 13 December, 2015; originally announced December 2015.

    Comments: Version accepted to Theory of Computing Systems, CSR'16 special issue

    MSC Class: 05C85 ACM Class: G.2.2; F.2.2; G.2.1

    Journal ref: Theory of Computing Systems 62(3):739-770, 2018

  20. Exploiting Hidden Structure in Selecting Dimensions that Distinguish Vectors

    Authors: Vincent Froese, René van Bevern, Rolf Niedermeier, Manuel Sorge

    Abstract: The NP-hard Distinct Vectors problem asks to delete as many columns as possible from a matrix such that all rows in the resulting matrix are still pairwise distinct. Our main result is that, for binary matrices, there is a complexity dichotomy for Distinct Vectors based on the maximum (H) and the minimum (h) pairwise Hamming distance between matrix rows: Distinct Vectors can be solved in polynomia… ▽ More

    Submitted 4 December, 2015; v1 submitted 3 December, 2015; originally announced December 2015.

    Comments: Accepted for publication in Journal of Computer and System Sciences (Elsevier)

    MSC Class: 15B36; 06B99; 05D05; 68R05; 68Q17; 68Q32; 68P15 ACM Class: F.2.2; G.2.1; I.1.2; I.5.2

    Journal ref: Journal of Computer and System Sciences, 82(3):521-535, 2016

  21. arXiv:1511.09389  [pdf, other

    cs.DM math.CO

    The role of twins in computing planar supports of hypergraphs

    Authors: René van Bevern, Iyad A. Kanj, Christian Komusiewicz, Rolf Niedermeier, Manuel Sorge

    Abstract: A support or realization of a hypergraph $H$ is a graph $G$ on the same vertex as $H$ such that for each hyperedge of $H$ it holds that its vertices induce a connected subgraph of $G$. The NP-hard problem of finding a planar support has applications in hypergraph drawing and network design. Previous algorithms for the problem assume that twins -- pairs of vertices that are in precisely the same hy… ▽ More

    Submitted 1 August, 2022; v1 submitted 15 November, 2015; originally announced November 2015.

  22. arXiv:1508.01657  [pdf, other

    cs.DS cs.DM math.CO

    A parameterized complexity view on non-preemptively scheduling interval-constrained jobs: few machines, small looseness, and small slack

    Authors: René van Bevern, Rolf Niedermeier, Ondřej Suchý

    Abstract: We study the problem of non-preemptively scheduling $n$ jobs, each job $j$ with a release time $t_j$, a deadline $d_j$, and a processing time $p_j$, on $m$ parallel identical machines. Cieliebak et al. (2004) considered the two constraints $|d_j-t_j|\leq λp_j$ and $|d_j-t_j|\leq p_j +σ$ and showed the problem to be NP-hard for any $λ>1$ and for any $σ\geq 2$. We complement their results by param… ▽ More

    Submitted 24 March, 2016; v1 submitted 7 August, 2015; originally announced August 2015.

    Comments: Version accepted at Journal of Scheduling

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

    Journal ref: Journal of Scheduling 20(3): 255-265 (2017)

  23. arXiv:1507.02350  [pdf, other

    cs.DM math.CO

    Well-Formed Separator Sequences, with an Application to Hypergraph Drawing

    Authors: René van Bevern, Iyad Kanj, Christian Komusiewicz, Rolf Niedermeier, Manuel Sorge

    Abstract: Given a hypergraph $H$, the Planar Support problem asks whether there is a planar graph $G$ on the same vertex set as $H$ such that each hyperedge induces a connected subgraph of $G$. Planar Support is motivated by applications in graph drawing and data visualization. We show that Planar Support is fixed-parameter tractable when parameterized by the number of hyperedges in the input hypergraph and… ▽ More

    Submitted 8 July, 2015; originally announced July 2015.

    Comments: 30 pages, 5 figures

    MSC Class: 68R10 ACM Class: G.2.2; F.2.2; G.2.1; I.1.2

  24. arXiv:1506.05620  [pdf, other

    cs.DS cs.DM math.OC

    A parameterized approximation algorithm for the mixed and windy Capacitated Arc Routing Problem: theory and experiments

    Authors: René van Bevern, Christian Komusiewicz, Manuel Sorge

    Abstract: We prove that any polynomial-time $α(n)$-approximation algorithm for the $n$-vertex metric asymmetric Traveling Salesperson Problem yields a polynomial-time $O(α(C))$-approximation algorithm for the mixed and windy Capacitated Arc Routing Problem, where $C$ is the number of weakly connected components in the subgraph induced by the positive-demand arcs---a small number in many applications. In con… ▽ More

    Submitted 15 October, 2016; v1 submitted 18 June, 2015; originally announced June 2015.

    Comments: A preliminary version of this article appeared in the Proceedings of the 15th Workshop on Algorithmic Approaches for Transportation Modeling, Optimization, and Systems (ATMOS'15). This version describes several algorithmic enhancements, contains an experimental evaluation of our algorithm, and provides a new benchmark data set

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

    Journal ref: Networks 70(3):262-278, 2017

  25. arXiv:1412.5498  [pdf, other

    cs.DL cs.DM cs.DS cs.SI

    H-Index Manipulation by Merging Articles: Models, Theory, and Experiments

    Authors: René van Bevern, Christian Komusiewicz, Rolf Niedermeier, Manuel Sorge, Toby Walsh

    Abstract: An author's profile on Google Scholar consists of indexed articles and associated data, such as the number of citations and the H-index. The author is allowed to merge articles; this may affect the H-index. We analyze the (parameterized) computational complexity of maximizing the H-index using article merges. Herein, to model realistic manipulation scenarios, we define a compatibility graph whose… ▽ More

    Submitted 11 August, 2016; v1 submitted 17 December, 2014; originally announced December 2014.

    Comments: Manuscript accepted to Artificial Intelligence

    MSC Class: 91D30 ACM Class: G.2.1; G.2.2; F.2.2; H.3.7

    Journal ref: Artificial Intelligence, 240:19-35, 2016

  26. 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

  27. arXiv:1402.2664  [pdf, other

    cs.DM cs.DS cs.SI math.CO

    Network-Based Vertex Dissolution

    Authors: René van Bevern, Robert Bredereck, Jiehua Chen, Vincent Froese, Rolf Niedermeier, Gerhard J. Woeginger

    Abstract: We introduce a graph-theoretic vertex dissolution model that applies to a number of redistribution scenarios such as gerrymandering in political districting or work balancing in an online situation. The central aspect of our model is the deletion of certain vertices and the redistribution of their load to neighboring vertices in a completely balanced way. We investigate how the underlying graph… ▽ More

    Submitted 15 March, 2015; v1 submitted 11 February, 2014; originally announced February 2014.

    Comments: Version accepted at SIAM Journal on Discrete Mathematics

    MSC Class: 05C21 ACM Class: G.2.1; G.2.2; F.2.2

    Journal ref: SIAM Journal on Discrete Mathematics 29(2):888-914, 2015

  28. arXiv:1402.2589  [pdf, other

    cs.DM cs.DS math.CO

    Partitioning Perfect Graphs into Stars

    Authors: René van Bevern, Robert Bredereck, Laurent Bulteau, Jiehua Chen, Vincent Froese, Rolf Niedermeier, Gerhard J. Woeginger

    Abstract: The partition of graphs into "nice" subgraphs is a central algorithmic problem with strong ties to matching theory. We study the partitioning of undirected graphs into same-size stars, a problem known to be NP-complete even for the case of stars on three vertices. We perform a thorough computational complexity study of the problem on subclasses of perfect graphs and identify several polynomial-tim… ▽ More

    Submitted 16 June, 2016; v1 submitted 11 February, 2014; originally announced February 2014.

    Comments: Manuscript accepted to Journal of Graph Theory

    MSC Class: 05C70 ACM Class: G.2.2; F.2.2; G.2.1; I.1.2

    Journal ref: Journal of Graph Theory 85(2):297--335 (2017)

  29. arXiv:1402.0851  [pdf, other

    cs.DM cs.DS math.CO

    Interval scheduling and colorful independent sets

    Authors: René van Bevern, Matthias Mnich, Rolf Niedermeier, Mathias Weller

    Abstract: Numerous applications in scheduling, such as resource allocation or steel manufacturing, can be modeled using the NP-hard Independent Set problem (given an undirected graph and an integer k, find a set of at least k pairwise non-adjacent vertices). Here, one encounters special graph classes like 2-union graphs (edge-wise unions of two interval graphs) and strip graphs (edge-wise unions of an inter… ▽ More

    Submitted 12 July, 2014; v1 submitted 4 February, 2014; originally announced February 2014.

    Comments: This revision does not contain Theorem 7 of the first revision, whose proof contained an error

    MSC Class: 68M20 ACM Class: F.2.2; I.2.8; G.2.1; G.2.2

    Journal ref: Journal of Scheduling 18(5):449-469, 2015

  30. arXiv:1312.7014  [pdf, other

    cs.DM cs.DS math.CO

    On the Parameterized Complexity of Computing Balanced Partitions in Graphs

    Authors: René van Bevern, Andreas Emil Feldmann, Manuel Sorge, Ondřej Suchý

    Abstract: A balanced partition is a clustering of a graph into a given number of equal-sized parts. For instance, the Bisection problem asks to remove at most k edges in order to partition the vertices into two equal-sized parts. We prove that Bisection is FPT for the distance to constant cliquewidth if we are given the deletion set. This implies FPT algorithms for some well-studied parameters such as clust… ▽ More

    Submitted 16 May, 2014; v1 submitted 25 December, 2013; originally announced December 2013.

    Comments: This version of the article is to appear in Theory of Computing Systems

    MSC Class: 05C85 ACM Class: G.2.1; G.2.2; I.1.2; F.2.2

    Journal ref: Theory of Computing Systems 57(1):1-35, 2015

  31. arXiv:1211.1299  [pdf, other

    cs.DM cs.DS cs.FL math.CO

    Myhill-Nerode methods for hypergraphs

    Authors: René van Bevern, Rodney G. Downey, Michael R. Fellows, Serge Gaspers, Frances A. Rosamond

    Abstract: We give an analog of the Myhill-Nerode methods from formal language theory for hypergraphs and use it to derive the following results for two NP-hard hypergraph problems: * We provide an algorithm for testing whether a hypergraph has cutwidth at most k that runs in linear time for constant k. In terms of parameterized complexity theory, the problem is fixed-parameter linear parameterized by k.… ▽ More

    Submitted 6 January, 2015; v1 submitted 6 November, 2012; originally announced November 2012.

    Comments: A preliminary version of this article appeared in the proceedings of ISAAC 2013. This extended and revised version contains the full proof details, more figures, and corollaries to make the application of the Myhill-Nerode theorem for hypergraphs easier in an algorithmic setting. Moreover, it provides a fix to the proof of the Myhill-Nerode theorem for graphs in the books of Downey and Fellows

    MSC Class: 68Q45 ACM Class: F.1.1; F.2.2; F.4.2; G.2.1; G.2.3

    Journal ref: Algorithmica 73(4):696-729, 2015

  32. Towards Optimal and Expressive Kernelization for d-Hitting Set

    Authors: René van Bevern

    Abstract: d-Hitting Set is the NP-hard problem of selecting at most k vertices of a hypergraph so that each hyperedge, all of which have cardinality at most d, contains at least one selected vertex. The applications of d-Hitting Set are, for example, fault diagnosis, automatic program verification, and the noise-minimizing assignment of frequencies to radio transmitters. We show a linear-time algorithm th… ▽ More

    Submitted 15 July, 2014; v1 submitted 10 December, 2011; originally announced December 2011.

    Comments: This version gives corrected experimental results, adds additional figures, and more formally defines "expressive kernelization"

    MSC Class: 68R10 ACM Class: G.2.1; G.2.2; F.2.2; I.1.2

    Journal ref: Algorithmica 70(1):129-147, 2014

  33. Graph-based data clustering: a quadratic-vertex problem kernel for s-Plex Cluster Vertex Deletion

    Authors: René van Bevern

    Abstract: We introduce the s-Plex Cluster Vertex Deletion problem. Like the Cluster Vertex Deletion problem, it is NP-hard and motivated by graph-based data clustering. While the task in Cluster Vertex Deletion is to delete vertices from a graph so that its connected components become cliques, the task in s-Plex Cluster Vertex Deletion is to delete vertices from a graph so that its connected components be… ▽ More

    Submitted 15 September, 2009; originally announced September 2009.

    Comments: 41 pages, 17 figures

    ACM Class: G.2.2; I.5.3

    Journal ref: Algorithmica, 62(3-4):930-950, 2012