A finite set. It also satisfies the concept of a support.
valuesA vector of values.
new()Initialize a finite set.
finite_set$new(values)valuesA vector of values.
has()Determine if a value is contained in the finite set.
finite_set$has(x)xA vector of values.
infimum()Get the infimum of the finite set.
finite_set$infimum()A numeric vector of infimums.
supremum()Get the supremum of the finite set.
finite_set$supremum()A numeric vector of supremums.
The dimension of the finite set.
clone()The objects of this class are cloneable with this method.
finite_set$clone(deep = FALSE)deepWhether to make a deep clone.