Minimum Witness Finding

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. Minimum Witness Finding is the problem of finding a negative triangle (i,j,k)(i,j,k) such that kk is a minimum witness 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

Displaying 3 of 3 reductions

Other relevant algorithms

Insuffient Data to display table