# \donttest{
el1 <- c("a", "b", "c", "d")
el2 <- c("x", "y")
el3 <- c("h", "k")
dom <- matrix(c(
"a", "b",
"c", "b",
"b", "d"
), ncol = 2, byrow = TRUE)
pos1 <- POSet(elements = el1, dom = dom)
pos2 <- LinearPOSet(elements = el2)
pos3 <- LinearPOSet(elements = el3)
pos <- ProductPOSet(pos1, pos2, pos3)
MRP <- ExactMRP(pos, output_every_sec=1)
# }
Run the code above in your browser using DataLab