jakobbossek / mcMST

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

Grapherators internals suck #34

Open jakobbossek opened 3 years ago

jakobbossek commented 3 years ago

It sucks that grapherator is based on adjacency matrices. Thus, even for sparse graphs with n approaching infinity the required memory explodes.