Skip to content

Haydn (0.1 - minor revision)

Compare
Choose a tag to compare
@mfms-ncsu mfms-ncsu released this 18 Apr 16:15
· 194 commits to master since this release
  1. Fixed a bug related to marking graphs as dirty:
  • before the fix, graphs were marked always marked as having been changed
  • now they are marked changed only if edited by the user
  1. Enhanced dfs_scc (strongly connected components) and euclidean (version of Dijkstra's algorithm) to be interactive