IsDominatedBy: Checking whether one element is dominated by another.
Description
Given two elements \(a\) and \(b\) of \(V\), checks whether \(a\leq b\) in poset \((V,\leq)\).
Usage
IsDominatedBy(poset, element1, element2)
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(), ...) .