中文
相关论文

相关论文: Multicommodity Flows in Planar Graphs with Demands…

200 篇论文

Woess \cite{Woess98} introduced a curvature notion on the set of edges of a planar graph, called $\Psi$-curvature in our paper, which is stable under the planar duality. We study geometric and combinatorial properties for the class of…

组合数学 · 数学 2019-09-18 Yohji Akama , Bobo Hua , Yanhui Su , Lili Wang

We show that Edge Multiway Cut (also called Multiterminal Cut) and Node Multiway Cut are NP-complete on graphs of maximum degree $3$ (also known as subcubic graphs). This improves on a previous degree bound of $11$. Our NP-completeness…

计算复杂性 · 计算机科学 2024-08-20 Matthew Johnson , Barnaby Martin , Siani Smith , Sukanya Pandey , Daniel Paulusma , Erik Jan van Leeuwen

The Multicut problem asks for a minimum cut separating certain pairs of vertices: formally, given a graph $G$ and demand graph $H$ on a set $T\subseteq V(G)$ of terminals, the task is to find a minimum-weight set $C$ of edges of $G$ such…

计算复杂性 · 计算机科学 2025-04-16 Jacob Focke , Florian Hörsch , Shaohua Li , Dániel Marx

This paper studies the problem of computing quasi-upward planar drawings of bimodal plane digraphs with minimum curve complexity, i.e., drawings such that the maximum number of bends per edge is minimized. We prove that every bimodal plane…

计算几何 · 计算机科学 2021-09-14 Carla Binucci , Emilio Di Giacomo , Giuseppe Liotta , Alessandra Tappini

We consider the ideal orientation problem in planar graphs. In this problem, we are given an undirected graph $G$ with positive edge lengths and $k$ pairs of distinct vertices $(s_1, t_1), \dots, (s_k, t_k)$ called terminals, and we want to…

数据结构与算法 · 计算机科学 2019-12-04 Yipu Wang

We study the classical Node-Disjoint Paths (NDP) problem: given an $n$-vertex graph $G$ and a collection $M=\{(s_1,t_1),\ldots,(s_k,t_k)\}$ of pairs of vertices of $G$ called demand pairs, find a maximum-cardinality set of node-disjoint…

数据结构与算法 · 计算机科学 2016-03-18 Julia Chuzhoy , David H. K. Kim , Shi Li

introduce {\sc Planar Disjoint Paths Completion}, a completion counterpart of the Disjoint Paths problem, and study its parameterized complexity. The problem can be stated as follows: given a, not necessarily connected, plane graph $G,$ $k$…

数据结构与算法 · 计算机科学 2015-11-18 Isolde Adler , Stavros G. Kolliopoulos , Dimitrios M. Thilikos

In this paper, we present a general framework for efficiently computing diverse solutions to combinatorial optimization problems. Given a problem instance, the goal is to find $k$ solutions that maximize a specified diversity measure; the…

数据结构与算法 · 计算机科学 2025-04-25 Yuni Iwamasa , Tomoki Matsuda , Shunya Morihira , Hanna Sumita

We prove a strong version of the Max-Flow Min-Cut theorem for countable networks, namely that in every such network there exist a flow and a cut that are "orthogonal" to each other, in the sense that the flow saturates the cut and is zero…

We provide $m^{1+o(1)}k\epsilon^{-1}$-time algorithms for computing multiplicative $(1 - \epsilon)$-approximate solutions to multi-commodity flow problems with $k$-commodities on $m$-edge directed graphs, including concurrent…

数据结构与算法 · 计算机科学 2025-04-01 Li Chen , Andrei Graur , Aaron Sidford

We investigate the terminal-pairability problem in the case when the base graph is a complete bipartite graph, and the demand graph is a (not necessarily bipartite) multigraph on the same vertex set. In computer science, this problem is…

组合数学 · 数学 2020-04-22 Lucas Colucci , Péter L. Erdős , Ervin Győri , Tamás Róbert Mezei

To investigate the topological structure of Morse flows on the 2-disk we use the planar graphs as destinguished graph of the flow. We assume, that the flow is transversal to the boundary of the 2-disk. We give a list of all planar graph…

组合数学 · 数学 2023-05-02 Oleksandr Pryshliak

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

We consider the capacitated domination problem, which models a service-requirement assigning scenario and which is also a generalization of the dominating set problem. In this problem, we are given a graph with three parameters defined on…

数据结构与算法 · 计算机科学 2011-08-24 Mong-Jen Kao , D. T. Lee

We consider a generalization of the unsplittable maximum two-commodity flow problem on undirected graphs where each commodity $i\in{1,2}$ can be split into a bounded number $k_i$ of equally-sized chunks that can be routed on different…

数据结构与算法 · 计算机科学 2011-11-22 Elke Eisenschmidt , Utz-Uwe Haus

Flows in networks (or graphs) play a significant role in numerous computer vision tasks. The scalar-valued edges in these graphs often lead to a loss of information and thereby to limitations in terms of expressiveness. For example,…

计算机视觉与模式识别 · 计算机科学 2023-05-16 Viktoria Ehm , Daniel Cremers , Florian Bernard

We investigate the problem of drawing graphs in 2D and 3D such that their edges (or only their vertices) can be covered by few lines or planes. We insist on straight-line edges and crossing-free drawings. This problem has many connections…

计算几何 · 计算机科学 2016-09-02 Steven Chaplick , Krzysztof Fleszar , Fabian Lipp , Alexander Ravsky , Oleg Verbitsky , Alexander Wolff

A graph is IC-planar if it admits a drawing in the plane with at most one crossing per edge and such that two pairs of crossing edges share no common end vertex. IC-planarity specializes both NIC-planarity, which allows a pair of crossing…

离散数学 · 计算机科学 2017-07-28 Christian Bachmaier , Franz J. Brandenburg , Kathrin Hanauer

Network flow interdiction analysis studies by how much the value of a maximum flow in a network can be diminished by removing components of the network constrained to some budget. Although this problem is strongly NP-complete on general…

离散数学 · 计算机科学 2008-01-14 Rico Zenklusen

Since the development of efficient linear program solvers in the 80s, all major improvements for solving multi-commodity flows to high accuracy came from improvements to general linear program solvers. This differs from the single commodity…

数据结构与算法 · 计算机科学 2023-04-26 Jan van den Brand , Daniel Zhang