KaGen icon indicating copy to clipboard operation
KaGen copied to clipboard

Implement edge weights

Open DanielSeemaier opened this issue 2 years ago • 1 comments

It would be nice to have an option for edge weights based on the distance between adjacent vertices.

DanielSeemaier avatar Mar 24 '23 00:03 DanielSeemaier

Here are the remaining tasks for edge weights:

  • Randomized edge weights are unfinished. Corresponding edges need to be sorted for binary search 
    
  • Restructuring how coordinates are handled is necessary to ensure that all required coordinates are available later for weight calculation based on distance
    
  • The weights need to be written into the output file
    

lCavendishl avatar Aug 28 '23 11:08 lCavendishl