jakobbossek / mcMST

Algorithms to solve the multi-criteria minimum spanning tree problem (mcMST) in R
Other
4 stars 2 forks source link

The @return tag in mcMSTPrim.R is bad #9

Closed gvegayon closed 7 years ago

gvegayon commented 7 years ago
[list] List with component pareto.front. g = genRandomMCGP(30) res = mcMSTPrim(30, n.lambdas = 50) print(res$pareto.front)

Seems to be an example badly tagged in the source code in these lines: https://github.com/jakobbossek/mcMST/blob/4211a328d05ef9fb54916bc3cac94876dba5df64/R/mcMSTPrim.R#L26-L28

jakobbossek commented 7 years ago

Added missing @examples tag 🙈