minSij
minSij is a mathematical notation used to denote the minimum value of a family of numbers Sij indexed by i and j. In compact form, minSij = min_{i ∈ I, j ∈ J} Sij, where I and J specify the index sets. If S is a matrix with rows indexed by i and columns by j, minSij is simply the smallest entry in the matrix. If S is a function S(i, j) defined on a finite domain, minSij is the minimum value of that function over the domain.
In many contexts Sij represents a score, cost, energy, or similarity between pairs (i, j). The minimum
Computationally, calculating minSij involves scanning the relevant entries of S and keeping track of the smallest
Related notions include maxSij for the maximum value, and argmin techniques that return the pair (i, j)