中文
相关论文

相关论文: Testing Graph Isomorphism in Parallel by Playing a…

200 篇论文

A graph is said to be circular-arc if the vertices can be associated with arcs of a circle so that two vertices are adjacent if and only if the corresponding arcs overlap. It is proved that the isomorphism of circular-arc graphs can be…

数据结构与算法 · 计算机科学 2019-07-15 Roman Nedela , Ilia Ponomarenko , Peter Zeman

We investigate the power of graph isomorphism algorithms based on algebraic reasoning techniques like Gr\"obner basis computation. The idea of these algorithms is to encode two graphs into a system of equations that are satisfiable if and…

计算复杂性 · 计算机科学 2015-02-23 Christoph Berkholz , Martin Grohe

It is unknown whether two graphs can be tested for isomorphism in polynomial time. A classical approach to the Graph Isomorphism Problem is the d-dimensional Weisfeiler-Lehman algorithm. The d-dimensional WL-algorithm can distinguish many…

组合数学 · 数学 2010-12-10 Harm Derksen

Twin-width is a graph parameter introduced in the context of first-order model checking, and has since become a central parameter in algorithmic graph theory. While many algorithmic problems become easier on arbitrary classes of bounded…

组合数学 · 数学 2026-01-12 Irene Heinrich , Moritz Lichter , Klara Pakhomenko , Simon Raßmann

The combinatorial refinement techniques have proven to be an efficient approach to isomorphism testing for particular classes of graphs. If the number of refinement rounds is small, this puts the corresponding isomorphism problem in a…

组合数学 · 数学 2024-09-17 Laurence Kluge

We prove that every triconnected planar graph is definable by a first order sentence that uses at most 15 variables and has quantifier depth at most $11\log_2 n+43$. As a consequence, a canonic form of such graphs is computable in $AC^1$ by…

计算复杂性 · 计算机科学 2007-05-23 Oleg Verbitsky

The Weisfeiler-Leman procedure is a widely-used technique for graph isomorphism testing that works by iteratively computing an isomorphism-invariant coloring of vertex tuples. Meanwhile, a fundamental tool in structural graph theory, which…

离散数学 · 计算机科学 2022-07-19 Sandra Kiefer , Daniel Neuen

The Graph Isomorphism problem has both theoretical and practical interest. In this paper we present an algorithm, called conauto-1.2, that efficiently tests whether two graphs are isomorphic, and finds an isomorphism if they are. This…

数据结构与算法 · 计算机科学 2011-06-23 Jose Luis Lopez-Presa , Antonio Fernandez Anta

Given a graph $G$, the graph $[G]$ obtained by adding, for each pair of vertices of $G$, a unique vertex adjacent to both vertices is called the binding graph of $G$. In this work, we show that the class of binding graphs is…

组合数学 · 数学 2024-08-27 Rui Xue

In recent years, we have seen several approaches to the graph isomorphism problem based on "generic" mathematical programming or algebraic (Gr\"obner basis) techniques. For most of these, lower bounds have been established. In fact, it has…

计算复杂性 · 计算机科学 2016-07-18 Christoph Berkholz , Martin Grohe

The isomorphism problem is a fundamental problem in network analysis, which involves capturing both low-order and high-order structural information. In terms of extracting low-order structural information, graph isomorphism algorithms…

数据结构与算法 · 计算机科学 2023-07-28 Yifan Feng , Jiashu Han , Shihui Ying , Yue Gao

We present the first parallel fixed-parameter algorithm for subgraph isomorphism in planar graphs, bounded-genus graphs, and, more generally, all minor-closed graphs of locally bounded treewidth. Our randomized low depth algorithm has a…

数据结构与算法 · 计算机科学 2020-07-03 Lukas Gianinazzi , Torsten Hoefler

The definition of $1$-planar graphs naturally extends graph planarity, namely a graph is $1$-planar if it can be drawn in the plane with at most one crossing per edge. Unfortunately, while testing graph planarity is solvable in linear time,…

计算几何 · 计算机科学 2019-11-05 Carla Binucci , Walter Didimo , Fabrizio Montecchiani

Graph isomorphism, a classical algorithmic problem, determines whether two input graphs are structurally identical or not. Interestingly, it is one of the few problems that is not yet known to belong to either the P or NP-complete…

数据结构与算法 · 计算机科学 2024-10-01 Sourav Dutta , Arnab Bhattacharya

We prove that the combinatorial Weisfeiler-Leman algorithm of dimension $(3k+4)$ is a complete isomorphism test for the class of all graphs of rank width at most $k$. Rank width is a graph invariant that, similarly to tree width, measures…

数据结构与算法 · 计算机科学 2023-05-30 Martin Grohe , Daniel Neuen

The Weisfeiler-Leman (WL) algorithm is a well-known combinatorial procedure for detecting symmetries in graphs and it is widely used in graph-isomorphism tests. It proceeds by iteratively refining a colouring of vertex tuples. The number of…

离散数学 · 计算机科学 2021-07-01 Martin Grohe , Sandra Kiefer

In this paper, we show that the constant-dimensional Weisfeiler-Leman algorithm for groups (Brachter & Schweitzer, LICS 2020) can be fruitfully used to improve parallel complexity upper bounds on isomorphism testing for several families of…

数据结构与算法 · 计算机科学 2025-09-09 Joshua A. Grochow , Michael Levet

Given a pair of graphs $\textbf{A}$ and $\textbf{B}$, the problems of deciding whether there exists either a homomorphism or an isomorphism from $\textbf{A}$ to $\textbf{B}$ have received a lot of attention. While graph homomorphism is…

数据结构与算法 · 计算机科学 2021-07-08 Silvia Butti , Victor Dalmau

The Weisfeiler-Leman (WL) algorithms form a family of incomplete approaches to the graph isomorphism problem. They recently found various applications in algorithmic group theory and machine learning. In fact, the algorithms form a…

离散数学 · 计算机科学 2025-10-29 Thomas Schneider , Pascal Schweitzer

As it is well known, the isomorphism problem for vertex-colored graphs with color multiplicity at most 3 is solvable by the classical 2-dimensional Weisfeiler-Leman algorithm (2-WL). On the other hand, the prominent Cai-F\"urer-Immerman…

计算复杂性 · 计算机科学 2020-03-18 Frank Fuhlbrück , Johannes Köbler , Oleg Verbitsky
‹ 上一页 1 2 3 10 下一页 ›