Skip to content

UniStuttgart-IKR/NestedGraphs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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