Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 377 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 377 Bytes

SparseMatrixGraphs.jl

A minimal Graphs.jl implementation of a SparseMatrixCSC-based bidirectional graph with arbitrary edge properties

  • The code should implement the minimal Graphs interface
  • In addition, it implements inedges and outedges for fast access to neighborhood properties
  • It stores a version of both the direct and the transposed matrix for efficient access