fslaborg / Graphoscope

A pragmatic approach to network science.
http://fslab.org/Graphoscope/
MIT License
14 stars 6 forks source link

Update Dijkstra in accordance to #29 #30

Closed LibraChris closed 1 year ago

LibraChris commented 1 year ago

Add getEdgeWeight Functions to Dijkstra, removing the limitation of only working on Graphs where 'EdgeData=float.

codecov[bot] commented 1 year ago

Codecov Report

Merging #30 (1756d77) into developer (60b15ae) will increase coverage by 0.06%. The diff coverage is 33.33%.

@@              Coverage Diff              @@
##           developer      #30      +/-   ##
=============================================
+ Coverage      22.99%   23.05%   +0.06%     
=============================================
  Files             28       28              
  Lines           1196     1197       +1     
=============================================
+ Hits             275      276       +1     
  Misses           921      921              
Files Changed Coverage Δ
src/Graphoscope/Algorithms/Dijkstra.fs 37.73% <33.33%> (+1.19%) :arrow_up: