Check if one set is better than another.
The function checks, whether each points of the second set of points is dominated by at least one point from the first set.
setDominates(x, y)
x
: [matrix
]
First set of points.
y
: [matrix
]
Second set of points.
[logical(1)
]