superbox_graph | R Documentation |
Create a supergraph with given boxicity using simulated annealing (SA)
superbox_graph( l, dim = 1, perm = NULL, iter = 15000, temp = 10, tmax = 5, verbose = FALSE )
dim |
integer. target boxicity |
perm |
starting permutation for SA. If NULL, a random permutation is created |
iter |
integer. number of iterations for SA |
temp |
integer. starting temperature for SA |
tmax |
integer. number of function evaluations at each temperature for SA |
verbose |
logical. print report during SA (defaults to FALSE) |
g |
igraph object |
a list with entries
perm |
permutation vector. All permutations are concatenated to one long vector |
ged |
graph edit distance from original graph |
A |
adjacency matrix of supergraph with given boxicity |
Chandran, L. S., Francis, M. C. & Sivadasan, N. Geometric representation of graphs in low dimension using axis parallel boxes. Algorithmica 56, 129.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.