Price Query

For a graph with edge weight function c:EZc : E \rightarrow Z, a price query is an assignment of node weights p:VZp : V \rightarrow Z. Such a query has a yes answer if and only if there is a (u,v)E(u,v) \in E such that p(u)+p(v)>c(u,v)p(u) + p(v) > c(u,v). (Intuitively, the p(v)p(v) are “prices” on the nodes, the c(u,v)c(u,v) are costs of producing uu and vv, and a price query asks if there is an edge we are willing to “sell” at the prices given by the query.)

Parameters

  • nn: number of vertices
  • mm: number of edges

Related Problems


Insufficient data to display graph

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Insuffient Data to display table

Reductions Table

Displaying 1 of 1 reductions

Other relevant algorithms

Insuffient Data to display table