An open API service indexing awesome lists of open source software.

https://github.com/gdalle/gridgraphs.jl

Graphs defined by a grid of vertices. Compatible with the Graphs.jl ecosystem
https://github.com/gdalle/gridgraphs.jl

graph julia

Last synced: 10 months ago
JSON representation

Graphs defined by a grid of vertices. Compatible with the Graphs.jl ecosystem

Awesome Lists containing this project

README

          

# GridGraphs.jl

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://gdalle.github.io/GridGraphs.jl/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/GridGraphs.jl/dev)
[![Build Status](https://github.com/gdalle/GridGraphs.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/gdalle/GridGraphs.jl/actions/workflows/Test.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/gdalle/GridGraphs.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/gdalle/GridGraphs.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

Graphs defined by a grid of vertices. Compatible with the [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl) ecosystem