order_best | R Documentation |
Returns the best hamiltonian
order_best(d, maxexact=9,nsamples=50000,path_weight=sum, cycle=FALSE,path_dir = path_cor,...)
d |
A |
maxexact |
If the sequence length is |
nsamples |
If the sequence length is |
cycle |
If |
path_weight |
Combines edge weights into a single path/cycle weight. |
path_dir |
If a function is provided, used to re-orient the cycle/path. Default function is |
... |
Ignored. |
Requires package gtools.
Currently it is possible to find the best hamiltonian by complete enumeration for up to 10 nodes.
When path_dir
is non NULL, the returned hamiltonian is also optimally oriented using best_orientation
, which compares orientations via path_dir
.
A vector containing a permutation of 1..n
C.B. Hurley and R.W. Oldford
see overview
order_tsp
.
require(PairViz) order_best(eurodist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.