Sum-of-Local-Effects Data Structures for Separable Graphs

05/05/2023
by   Xing Lyu, et al.
0

It is not difficult to think of applications that can be modelled as graph problems in which placing some facility or commodity at a vertex has some positive or negative effect on the values of all the vertices out to some distance, and we want to be able to calculate quickly the cumulative effect on any vertex's value at any time or the list of the most beneficial or most detrimential effects on a vertex. In this paper we show how, given an edge-weighted graph with constant-size separators, we can support the following operations on it in time polylogarithmic in the number of vertices and the number of facilities placed on the vertices, where distances between vertices are measured with respect to the edge weights: Add (v, f, w, d) places a facility of weight w and with effect radius d onto vertex v. Remove (v, f) removes a facility f previously placed on v using Add from v. Sum (v) or Sum (v, d) returns the total weight of all facilities affecting v or, with a distance parameter d, the total weight of all facilities whose effect region intersects the “circle” with radius d around v. Top (v, k) or Top (v, k, d) returns the k facilities of greatest weight that affect v or, with a distance parameter d, whose effect region intersects the “circle” with radius d around v. The weights of the facilities and the operation that Sum uses to “sum” them must form a semigroup. For Top queries, the weights must be drawn from a total order.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/27/2021

The Space Complexity of Sum Labelling

A graph is called a sum graph if its vertices can be labelled by distinc...
research
01/09/2023

Improved Approximation Algorithms for the Expanding Search Problem

A searcher faces a graph with edge lengths and vertex weights, initially...
research
03/22/2022

The neighbour sum distinguishing edge-weighting with local constraints

A k-edge-weighting of G is a mapping ω:E(G)⟶{1,…,k}. The edge-weighting ...
research
01/05/2023

Sum Labelling Graphs of Maximum Degree Two

The concept of sum labelling was introduced in 1990 by Harary. A graph i...
research
07/19/2018

Quasi-polynomial time approximation schemes for packing and covering problems in planar graphs

We consider two optimization problems in planar graphs. In Maximum Weigh...
research
11/27/2020

Minmax Regret 1-Sink Location Problems on Dynamic Flow Path Networks with Parametric Weights

This paper addresses the minmax regret 1-sink location problem on dynami...
research
09/29/2020

Weight Prediction for Variants of Weighted Directed Networks

A weighted directed network (WDN) is a directed graph in which each edge...

Please sign up or login with your details

Forgot password? Click here to reset