el <- c("a", "b", "c", "d")
dom <- matrix(c(
"a", "b",
"c", "b",
"b", "d"
), ncol = 2, byrow = TRUE)
pos <- POSet(elements = el, dom = dom)
BDgen <- BuildBubleyDyerSeparationGenerator(pos, seed = NULL,
type="symmetric", "asymmetricUpper", "vertical")
SEP_matrices <- BubleyDyerSeparation(BDgen, n=10000, output_every_sec=5)
Run the code above in your browser using DataLab