Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simonlarsen/graphio

Small utility library to use with boost::adjacency_list
https://github.com/simonlarsen/graphio

Last synced: 24 days ago
JSON representation

Small utility library to use with boost::adjacency_list

Awesome Lists containing this project

README

        

GraphIO
========

Small utility library for reading/writing common network types with Boost adjacency lists.

### Compilation ###

The library itself is header only.
To compile the included conversion tool `convert` run:

```
git clone https://github.com/SimonLarsen/graphio.git
cd graphio
cmake . -DCMAKE_BUILD_TYPE=Release
make
```