Checks whether the input element is minimal in the input poset.
Usage
IsMinimal(poset, element)
Value
A boolean value.
Arguments
poset
An object of S4-class POSet.
Argument poset must be created by using any function contained in the package aimed at building object of S4 class POSet
(e.g. POSet(), LinearPOSet(), ProductPOSet(), ...) .
element
A character string (the name of the input element).