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

https://github.com/genietim/igraph-cereal-serialisation

A simply repo trying to understand how to serialize an igraph graph using cereal
https://github.com/genietim/igraph-cereal-serialisation

Last synced: 12 months ago
JSON representation

A simply repo trying to understand how to serialize an igraph graph using cereal

Awesome Lists containing this project

README

          

# igraph-cereal-serialisation

A simply repo trying to understand how to serialize an igraph graph using cereal.

## Current State

Yap, with the latest commit, things seem to work just fine.

For a bit of documentation, also refer to the question on [StackOverflow](https://stackoverflow.com/questions/77493797/how-to-use-cereal-to-serialize-an-igraph-graph-without-getting-addresssanitizer).

## Reproduce

Simply clone this repository, have CMake installed, and run `./bin/compileAndRun.sh`