NestedGraphs.jl

Author UniStuttgart-IKR
Popularity
11 Stars
Updated Last
6 Months Ago
Started In
November 2022
NestedGraphs.jl

NestedGraphs.jl

codecov.io Aqua QA

A package to handle nested graphs.

NestedGraphs.jl requires Julia v1.9+

NestedGraphs.jl is a young project that aims at easy and type-stable graph analysis for nested graphs. This package is in an early development stage and might break often.

Installing

julia> import Pkg
julia> Pkg.add("NestedGraphs")
julia> using NestedGraphs

Developing and testing

Setup the test environment using Run.jl. Start julia inside the NestedGraphs dev-ed directory and then:

julia> using Run
julia> Run.prepare_test() # instantiates and precompiles `./test/`
julia> Run.test()         # test package