中文
相关论文

相关论文: Congestion in planar graphs with demands on faces

200 篇论文

We define a general variant of the graph clustering problem where the criterion of density for the clusters is (high) connectivity. In {\sc Clustering to Given Connectivities}, we are given an $n$-vertex graph $G$, an integer $k$, and a…

数据结构与算法 · 计算机科学 2018-04-23 Petr A. Golovach , Dimitrios M. Thilikos

Given a planar digraph $G$ and a positive even integer $k$, an embedding of $G$ in the plane is k-modal, if every vertex of $G$ is incident to at most $k$ pairs of consecutive edges with opposite orientations, i.e., the incoming and the…

数据结构与算法 · 计算机科学 2019-07-04 Juan Jose Besa , Giordano Da Lozzo , Michael T. Goodrich

We describe a linear-time algorithm that finds a planar drawing of every graph of a simple line or pseudoline arrangement within a grid of area O(n^{7/6}). No known input causes our algorithm to use area \Omega(n^{1+\epsilon}) for any…

计算几何 · 计算机科学 2015-07-16 David Eppstein

We present a new model for hybrid planarity that relaxes existing hybrid representations. A graph $G = (V,E)$ is $(k,p)$-planar if $V$ can be partitioned into clusters of size at most $k$ such that $G$ admits a drawing where: (i) each…

数据结构与算法 · 计算机科学 2018-09-25 Emilio Di Giacomo , William J. Lenhart , Giuseppe Liotta , Timothy W. Randolph , Alessandra Tappini

We consider the Minimum Multi-Commodity Flow Subgraph (MMCFS) problem: given a directed graph $G$ with edge capacities $\mathit{cap}$ and a retention ratio $\alpha\in(0,1)$, find an edge-wise minimum subgraph $G' \subseteq G$ such that for…

数据结构与算法 · 计算机科学 2025-09-17 Markus Chimani , Max Ilsen

In this work, we develop a new framework for dynamic network flow problems based on optimal transport theory. We show that the dynamic multi-commodity minimum-cost network flow problem can be formulated as a multi-marginal optimal transport…

最优化与控制 · 数学 2021-06-29 Isabel Haasler , Axel Ringh , Yongxin Chen , Johan Karlsson

A simple topological graph $G$ is a graph drawn in the plane so that any pair of edges have at most one point in common, which is either an endpoint or a proper crossing. $G$ is called saturated if no further edge can be added without…

组合数学 · 数学 2015-01-30 Jan Kynčl , János Pach , Radoš Radoičić , Géza Tóth

Given an undirected graph $G=(V,E)$ with edge capacities $c_e\geq 1$ for $e\in E$ and a subset $T$ of $k$ vertices called terminals, we say that a graph $H$ is a quality-$q$ cut sparsifier for $G$ iff $T\subseteq V(H)$, and for any…

数据结构与算法 · 计算机科学 2012-04-16 Julia Chuzhoy

Given a polyhedron (planar, $3$-connected graph) $G$, we investigate its common neighbourhood graph con($G$). For cubic ($3$-regular) polyhedra, we show that the planarity of con($G$) depends on the number of odd faces of $G$, and on their…

组合数学 · 数学 2026-05-18 Riccardo W. Maffucci

Congestion in network occurs due to exceed in aggregate demand as compared to the accessible capacity of the resources. Network congestion will increase as network speed increases and new effective congestion control methods are needed,…

网络与互联网体系结构 · 计算机科学 2009-12-08 Shakeel Ahmad , Adli Mustafa , Bashir Ahmad , Arjamand Bano , Al-Sammarraie Hosam

A k-queue layout is a special type of a linear layout, in which the linear order avoids (k+1)-rainbows, i.e., k+1 independent edges that pairwise form a nested pair. The optimization goal is to determine the queue number of a graph, i.e.,…

数据结构与算法 · 计算机科学 2021-08-06 Michael A. Bekos , Martin Gronemann , Chrysanthi N. Raftopoulou

The vitality of an edge in a graph with respect to the maximum flow between two fixed vertices $s$ and $t$ is defined as the reduction of the maximum flow value caused by the removal of that edge. The max-flow vitality problem has already…

数据结构与算法 · 计算机科学 2022-04-25 Giorgio Ausiello , Lorenzo Balzotti , Paolo G. Franciosa , Isabella Lari , Andrea Ribichini

We consider the problem of cutting a set of edges on a polyhedral manifold surface, possibly with boundary, to obtain a single topological disk, minimizing either the total number of cut edges or their total length. We show that this…

计算几何 · 计算机科学 2007-05-23 Jeff Erickson , Sariel Har-Peled

We study a new optimal stopping problem: Let $G$ be a fixed graph with $n$ vertices which become active on-line in time, one by another, in a random order. The active part of $G$ is the subgraph induced by the active vertices. Find a…

组合数学 · 数学 2021-11-30 Michał Lasoń

The Planar Graph Metric Compression Problem is to compactly encode the distances among $k$ nodes in a planar graph of size $n$. Two na\"ive solutions are to store the graph using $O(n)$ bits, or to explicitly store the distance matrix with…

数据结构与算法 · 计算机科学 2017-03-16 Amir Abboud , Pawel Gawrychowski , Shay Mozes , Oren Weimann

In this paper we study the hardness of the $k$-Center problem on inputs that model transportation networks. For the problem, a graph $G=(V,E)$ with edge lengths and an integer $k$ are given and a center set $C\subseteq V$ needs to be chosen…

计算复杂性 · 计算机科学 2020-03-03 Andreas Emil Feldmann , Daniel Marx

We show a fast algorithm for determining the set of edges in a planar undirected unweighted graph, whose deletion reduces the maximum flow between two fixed vertices. This is a special case of the max flow vitality problem, that has been…

数据结构与算法 · 计算机科学 2021-09-14 Giorgio Ausiello , Paolo G. Franciosa , Isabella Lari , Andrea Ribichini

Given an undirected graph G, the edge orientation problem asks for assigning a direction to each edge to convert G into a directed graph. The aim is to minimize the maximum out degree of a vertex in the resulting directed graph. This…

数据结构与算法 · 计算机科学 2024-04-23 H. Reinstädtler , C. Schulz , B. Uçar

In this paper, we introduce a new approach for drawing diagrams that have applications in software visualization. Our approach is to use a technique we call confluent drawing for visualizing non-planar diagrams in a planar way. This…

计算几何 · 计算机科学 2007-05-23 Matthew Dickerson , David Eppstein , Michael T. Goodrich , Jeremy Meng

Physical design process commonly consumes hours to days for large designs, and routing is known as the most critical step. Demands for accurate routing quality prediction raise to a new level to accelerate hardware innovation with advanced…

机器学习 · 计算机科学 2019-04-16 Cunxi Yu , Zhiru Zhang