JuliaSpaceMissionDesign / SMDGraphs.jl

Simple, light, and flexible API for graph-like data structure handling.

Home Page:https://juliaspacemissiondesign.github.io/SMDGraphs.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMDGraphs.jl

A simple, light, and flexible API for graph-like data structure handling.

Stable Documentation Dev Documentation Build Status codecov Code Style: Blue

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.

Installation

This package can be installed using Julia's package manager:

julia> import Pkg; 
julia> Pkg.add("SMDGraphs.jl")

Documentation

Please refer to the documentation for additional information.

Supporting

This package was developed as part of the JSMD ecosystem. If you found this package useful in your applications, please consider starring the repository.

About

Simple, light, and flexible API for graph-like data structure handling.

https://juliaspacemissiondesign.github.io/SMDGraphs.jl/

License:MIT License


Languages

Language:Julia 100.0%