中文
相关论文

相关论文: A polynomial algorithm for the k-cluster problem o…

200 篇论文

For a graph $H$, a graph $G$ is an $H$-graph if it is an intersection graph of connected subgraphs of some subdivision of $H$. $H$-graphs naturally generalize several important graph classes like interval or circular-arc graph. This class…

数据结构与算法 · 计算机科学 2020-02-24 Fedor V. Fomin , Petr A. Golovach , Jean-Florent Raymond

The weighted $k$-center problem in graphs is a classical facility location problem where we place $k$ centers on the graph, which minimize the maximum weighted distance of a vertex to its nearest center. We study this problem when the…

数据结构与算法 · 计算机科学 2023-03-31 Binay Bhattacharya , Sandip Das , Subhadeep Ranjan Dev

A disk graph is an intersection graph of disks in $\mathbb{R}^2$. Determining the computational complexity of finding a maximum clique in a disk graph is a long-standing open problem. In 1990, Clark, Colbourn, and Johnson gave a…

计算几何 · 计算机科学 2024-07-17 J. Mark Keil , Debajyoti Mondal

We study the problem of counting the number of {\em isomorphic} copies of a given {\em template} graph, say $H$, in the input {\em base} graph, say $G$. In general, it is believed that polynomial time algorithms that solve this problem…

数据结构与算法 · 计算机科学 2015-03-03 Kashyap Dixit , Martin Fürer

The problem of publishing personal data without giving up privacy is becoming increasingly important. An interesting formalization recently proposed is the k-anonymity. This approach requires that the rows in a table are clustered in sets…

数据库 · 计算机科学 2009-06-02 Paola Bonizzoni , Gianluca Della Vedova , Riccardo Dondi

The $k$-CombDMR problem is that of determining whether an $n \times n$ distance matrix can be realised by $n$ vertices in some undirected graph with $n + k$ vertices. This problem has a simple solution in the case $k=0$. In this paper we…

数据结构与算法 · 计算机科学 2024-06-24 David L. Fairbairn , George B. Mertzios , Norbert Peyerimhoff

In the classic Maximum Weight Independent Set problem we are given a graph $G$ with a nonnegative weight function on vertices, and the goal is to find an independent set in $G$ of maximum possible weight. While the problem is NP-hard in…

数据结构与算法 · 计算机科学 2020-03-24 Andrzej Grzesik , Tereza Klimošová , Marcin Pilipczuk , Michał Pilipczuk

We introduce and study the problem of optimizing arbitrary functions over degree sequences of hypergraphs and multihypergraphs. We show that over multihypergraphs the problem can be solved in polynomial time. For hypergraphs, we show that…

最优化与控制 · 数学 2018-08-21 Antoine Deza , Asaf Levin , Syed M. Meesum , Shmuel Onn

The class of 2-interval graphs has been introduced for modelling scheduling and allocation problems, and more recently for specific bioinformatic problems. Some of those applications imply restrictions on the 2-interval graphs, and justify…

离散数学 · 计算机科学 2008-02-04 Philippe Gambette , Stéphane Vialette

The independence number of a tree decomposition is the size of a largest independent set contained in a single bag. The tree-independence number of a graph $G$ is the minimum independence number of a tree decomposition of $G$. As shown…

数据结构与算法 · 计算机科学 2026-01-23 Daniel Lokshtanov , Michał Pilipczuk , Paweł Rzążewski

We study {\sc Cluster Edge Modification} problems with constraints on the size of the clusters. A graph $G$ is a cluster graph if every connected component of $G$ is a clique. In a typical {\sc Cluster Edge Modification} problem such as the…

数据结构与算法 · 计算机科学 2024-09-05 Jayakrishnan Madathil , Kitty Meeks

Containing many classic optimization problems, the family of vertex deletion problems has an important position in algorithm and complexity study. The celebrated result of Lewis and Yannakakis gives a complete dichotomy of their complexity.…

数据结构与算法 · 计算机科学 2017-08-02 Yixin Cao , Yuping Ke , Yota Otachi , Jie You

In this paper, we prove that, given a clique-width $k$-expression of an $n$-vertex graph, \textsc{Hamiltonian Cycle} can be solved in time $n^{\mathcal{O}(k)}$. This improves the naive algorithm that runs in time $n^{\mathcal{O}(k^2)}$ by…

数据结构与算法 · 计算机科学 2019-06-11 Benjamin Bergougnoux , Mamadou Moustapha Kanté , O-joung Kwon

The NP-complete graph problem Cluster Editing seeks to transform a static graph into a disjoint union of cliques by making the fewest possible edits to the edges. We introduce a natural interpretation of this problem in temporal graphs,…

离散数学 · 计算机科学 2026-02-19 Cristiano Bocci , Chiara Capresi , Kitty Meeks , John Sylvester

This paper discusses the graph covering problem in which a set of edges in an edge- and node-weighted graph is chosen to satisfy some covering constraints while minimizing the sum of the weights. In this problem, because of the large…

数据结构与算法 · 计算机科学 2014-04-17 Takuro Fukunaga

The bandwidth of a graph G is the minimum of the maximum difference between adjacent labels when the vertices have distinct integer labels. We provide a polynomial algorithm to produce an optimal bandwidth labeling for graphs in a special…

组合数学 · 数学 2007-05-23 Le Tu Quoc Hung , Maciej M. Syslo , Margaret L. Weaver , Douglas B. West

Interval graphs, intersection graphs of segments on a real line (intervals), play a key role in the study of algorithms and special structural properties. Unit interval graphs, their proper subclass, where each interval has a unit length,…

数据结构与算法 · 计算机科学 2026-02-19 Jan Kratochvíl , Tomáš Masařík , Jana Novotná

The Maximum Induced Matching problem asks to find the maximum $k$ such that, given a graph $G=(V,E)$, can we find a subset of vertices $S$ of size $k$ for which every vertices $v$ in the induced graph $G[S]$ has exactly degree $1$. In this…

数据结构与算法 · 计算机科学 2022-01-11 Gordon Hoi , Ammar Fathin Sabili , Frank Stephan

The graph isomorphism problem is theoretically interesting and also has many practical applications. The best known classical algorithms for graph isomorphism all run in time super-polynomial in the size of the graph in the worst case. An…

量子物理 · 物理学 2011-04-26 David Rosenbaum

In the 90's Clark, Colbourn and Johnson wrote a seminal paper where they proved that maximum clique can be solved in polynomial time in unit disk graphs. Since then, the complexity of maximum clique in intersection graphs of d-dimensional…

计算几何 · 计算机科学 2021-07-27 Nicolas Grelier