中文
相关论文

相关论文: Polynomial Time Symmetry and Isomorphism Testing f…

200 篇论文

A polynomial time algorithm which detects all paths and cycles of all lengths in form of vertex pairs (start, finish).

离散数学 · 计算机科学 2007-09-10 Sergey Gubin

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

Presented approach in polynomial time calculates large number of invariants for each vertex, which won't change with graph isomorphism and should fully determine the graph. For example numbers of closed paths of length k for given starting…

计算复杂性 · 计算机科学 2008-05-19 Jarek Duda

Color refinement is a classical technique used to show that two given graphs G and H are non-isomorphic; it is very efficient, although it does not succeed on all graphs. We call a graph G amenable to color refinement if it succeeds in…

计算复杂性 · 计算机科学 2015-05-05 V. Arvind , Johannes Köbler , Gaurav Rattan , Oleg Verbitsky

Two planar graphs G1 and G2 sharing some vertices and edges are `simultaneously planar' if they have planar drawings such that a shared vertex [edge] is represented by the same point [curve] in both drawings. It is an open problem whether…

数据结构与算法 · 计算机科学 2011-12-12 Bernhard Haeupler , Krishnam Raju Jampani , Anna Lubiw

This paper presents the novel `uniqueness tree' algorithm, as one possible method for determining whether two finite, undirected graphs are isomorphic. We prove that the algorithm has polynomial time complexity in the worst case, and that…

离散数学 · 计算机科学 2016-06-22 Jonathan Gorard

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 paper, we analyze the exact asymptotic behavior of the connectivity probability in a random binomial bipartite graph $G(n,m,p)$ under various regimes of the edge probability $p=p(n)$. To determine this probability, a method based on…

概率论 · 数学 2025-04-16 Boris Chinyaev

Temporal graphs are commonly used to represent time-resolved relations between entities in many natural and artificial systems. Many techniques were devised to investigate the evolution of temporal graphs by comparing their state at…

社会与信息网络 · 计算机科学 2024-11-20 Lorenzo Dall'Amico , Alain Barrat , Ciro Cattuto

We study the graphs formed from instances of the stable matching problem by connecting pairs of elements with an edge when there exists a stable matching in which they are matched. Our results include the NP-completeness of recognizing…

离散数学 · 计算机科学 2020-10-20 David Eppstein

We present an algorithm to compute path homology for simple digraphs, and use it to topologically analyze various small digraphs en route to an analysis of complex temporal networks which exhibit such digraphs as underlying motifs. The…

社会与信息网络 · 计算机科学 2021-01-15 Samir Chowdhury , Steve Huntsman , Matvey Yutin

In this article, we revisit and expand our prior work on graph similarity. As with our earlier work, we focus on a view of similarity which does not require node correspondence between graphs under comparison. Our work is suited to the…

离散数学 · 计算机科学 2025-12-10 Pierre Miasnikof , Alexander Y. Shetopaloff

Let k be a natural number. Let G be a graph and let N_1,...,N_k be k independent sets in G. The graph G is k-probe distance hereditary if G can be embedded into a DH-graph by adding edges between vertices that are contained in the same…

数据结构与算法 · 计算机科学 2012-02-03 T. Kloks

We study the isomorphism problem for random hypergraphs. We show that it is solvable in polynomial time for the binomial random $k$-uniform hypergraph $H_{n,p;k}$, for a wide range of $p$. We also show that it is solvable w.h.p. for random…

组合数学 · 数学 2021-03-11 Debsoumya Chakraborti , Alan Frieze , Simi Haber , Mihir Hasabnis

A temporal random geometric graph is a random geometric graph in which all edges are endowed with a uniformly random time-stamp, representing the time of interaction between vertices. In such graphs, paths with increasing time stamps…

Graph neural networks (GNNs) have emerged recently as a powerful architecture for learning node and graph representations. Standard GNNs have the same expressive power as the Weisfeiler-Leman test of graph isomorphism in terms of…

机器学习 · 统计学 2020-08-11 Giannis Nikolentzos , George Dasoulas , Michalis Vazirgiannis

Testing a graph on 2-vertex- and 2-edge-connectivity are two fundamental algorithmic graph problems. For both problems, different linear-time algorithms with simple implementations are known. Here, an even simpler linear-time algorithm is…

数据结构与算法 · 计算机科学 2012-09-05 Jens M. Schmidt

Many real world networks are considered temporal networks, in which the chronological ordering of the edges has importance to the meaning of the data. Performing temporal subgraph matching on such graphs requires the edges in the subgraphs…

数据结构与算法 · 计算机科学 2018-01-25 Patrick Mackey , Katherine Porterfield , Erin Fitzhenry , Sutanay Choudhury , George Chin

Random intersection graphs have received much attention recently and been used in a wide range of applications ranging from key predistribution in wireless sensor networks to modeling social networks. For these graphs, each node is equipped…

离散数学 · 计算机科学 2019-11-06 Jun Zhao , Osman Yagan , Virgil Gligor

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