COIN-OR::LEMON - Graph Library

Opened 15 years ago

Last modified 8 years ago

#297 new enhancement

Graph and map serializer

Reported by: Alpar Juttner Owned by: Alpar Juttner
Priority: major Milestone: LEMON 1.5 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

For real distributed computing, it would be nice to have a serializer for the graphs and the map structures.

By a serializer I mean a facility to represent a graph/map as a compact raw sequence of bytes that can be sent to another (local or remote) process and the graph/map can be reconstructed from it.

The raw data format should be compact and easy to code and decode, however it cannot be independent from the underlying graph representation, as we must keep the node/arc IDs at the graph reconstruction.

This proposal is somewhat related to #225.

Change History (3)

comment:1 Changed 14 years ago by Peter Kovacs

Milestone: LEMON 1.3 release

comment:2 Changed 11 years ago by Alpar Juttner

Milestone: LEMON 1.3 releaseLEMON 1.4 release

comment:3 Changed 8 years ago by Alpar Juttner

Milestone: LEMON 1.4 releaseLEMON 1.5 release
Note: See TracTickets for help on using tickets.