中文
相关论文

相关论文: Finding HeavyPaths in Weighted Graphs and a Case-S…

200 篇论文

Graph Sampling provides an efficient yet inexpensive solution for analyzing large graphs. While extracting small representative subgraphs from large graphs, the challenge is to capture the properties of the original graph. Several sampling…

数据结构与算法 · 计算机科学 2019-10-21 Muhammad Irfan Yousuf , Raheel Anwar

We consider the problem of searching for a node on a labelled random graph according to a greedy algorithm that selects a route to the desired node using metric information on the graph. Motivated by peer-to-peer networks two types of…

统计力学 · 物理学 2013-05-29 David Lancaster

A directed graph G (V, E) is strongly connected if and only if, for a pair of vertices X and Y from V, there exists a path from X to Y and a path from Y to X. In Computer Science, the partition of a graph in strongly connected components is…

数据结构与算法 · 计算机科学 2018-02-16 Vlad-Andrei Munteanu

This paper investigates two types of graph queries: {\em single source distance (SSD)} queries and {\em single source shortest path (SSSP)} queries. Given a node $v$ in a graph $G$, an SSD query from $v$ asks for the distance from $v$ to…

数据库 · 计算机科学 2013-06-06 Andy Diwen Zhu , Xiaokui Xiao , Sibo Wang , Wenqing Lin

Graph matching is one of the most significant graph analytic tasks, which aims to find the node correspondence across different graphs. Most existing graph matching approaches mainly rely on topological information, whose performances are…

人工智能 · 计算机科学 2024-10-15 Haoran Cheng , Dixin Luo , Hongteng Xu

In Path Set Packing, the input is an undirected graph $G$, a collection $\calp$ of simple paths in $G$, and a positive integer $k$. The problem is to decide whether there exist $k$ edge-disjoint paths in $\calp$. We study the parameterized…

数据结构与算法 · 计算机科学 2024-06-03 N. R. Aravind , Roopam Saxena

We propose an exact algorithm for solving the longest simple path problem between two given vertices in undirected weighted graphs. By using graph partitioning and dynamic programming, we obtain an algorithm that is significantly faster…

数据结构与算法 · 计算机科学 2019-05-10 Kai Fieger , Tomas Balyo , Christian Schulz , Dominik Schreiber

Given a set of obstacles and two points, is there a path between the two points that does not cross more than $k$ different obstacles? This is a fundamental problem that has undergone a tremendous amount of work. It is known to be NP-hard,…

计算几何 · 计算机科学 2017-12-13 Eduard Eiben , Iyad Kanj

Ordered matchings, defined as graphs with linearly ordered vertices, where each vertex is connected to exactly one edge, play a crucial role in the area of ordered graphs and their homomorphisms. Therefore, we consider related problems from…

计算复杂性 · 计算机科学 2025-12-01 Michal Čertík , Andreas Emil Feldmann , Jaroslav Nešetřil , Paweł Rzążewski

The maximum graph bisection problem is a well known graph partition problem. The problem has been proven to be NP-hard. In the maximum graph bisection problem it is required that the set of vertices is divided into two partition with equal…

离散数学 · 计算机科学 2015-12-03 Zoran Maksimovic

Connectivity (or equivalently, unweighted maximum flow) is an important measure in graph theory and combinatorial optimization. Given a graph $G$ with vertices $s$ and $t$, the connectivity $\lambda(s,t)$ from $s$ to $t$ is defined to be…

数据结构与算法 · 计算机科学 2024-12-25 Shyan Akmal

Complex networks are made up of vertices and edges. The latter connect the vertices. There are several ways to measure the importance of the vertices, e.g., by counting the number of edges that start or end at each vertex, or by using the…

物理与社会 · 物理学 2024-07-08 Silvia Noschese , Lothar Reichel

Hypergraph is a powerful representation in several computer vision, machine learning and pattern recognition problems. In the last decade, many researchers have been keen to develop different hypergraph models. In contrast, no much…

计算机视觉与模式识别 · 计算机科学 2014-10-27 Sheng Huang , Ahmed Elgammal , Dan Yang

The probabilistic graphs framework models the uncertainty inherent in real-world domains by means of probabilistic edges whose value quantifies the likelihood of the edge existence or the strength of the link it represents. The goal of this…

人工智能 · 计算机科学 2012-05-25 Claudio Taranto , Nicola Di Mauro , Floriana Esposito

A very interesting matter of Network Science is assessing how complex a given network is. In other words, by how much does such a network departs from any general patterns which could be evoked for its description. Among other choices,…

社会与信息网络 · 计算机科学 2020-11-03 Roger S. Passos , Douglas O. Cardoso

Network reliability measures the probability that a target node is reachable from a source node in an uncertain graph, i.e., a graph where every edge is associated with a probability of existence. In this paper, we investigate the novel and…

数据库 · 计算机科学 2020-05-26 Xiangyu Ke , Arijit Khan , Mohammad Al Hasan , Rojin Rezvansangsari

In this paper we introduce a new network reachability problem where the goal is to find the most reliable path between two nodes in a network, represented as a directed acyclic graph. Individual edges within this network may fail according…

数据结构与算法 · 计算机科学 2012-06-26 Allen Chang , Eyal Amir

Modern computer networks support interesting new routing models in which traffic flows from a source s to a destination t can be flexibly steered through a sequence of waypoints, such as (hardware) middleboxes or (virtualized) network…

网络与互联网体系结构 · 计算机科学 2017-09-04 Saeed Akhoondian Amiri , Klaus-Tycho Foerster , Riko Jacob , Stefan Schmid

A linear layout of a graph consists of a linear ordering of its vertices and a partition of its edges into pages such that the edges assigned to the same page obey some constraint. The two most prominent and widely studied types of linear…

离散数学 · 计算机科学 2025-08-07 Emilio Di Giacomo , Walter Didimo , Henry Förster , Torsten Ueckerdt , Johannes Zink

A point visibility graph is a graph induced by a set of points in the plane where the vertices of the graph represent the points in the point set and two vertices are adjacent if and only if no other point from the point set lies on the…

离散数学 · 计算机科学 2018-05-17 Anne-Sophie Himmel , Clemens Hoffmann , Pascal Kunz , Vincent Froese , Manuel Sorge