An \(n\times n\) boolean matrix \(Z\), where \(n\) is the number of poset elements, with \(Z[i,j]=TRUE\),
if and only if the j-th poset element weakly dominates (\(\leq\)) the i-th element, in the input order relation.
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(), ...) .