Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonlarsen/graphio
- Owner: SimonLarsen
- Created: 2015-07-28T23:12:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T17:04:29.000Z (almost 9 years ago)
- Last Synced: 2024-10-21T07:05:38.911Z (2 months ago)
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```