Skip to main content

Showing 1–12 of 12 results for author: Grüttemeier, N

.
  1. arXiv:2406.10287  [pdf, other

    cs.CR cs.AI

    Security Decisions for Cyber-Physical Systems based on Solving Critical Node Problems with Vulnerable Nodes

    Authors: Jens Otto, Niels Grüttemeier, Felix Specht

    Abstract: Cyber-physical production systems consist of highly specialized software and hardware components. Most components and communication protocols are not built according to the Secure by Design principle. Therefore, their resilience to cyberattacks is limited. This limitation can be overcome with common operational pictures generated by security monitoring solutions. These pictures provide information… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  2. arXiv:2211.01701  [pdf, other

    cs.DS

    Efficient Branch-and-Bound Algorithms for Finding Triangle-Constrained 2-Clubs

    Authors: Niels Grüttemeier, Philipp Heinrich Keßler, Christian Komusiewicz, Frank Sommer

    Abstract: In the Vertex Triangle 2-Club problem, we are given an undirected graph $G$ and aim to find a maximum-vertex subgraph of $G$ that has diameter at most 2 and in which every vertex is contained in at least $\ell$ triangles in the subgraph. So far, the only algorithm for solving Vertex Triangle 2-Club relies on an ILP formulation [Almeida and Brás, Comput. Oper. Res. 2019]. In this work, we develop a… ▽ More

    Submitted 7 November, 2022; v1 submitted 3 November, 2022; originally announced November 2022.

  3. arXiv:2204.02902  [pdf, ps, other

    cs.DS cs.DM cs.LG

    Efficient Bayesian Network Structure Learning via Parameterized Local Search on Topological Orderings

    Authors: Niels Grüttemeier, Christian Komusiewicz, Nils Morawietz

    Abstract: In Bayesian Network Structure Learning (BNSL), one is given a variable set and parent scores for each variable and aims to compute a DAG, called Bayesian network, that maximizes the sum of parent scores, possibly under some structural constraints. Even very restricted special cases of BNSL are computationally hard, and, thus, in practice heuristics such as local search are used. A natural approach… ▽ More

    Submitted 6 April, 2022; originally announced April 2022.

  4. arXiv:2203.07401  [pdf, ps, other

    cs.CC

    Multi-Parameter Analysis of Finding Minors and Subgraphs in Edge Periodic Temporal Graphs

    Authors: Emmanuel Arrighi, Niels Grüttemeier, Nils Morawietz, Frank Sommer, Petra Wolf

    Abstract: We study the computational complexity of determining structural properties of edge periodic temporal graphs (EPGs). EPGs are time-varying graphs that compactly represent periodic behavior of components of a dynamic network, for example, train schedules on a rail network. In EPGs, for each edge $e$ of the graph, a binary string $s_e$ determines in which time steps the edge is present, namely $e$ is… ▽ More

    Submitted 14 March, 2022; originally announced March 2022.

    MSC Class: 68Q17; 68Q27; 05C83; 05C85;

  5. arXiv:2107.04482  [pdf, ps, other

    cs.DS cs.DM

    Preventing Small $\mathbf{(s,t)}$-Cuts by Protecting Edges

    Authors: Niels Grüttemeier, Christian Komusiewicz, Nils Morawietz, Frank Sommer

    Abstract: We introduce and study Weighted Min $(s,t)$-Cut Prevention, where we are given a graph $G=(V,E)$ with vertices $s$ and $t$ and an edge cost function and the aim is to choose an edge set $D$ of total cost at most $d$ such that $G$ has no $(s,t)$-edge cut of capacity at most $a$ that is disjoint from $D$. We show that Weighted Min $(s,t)$-Cut Prevention is NP-hard even on subcubcic graphs when all e… ▽ More

    Submitted 9 July, 2021; originally announced July 2021.

    Comments: 22 pages

  6. arXiv:2105.09675  [pdf, ps, other

    cs.DS cs.DM cs.LG

    On the Parameterized Complexity of Polytree Learning

    Authors: Niels Grüttemeier, Christian Komusiewicz, Nils Morawietz

    Abstract: A Bayesian network is a directed acyclic graph that represents statistical dependencies between variables of a joint probability distribution. A fundamental task in data science is to learn a Bayesian network from observed data. \textsc{Polytree Learning} is the problem of learning an optimal Bayesian network that fulfills the additional property that its underlying undirected graph is a forest. I… ▽ More

    Submitted 20 May, 2021; originally announced May 2021.

    Comments: 10 pages

  7. arXiv:2104.03138  [pdf, ps, other

    cs.DS cs.DM math.CO

    Destroying Multicolored Paths and Cycles in Edge-Colored Graphs

    Authors: Nils Jakob Eckstein, Niels Grüttemeier, Christian Komusiewicz, Frank Sommer

    Abstract: We study the computational complexity of $c$-Colored $P_\ell$ Deletion and $c$-Colored $C_\ell$ Deletion. In these problems, one is given a $c$-edge-colored graph and wants to destroy all induced $c$-colored paths or cycles, respectively, on $\ell$ vertices by deleting at most $k$ edges. Herein, a path or cycle is $c$-colored if it contains edges of $c$ distinct colors. We show that $c$-Colored… ▽ More

    Submitted 1 March, 2023; v1 submitted 7 April, 2021; originally announced April 2021.

    Comments: 31 pages

    Journal ref: Discrete Mathematics & Theoretical Computer Science, vol. 25:1, Graph Theory (March 3, 2023) dmtcs:7636

  8. arXiv:2004.14724  [pdf, ps, other

    cs.DS cs.DM cs.LG

    Learning Bayesian Networks Under Sparsity Constraints: A Parameterized Complexity Analysis

    Authors: Niels Grüttemeier, Christian Komusiewicz

    Abstract: We study the problem of learning the structure of an optimal Bayesian network when additional constraints are posed on the network or on its moralized graph. More precisely, we consider the constraint that the network or its moralized graph are close, in terms of vertex or edge deletions, to a sparse graph class $Π$. For example, we show that learning an optimal network whose moralized graph has v… ▽ More

    Submitted 6 September, 2021; v1 submitted 30 April, 2020; originally announced April 2020.

    Comments: 42 pages

    Journal ref: Journal of Artificial Intelligence Research (JAIR), 74:1225-1267, 2022

  9. arXiv:2002.08659  [pdf, other

    cs.DS cs.DM math.CO

    Maximum Edge-Colorable Subgraph and Strong Triadic Closure Parameterized by Distance to Low-Degree Graphs

    Authors: Niels Grüttemeier, Christian Komusiewicz, Nils Morawietz

    Abstract: Given an undirected graph $G$ and integers $c$ and $k$, the Maximum Edge-Colorable Subgraph problem asks whether we can delete at most $k$ edges in $G$ to obtain a graph that has a proper edge coloring with at most $c$ colors. We show that Maximum Edge-Colorable Subgraph admits, for every fixed $c$, a linear-size problem kernel when parameterized by the edge deletion distance of $G$ to a graph wit… ▽ More

    Submitted 20 February, 2020; originally announced February 2020.

    Comments: 32 Pages

  10. arXiv:1901.03627  [pdf, ps, other

    cs.DS cs.DM math.CO

    Destroying Bicolored $P_3$s by Deleting Few Edges

    Authors: Niels Grüttemeier, Christian Komusiewicz, Jannik Schestag, Frank Sommer

    Abstract: We introduce and study the Bicolored $P_3$ Deletion problem defined as follows. The input is a graph $G=(V,E)$ where the edge set $E$ is partitioned into a set $E_r$ of red edges and a set $E_b$ of blue edges. The question is whether we can delete at most $k$ edges such that $G$ does not contain a bicolored $P_3$ as an induced subgraph. Here, a bicolored $P_3$ is a path on three vertices with one… ▽ More

    Submitted 4 June, 2021; v1 submitted 11 January, 2019; originally announced January 2019.

    Comments: 25 pages

    Journal ref: Discrete Mathematics & Theoretical Computer Science, vol. 23 no. 1, Graph Theory (June 8, 2021) dmtcs:6108

  11. arXiv:1811.09411  [pdf, other

    cs.DS cs.DM

    Your Rugby Mates Don't Need to Know your Colleagues: Triadic Closure with Edge Colors

    Authors: Laurent Bulteau, Niels Grüttemeier, Christian Komusiewicz, Manuel Sorge

    Abstract: Given an undirected graph $G=(V,E)$ the NP-hard Strong Triadic Closure (STC) problem asks for a labeling of the edges as \emph{weak} and \emph{strong} such that at most $k$ edges are weak and for each induced $P_3$ in $G$ at least one edge is weak. In this work, we study the following generalizations of STC with $c$ different strong edge colors. In Multi-STC an induced $P_3$ may receive two strong… ▽ More

    Submitted 11 March, 2021; v1 submitted 23 November, 2018; originally announced November 2018.

    Comments: 29 pages

  12. arXiv:1803.00807  [pdf, ps, other

    cs.DS cs.DM

    On the Relation of Strong Triadic Closure and Cluster Deletion

    Authors: Niels Grüttemeier, Christian Komusiewicz

    Abstract: We study the parameterized and classical complexity of two related problems on undirected graphs $G=(V,E)$. In Strong Triadic Closure we aim to label the edges in $E$ as strong and weak such that at most~$k$ edges are weak and $G$ contains no induced $P_3$ with two strong edges. In Cluster Deletion, we aim to destroy all induced $P_3$s by a minimum number of edge deletions. We first show that Stro… ▽ More

    Submitted 6 August, 2019; v1 submitted 2 March, 2018; originally announced March 2018.

    Comments: 27 pages