vgteam / libhandlegraph

Library for the Handle Graph abstraction
MIT License
20 stars 3 forks source link

Split source into multiple CPP files, and add SnarlDecomposition and TriviallySerializable #62

Closed adamnovak closed 3 years ago

adamnovak commented 3 years ago

This adds a backend for handle graphs, or other types, that can be serialized and deserialized just by loading or dumping an in-memory representation.

We're probably going to want to split the implementation off from the interface a bit more, eventually.

It also adds a SnarlDecomposition interface for talking about decompositions of handle graphs into snarls.