中文
相关论文

相关论文: Max $s,t$-Flow Oracles and Negative Cycle Detectio…

200 篇论文

Given a digraph $G = (V, E)$ with a designated source $s$, sink $t$, and an $(s,t)$-max-flow of value $\lambda$, we present constructions for max-flow and min-cut sensitivity oracles, and introduce the concept of a fault-tolerant flow…

数据结构与算法 · 计算机科学 2025-12-02 Mridul Ahi , Keerti Choudhary , Shlok Pande , Pushpraj , Lakshay Saggi

Let G = (V,E) be a planar n-vertex digraph. Consider the problem of computing max st-flow values in G from a fixed source s to all sinks t in V\{s}. We show how to solve this problem in near-linear O(n log^3 n) time. Previously, no better…

离散数学 · 计算机科学 2012-10-18 Jakub Łącki , Yahav Nussbaum , Piotr Sankowski , Christian Wulff-Nilsen

We consider the problem of finding maximum flows in planar graphs with capacities on both vertices and edges and with multiple sources and sinks. We present three algorithms when the capacities are integers. The first algorithm runs in $O(n…

数据结构与算法 · 计算机科学 2021-05-26 Yipu Wang

We present a linear-time algorithm for simplifying flow networks on directed planar graphs: Given a directed planar graph on $n$ vertices, a source vertex $s$ and a sink vertex $t$, our algorithm removes all the arcs that do not participate…

数据结构与算法 · 计算机科学 2018-05-09 Jittat Fakcharoenphol , Bundit Laekhanukit , Pattara Sukprasert

In this paper we present an O(n log n) algorithm for finding a maximum flow in a directed planar graph, where the vertices are subject to capacity constraints, in addition to the arcs. If the source and the sink are on the same face, then…

离散数学 · 计算机科学 2009-05-05 Haim Kaplan , Yahav Nussbaum

We introduce a new approach to computing an approximately maximum s-t flow in a capacitated, undirected graph. This flow is computed by solving a sequence of electrical flow problems. Each electrical flow is given by the solution of a…

数据结构与算法 · 计算机科学 2010-10-20 Paul Christiano , Jonathan A. Kelner , Aleksander Madry , Daniel A. Spielman , Shang-Hua Teng

In this paper we provide an algorithm which given any $m$-edge $n$-vertex directed graph with integer capacities at most $U$ computes a maximum $s$-$t$ flow for any vertices $s$ and $t$ in $m^{11/8+o(1)}U^{1/4}$ time with high probability.…

数据结构与算法 · 计算机科学 2019-11-01 Yang P. Liu , Aaron Sidford

In this paper we study minimum cut and maximum flow problems on planar graphs, both in static and in dynamic settings. First, we present an algorithm that given an undirected planar graph computes the minimum cut between any two given…

数据结构与算法 · 计算机科学 2010-11-23 Giuseppe F. Italiano , Piotr Sankowski

We give an $O(n^{1.5} \log n)$ algorithm that, given a directed planar graph with arc capacities, a set of source nodes and a single sink node, finds a maximum flow from the sources to the sink . This is the first subquadratic-time strongly…

数据结构与算法 · 计算机科学 2010-09-15 Philip N. Klein , Shay Mozes

We provide evidence that computing the maximum flow value between every pair of nodes in a directed graph on $n$ nodes, $m$ edges,and capacities in the range $[1..n]$, which we call the All-Pairs Max-Flow problem, cannot be solved in time…

数据结构与算法 · 计算机科学 2022-11-22 Robert Krauthgamer , Ohad Trabelsi

A $(1+\epsilon)$-approximate distance oracle of an edge-weighted graph is a data structure that returns an approximate shortest path distance between any two query vertices up to a $(1+\epsilon)$ factor. Thorup (FOCS 2001, JACM 2004) and…

数据结构与算法 · 计算机科学 2021-11-08 Hung Le , Christian Wulff-Nilsen

We give an $O(k^3 n \log n \min(k,\log^2 n) \log^2(nC))$-time algorithm for computing maximum integer flows in planar graphs with integer arc {\em and vertex} capacities bounded by $C$, and $k$ sources and sinks. This improves by a factor…

数据结构与算法 · 计算机科学 2021-08-13 Julian Enoch , Kyle Fox , Dor Mesica , Shay Mozes

We give an O(n log^3 n) algorithm that, given an n-node directed planar graph with arc capacities, a set of source nodes, and a set of sink nodes, finds a maximum flow from the sources to the sinks. Previously, the fastest algorithms known…

离散数学 · 计算机科学 2011-05-12 Glencora Borradaile , Philip N. Klein , Shay Mozes , Yahav Nussbaum , Christian Wulff-Nilsen

We present an $\tilde{O}\left(m^{\frac{10}{7}}U^{\frac{1}{7}}\right)$-time algorithm for the maximum $s$-$t$ flow problem and the minimum $s$-$t$ cut problem in directed graphs with $m$ arcs and largest integer capacity $U$. This matches…

数据结构与算法 · 计算机科学 2016-08-23 Aleksander Madry

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 investigate the time-complexity of the All-Pairs Max-Flow problem: Given a graph with $n$ nodes and $m$ edges, compute for all pairs of nodes the maximum-flow value between them. If Max-Flow (the version with a given source-sink pair…

数据结构与算法 · 计算机科学 2019-07-11 Amir Abboud , Robert Krauthgamer , Ohad Trabelsi

In this paper we provide an algorithm which given any $m$-edge $n$-vertex directed graph with integer capacities at most $U$ computes a maximum $s$-$t$ flow for any vertices $s$ and $t$ in $m^{4/3+o(1)}U^{1/3}$ time. This improves upon the…

数据结构与算法 · 计算机科学 2020-04-16 Yang P. Liu , Aaron Sidford

We present new and improved data structures that answer exact node-to-node distance queries in planar graphs. Such data structures are also known as distance oracles. For any directed planar graph on n nodes with non-negative lengths we…

数据结构与算法 · 计算机科学 2011-11-11 Shay Mozes , Christian Sommer

We give an $O(n^{1.5}\log n)$ time algorithm for finding the maximum flow in a directed planar graph with multiple sources and a single sink. The techniques generalize to a subquadratic time algorithm for bounded genus graphs.

离散数学 · 计算机科学 2010-09-03 Glencora Borradaile , Christian Wulff-Nilsen

We develop a new technique for computing maximum flow in directed planar graphs with multiple sources and a single sink that significantly deviates from previously known techniques for flow problems. This gives rise to an…

离散数学 · 计算机科学 2011-05-11 Philip N. Klein , Shay Mozes
‹ 上一页 1 2 3 10 下一页 ›