boostorg / boostorg/graph

Add serialization support for `adjacency_matrix` and `compressed_sparse_row`

Open
#473 0 comments 0 reactions 0 assignees View on GitHub
data structure
Dominant language
C++
Stars
392
Forks
239
Avg merge
1d 11m
Merged PRs (30d)
20

Description

## Problem

As I noticed while updating the docs, currently only the adjacency list class has support for serialization: `adjacency_list` got serialization in `adj_list_serialize.hpp`

I expect the CSR to be the most straightforward to implement since it's "just" two arrays.

I have not found any complain online about this gap as being important or critical. Worth cataloging and looking into, though.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.