Searched defs:LexicographicWeight (Results 1 – 1 of 1) sorted by relevance
56 LexicographicWeight() {} in LexicographicWeight() function58 LexicographicWeight(const PairWeight<W1, W2>& w) in LexicographicWeight() function61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { in LexicographicWeight() function