中文
相关论文

相关论文: A Heuristic Subexponential Algorithm to Find Paths…

200 篇论文

We present in this short note a polynomial graph extension procedure that can be used to improve any graph isomorphism algorithm. This construction propagates new constraints from the isomorphism constraints of the input graphs (denoted by…

数据结构与算法 · 计算机科学 2009-03-03 Daniel Cosmin Porumbel

The \emph{Markov numbers} are positive integers appearing as solutions to the Diophantine equation $x^2 + y^2 + z^2 = 3xyz$. These numbers are very well-studied and have many combinatorial properties, as well as being the source of the…

组合数学 · 数学 2023-10-27 PJ Apruzzese , Kevin Cong

The quadratic shortest path problem is the problem of finding a path in a directed graph such that the sum of interaction costs over all pairs of arcs on the path is minimized. We derive several semidefinite programming relaxations for the…

最优化与控制 · 数学 2017-08-23 Hao Hu , Renata Sotirov

We initiate the study on fault-tolerant spanners in hypergraphs and develop fast algorithms for their constructions. A fault-tolerant (FT) spanner preserves approximate distances under network failures, often used in applications like…

数据结构与算法 · 计算机科学 2026-03-10 Jialin He , Nicholas Popescu , Chunjiang Zhu

Graph-based semi-supervised learning is a powerful paradigm in machine learning for modeling and exploiting the underlying graph structure that captures the relationship between labeled and unlabeled data. A large number of classical as…

机器学习 · 计算机科学 2025-07-17 Ally Yalei Du , Eric Huang , Dravyansh Sharma

Xiong and Liu [L. Xiong and Z. Liu, Hamiltonian iterated line graphs, Discrete Math. 256 (2002) 407-422] gave a characterization of the graphs $G$ for which the $n$-th iterated line graph $L^n(G)$ is hamiltonian, for $n\ge2$. In this paper,…

组合数学 · 数学 2021-01-01 Zhaohong Nou , Liming Xiong , Weihua Yang

We introduce a new subclass of chordal graphs that generalizes split graphs, which we call well-partitioned chordal graphs. Split graphs are graphs that admit a partition of the vertex set into cliques that can be arranged in a star…

组合数学 · 数学 2020-02-26 Jungho Ahn , Lars Jaffke , O-joung Kwon , Paloma T. Lima

Grid graphs, and, more generally, $k\times r$ grid graphs, form one of the most basic classes of geometric graphs. Over the past few decades, a large body of works studied the (in)tractability of various computational problems on grid…

数据结构与算法 · 计算机科学 2021-07-01 Siddharth Gupta , Guy Sa'ar , Meirav Zehavi

We study the problem of restricting a Markov equivalence class of maximal ancestral graphs (MAGs) to only those MAGs that contain certain edge marks, which we refer to as expert or orientation knowledge. Such a restriction of the Markov…

机器学习 · 统计学 2025-09-26 Aparajithan Venkateswaran , Emilija Perković

Graphs have been commonly used to model many applications. A natural problem which abstracts applications such as itinerary planning, playlist recommendation, and flow analysis in information networks is that of finding the heaviest path(s)…

数据库 · 计算机科学 2015-03-19 Mohammad Khabbaz , Smriti Bhagat , Laks V. S. Lakshmanan

A cocomparability graph is a graph whose complement admits a transitive orientation. An interval graph is the intersection graph of a family of intervals on the real line. In this paper we investigate the relationships between interval and…

离散数学 · 计算机科学 2016-11-08 Jérémie Dusart , Michel Habib , Derek G. Corneil

Graphs are fundamental objects that find widespread applications across computer science and beyond. Graph Theory has yielded deep insights about structural properties of various families of graphs, which are leveraged in the design and…

数据结构与算法 · 计算机科学 2023-08-30 Rachit Nimavat

Building on recent work of Robertson and Steger, we associate a C*-algebra to a combinatorial object which may be thought of as a higher rank graph. This C*-algebra is shown to be isomorphic to that of the associated path groupoid.…

算子代数 · 数学 2007-05-23 Alex Kumjian , David Pask

A drawback of the classic approach for complexity analysis of distributed graph problems is that it mostly informs about the complexity of notorious classes of ``worst case'' graphs. Algorithms that are used to prove a tight (existential)…

分布式、并行与集群计算 · 计算机科学 2023-06-12 Philipp Schneider

We initiate the algorithmic study of the following "structured augmentation" question: is it possible to increase the connectivity of a given graph G by superposing it with another given graph H? More precisely, graph F is the superposition…

数据结构与算法 · 计算机科学 2017-06-15 Fedor V. Fomin , Petr A. Golovach , Dimitrios M. Thilikos

The restoration lemma is a classic result by Afek, Bremler-Barr, Kaplan, Cohen, and Merritt [PODC '01], which relates the structure of shortest paths in a graph $G$ before and after some edges in the graph fail. Their work shows that, after…

数据结构与算法 · 计算机科学 2024-03-06 Greg Bodwin , Lily Wang

Given a simple connected undirected graph G = (V, E), a set X \subseteq V(G), and integers k and p, STEINER SUBGRAPH EXTENSION problem asks if there exists a set S \supseteq X with at most k vertices such that G[S] is p-edge-connected. This…

数据结构与算法 · 计算机科学 2025-10-07 Eduard Eiben , Diptapriyo Majumdar , M. S. Ramanujan

We present an effective heuristic for the Steiner Problem in Graphs. Its main elements are a multistart algorithm coupled with aggressive combination of elite solutions, both leveraging recently-proposed fast local searches. We also propose…

数据结构与算法 · 计算机科学 2014-12-11 Thomas Pajor , Eduardo Uchoa , Renato F. Werneck

The well-known Disjoint Paths problem is to decide if a graph contains k pairwise disjoint paths, each connecting a different terminal pair from a set of k distinct pairs. We determine, with an exception of two cases, the complexity of the…

组合数学 · 数学 2021-05-14 Walter Kern , Barnaby Martin , Daniël Paulusma , Siani Smith , Erik Jan van Leeuwen

Several `edge-discovery' applications over graph-based data models are known to have worst-case quadratic time complexity in the nodes, even if the discovered edges are sparse. One example is the generic link discovery problem between two…

人工智能 · 计算机科学 2017-07-04 Mayank Kejriwal