All Pairs Minimum Witness

Fix an instance of negative triangle with node sets I,J,KI, J, K and weight function ww. Let iI,jJ,kKi \in I, j \in J, k \in K. Recall that the triple (i,j,k)(i, j, k) is a negative triangle iff (w(i,k)w(k,j))+w(i,j)<0(w(i, k) \odot w(k, j)) + w(i, j) < 0. Fix a total ordering << on the nodes in KK in the negative triangle instance. For any iI,jJi \in I, j \in J, a node kKk \in K is called a minimum witness for (i,j)(i, j) if (i,j,k)(i, j, k) is a negative triangle but (i,j,k)(i, j, k') is not a negative triangle for all k<kk' < k according to the ordering. All Pairs Minimum Witness (APMW) is the problem of finding a minimum witness kk for each pair (i,j)(i,j) if such a kk exists for (i,j)(i,j).

Parameters

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

Insufficient data to display graph

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Insuffient Data to display table

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table