jakobbossek / mcMST

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

Methods to export and import mcGP instances #15

Closed jakobbossek closed 6 years ago

jakobbossek commented 6 years ago

The file format should be similar to the TSPlib format, i.e., a header with general and meta information and a body with optional node coordinates and edges / edge weights.

jakobbossek commented 6 years ago

Done in grapherator