is_combinatorial | R Documentation |
Uses linear programming to check whether imsets can be decomposed as elementary imsets.
is_combinatorial(imset, timeout = 60L, sparse = FALSE)
is_structural(imset, timeout = 60L, sparse = FALSE)
imset_degree(imset, timeout = 60L)
imset |
an imset to be tested |
timeout |
an integer giving the maximum run time for each linear program in seconds |
sparse |
should sparse matrices be used? |
For the timeout
operator to work we require version 5.6.13.4.9000
of lpSolve
to be installed.
is_structural()
: test if imset is structural
imset_degree()
: for a structural imset, get its degree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.