graph_algorithms | R Documentation |
Algorithms for common graphical combinatorial problems
perfect_elim_order(graph, v)
peo(graph, v, po)
n_fill_in(graph, v, any = FALSE)
graph |
object of class |
v |
subset of vertices |
po |
optional partial ordering on elimination order |
any |
logical, if |
Defaults to the entire graph if v
is not supplied. This algorithm applies
only to undirected edges.
perfect_elim_order()
: find a perfect elimination ordering (quadratic)
peo()
: find a perfect elimination ordering
n_fill_in()
: number of edges to add for given ordering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.