setDominates function

Check if one set is better than another.

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)

Arguments

  • x: [matrix]

    First set of points.

  • y: [matrix]

    Second set of points.

Returns

[logical(1)]

  • Maintainer: Jakob Bossek
  • License: GPL-3
  • Last published: 2023-03-08