Nothing
test_that("is.bi.conformal works", {
## Voloshin Figure 7.15
h <- hypergraph_from_edgelist(list(1:3,2:4,c(1,2,4),1:4))
k <- dual_hypergraph(h)
expect_true(is.helly(h))
expect_true(is.helly(k))
expect_true(is.conformal(h))
expect_true(is.conformal(k))
expect_true(is.bi.conformal(h))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.