jakobbossek / mcMST

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

In C++ code weight(s) and costs(s) are used inconsistently #32

Open jakobbossek opened 3 years ago

jakobbossek commented 3 years ago

Sometimes variable weights refers to the edge weights and sometimes to weighted sampled for scaalaarization.