Require adjacent rows and adjacent columns in the array x to be lexicographically ordered. Adjacent rows and adjacent columns may be equal.
Requires that the array x is strictly lexicographically greater than array y. Compares them from first to last element, regardless of indices.
Requires that the array x is strictly lexicographically greater than array y. Compares them from first to last element, regardless of indices.
Requires that the array x is strictly lexicographically greater than array y. Compares them from first to last element, regardless of indices.
Requires that the array x is strictly lexicographically greater than array y. Compares them from first to last element, regardless of indices.
Requires that the array x is lexicographically greater than or equal to array y. Compares them from first to last element, regardless of indices.
Requires that the array x is lexicographically greater than or equal to array y. Compares them from first to last element, regardless of indices.
Requires that the array x is lexicographically greater than or equal to array y. Compares them from first to last element, regardless of indices.
Requires that the array x is lexicographically greater than or equal to array y. Compares them from first to last element, regardless of indices.
Requires that the array x is strictly lexicographically less than array y. Compares them from first to last element, regardless of indices.
Requires that the array x is strictly lexicographically less than array y. Compares them from first to last element, regardless of indices.
Requires that the array x is strictly lexicographically less than array y. Compares them from first to last element, regardless of indices.
Requires that the array x is strictly lexicographically less than array y. Compares them from first to last element, regardless of indices.
Requires that the array x is lexicographically less than or equal to array y. Compares them from first to last element, regardless of indices.
Requires that the array x is lexicographically less than or equal to array y. Compares them from first to last element, regardless of indices.
Requires that the array x is lexicographically less than or equal to array y. Compares them from first to last element, regardless of indices.
Requires that the array x is lexicographically less than or equal to array y. Compares them from first to last element, regardless of indices.
Require adjacent rows and adjacent columns in the array x to be lexicographically ordered. Adjacent rows and adjacent columns cannot be equal.
Requires that s precede t in the array x.
Precedence means that if any element of x is equal to t, then another element of x with a lower index is equal to s.
Requires that s precede t in the array x.
Precedence means that if an element of x contains t but not s, then another element of x with lower index contains s but not t.
Requires that c[i] precedes c[i +1] in the array x.
Precedence means that if any element of x is equal to \a c[i +1], then another element of x with a lower index is equal to \a c[i].
Requires that c[i] precedes c[i +1] in the array x.
Precedence means that if an element of x contains \a c[i +1] but not \a c[i], then another element of x with lower index contains \a c[i] but not \a c[i +1].