中文
相关论文

相关论文: NLC-2 graph recognition and isomorphism

200 篇论文

The clique-width is a measure of complexity of decomposing graphs into certain tree-like structures. The class of graphs with bounded clique-width contains bounded tree-width graphs. We give a polynomial time graph isomorphism algorithm for…

计算复杂性 · 计算机科学 2016-04-29 Bireswar Das , Murali Krishna Enduri , I. Vinod Reddy

In this note, we give an algorithm that computes the linearwidth of input $n$-vertex graphs in time $O^*(2^n)$, which improves a trivial $O^*(2^m)$-time algorithm, where $n$ and $m$ the number of vertices and edges, respectively.

数据结构与算法 · 计算机科学 2021-03-08 Yasuaki Kobayashi , Yu Nakahata

Clique-width is a well-known graph parameter. Many NP-hard graph problems admit polynomial-time solutions when restricted to graphs of bounded clique-width. The same holds for NLC-width. In this paper we study the behavior of clique-width…

数据结构与算法 · 计算机科学 2016-06-07 Frank Gurski

We give an algorithm that, for every fixed k, decides isomorphism of graphs of rank width at most k in polynomial time. As the clique width of a graph is bounded in terms of its rank width, we also obtain a polynomial time isomorphism test…

离散数学 · 计算机科学 2015-05-15 Martin Grohe , Pascal Schweitzer

Clique-width is a well-studied graph parameter. For graphs of bounded clique-width, many problems that are NP-hard in general can be polynomial-time solvable. The fact motivates several studies to investigate whether the clique-width of…

数据结构与算法 · 计算机科学 2022-02-01 Yu Nakahata

In this paper, we present two main results. First, by only one conjecture (Conjecture 2.9) for recognizing a vertex symmetric graph, which is the hardest task for our problem, we construct an algorithm for finding an isomorphism between two…

数据结构与算法 · 计算机科学 2017-06-29 Caishi Fang

We develop the methodology of positioning graph vertices relative to each other to solve the problem of determining isomorphism of two undirected graphs. Based on the position of the vertex in one of the graphs, it is determined the…

数据结构与算法 · 计算机科学 2018-02-13 Anatoly D. Plotnikov

Clique-width is a well-studied graph parameter owing to its use in understanding algorithmic tractability: if the clique-width of a graph class ${\cal G}$ is bounded by a constant, a wide range of problems that are NP-complete in general…

组合数学 · 数学 2021-12-23 Konrad K. Dabrowski , Matthew Johnson , Daniël Paulusma

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

Graph isomorphism is an important computer science problem. The problem for the general case is unknown to be in polynomial time. The base algorithm for the general case works in quasi-polynomial time. The solutions in polynomial time for…

离散数学 · 计算机科学 2017-11-23 Vaibhav Amit Patel

Recently, a new set of multigraph parameters was defined, called "gonalities". Gonality bears some similarity to treewidth, and is a relevant graph parameter for problems in number theory and multigraph algorithms. Multigraphs of gonality 1…

数据结构与算法 · 计算机科学 2019-09-24 Jelco M. Bodewes , Hans L. Bodlaender , Gunther Cornelissen , Marieke van der Wegen

Many complex questions in biology, physics, and mathematics can be mapped to the graph isomorphism problem and the closely related graph automorphism problem. In particular, these problems appear in the context of network visualization,…

数据结构与算法 · 计算机科学 2012-11-14 Charo I. Del Genio , Thilo Gross

Given a clique-width $k$-expression of a graph $G$, we provide $2^{O(k)}\cdot n$ time algorithms for connectivity constraints on locally checkable properties such as Node-Weighted Steiner Tree, Connected Dominating Set, or Connected Vertex…

计算复杂性 · 计算机科学 2018-08-21 Benjamin Bergougnoux , Mamadou Moustapha Kanté

Lettericity is a graph parameter responsible for many attractive structural properties. In particular, graphs of bounded lettericity have bounded linear clique-width and they are well-quasi-ordered by induced subgraphs. The latter property…

组合数学 · 数学 2024-02-21 Bogdan Alecu , Mamadou Moustapha Kanté , Vadim Lozin , Viktor Zamaraev

While structural width parameters (of the input) belong to the standard toolbox of graph algorithms, it is not the usual case in computational geometry. As a case study we propose a natural extension of the structural graph parameter of…

计算机科学中的逻辑 · 计算机科学 2020-04-07 Onur Çağırıcı , Petr Hliněný , Filip Pokrývka , Abhisekh Sankaran

Many algorithms have been developed for NP-hard problems on graphs with small treewidth $k$. For example, all problems that are expressable in linear extended monadic second order can be solved in linear time on graphs of bounded treewidth.…

数据结构与算法 · 计算机科学 2016-05-17 Frank Kammer , Torsten Tholey

We give a linear-time algorithm that checks for isomorphism between two 0-1 matrices that obey the circular-ones property. This algorithm leads to linear-time isomorphism algorithms for related graph classes, including Helly circular-arc…

An unweighted, undirected graph $G$ on $n$ nodes is said to have \emph{bandwidth} at most $k$ if its nodes can be labelled from $0$ to $n - 1$ such that no two adjacent nodes have labels that differ by more than $k$. It is known that one…

数据结构与算法 · 计算机科学 2026-02-03 Luis M. B. Varona

The bandwidth of a graph G on n vertices is the minimum b such that the vertices of G can be labeled from 1 to n such that the labels of every pair of adjacent vertices differ by at most b. In this paper, we present a 2-approximation…

数据结构与算法 · 计算机科学 2012-05-01 Martin Fürer , Serge Gaspers , Shiva Prasad Kasiviswanathan

Clique-width is one of the graph complexity measures leading to polynomial special-case algorithms for generally NP-complete problems, e.g. graph colourability. The best two currently known algorithms for verifying c-colourability of graphs…

计算复杂性 · 计算机科学 2021-08-13 Bruno Courcelle , Irène Durand , Michael Raskin
‹ 上一页 1 2 3 10 下一页 ›