flattenSkeleton {MultiObjMatch} | R Documentation |
Turns a skeleton representation of edge costs in a network
Description
Turns a skeleton representation of edge costs in a network back into the vector representation expected by the optimization routine. See comment on the costSkeleton function for more details.
Usage
flattenSkeleton(skeleton)
Arguments
skeleton |
the skeleton structure |
Value
vector representation expected by the optimization routine.
[Package MultiObjMatch version 1.0.0 Index]