Skip to content

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

License

Notifications You must be signed in to change notification settings

abraunst/SparseMatrixGraphs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages