Skip to content

v0.0.2 (2020-2-1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@cyang-kth cyang-kth released this 01 Feb 22:38
· 210 commits to master since this release

Added

  • Log level added in the configuration file

Changed

  • Index of nodes and edges is maintained by the network together with id.
  • UBODT rows now store node and edge index instead of ID
  • Code formatted and cleaned #36
  • Remove pointer with reference
  • Routing with boost graph library is removed with custom heap #42
  • Network graph omp is removed. The function is moved to network graph.