https://github.com/juliaspacemissiondesign/smdgraphs.jl
Simple, light, and flexible API for graph-like data structure handling.
https://github.com/juliaspacemissiondesign/smdgraphs.jl
graph-algorithms graphs julia
Last synced: 2 months ago
JSON representation
Simple, light, and flexible API for graph-like data structure handling.
- Host: GitHub
- URL: https://github.com/juliaspacemissiondesign/smdgraphs.jl
- Owner: JuliaSpaceMissionDesign
- License: mit
- Created: 2023-05-01T20:22:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T09:19:34.000Z (10 months ago)
- Last Synced: 2025-03-20T23:21:24.759Z (2 months ago)
- Topics: graph-algorithms, graphs, julia
- Language: Julia
- Homepage: https://juliaspacemissiondesign.github.io/SMDGraphs.jl/
- Size: 268 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMDGraphs.jl
_A simple, light, and flexible API for graph-like data structure handling._[](https://juliaspacemissiondesign.github.io/SMDGraphs.jl/stable/)
[](https://juliaspacemissiondesign.github.io/SMDGraphs.jl/dev/)
[](https://github.com/JuliaSpaceMissionDesign/SMDGraphs.jl/actions/workflows/ci.yml)
[](https://codecov.io/gh/JuliaSpaceMissionDesign/SMDGraphs.jl)
[](https://github.com/invenia/BlueStyle)The purpose of SMDGraphs.jl is to enable efficient support for graph operations and analysis
on custom user-defined datatypes. It achieves so by offering a set of light-weight wrappers
around [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl).## Installation
This package can be installed using Julia's package manager:
```julia
julia> import Pkg;
julia> Pkg.add("SMDGraphs.jl")
```## Documentation
Please refer to the [documentation](https://juliaspacemissiondesign.github.io/SMDGraphs.jl/stable/) for additional information.## Supporting
This package was developed as part of the [JSMD](https://github.com/JuliaSpaceMissionDesign) ecosystem.
If you found this package useful in your applications, please consider starring the repository.