tests/testthat/test-enumeration.R

context("enumeration")

test_that("enumeration", {
  lambda <- c(5,2,1)
  tableaux <- all_sytx(lambda)
  expect_length(tableaux, count_sytx(lambda))
  expect_true(all(vapply(tableaux, isSYT, logical(1L))))
  expect_identical(tableaux[[1]], firstsyt(lambda))
  expect_identical(tableaux[[2]], nextsyt(firstsyt(lambda)))
  expect_true(.islastsyt(tableaux[[length(tableaux)]]))
})
stla/syt documentation built on July 24, 2024, 4:37 a.m.