mcMST {ecr} | R Documentation |
mcMST
Description
Pareto-front approximations for some graph problems obtained by several algorithms for the multi-criteria minimum spanning tree (mcMST) problem.
Usage
mcMST
Format
A data frame with four variables:
f1
First objective (to be minimized).
f2
Second objective (to be minimized).
algorithm
Short name of algorithm used.
prob
Short name of problem instance.
repl
Algorithm run.
The data is based on the mcMST package.
[Package ecr version 2.1.1 Index]