vgteam / libhandlegraph

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

Add RankedHandleGraph with just a node/handle ordering #50

Closed adamnovak closed 4 years ago

adamnovak commented 4 years ago

This also causes VectorizableHandleGraph (via RankedHandleGraph) to actually be a HandleGraph, so you can ask for a VectorizableHandleGraph or RankedHandleGraph if you want to guarantee you have a whole graph with those operations available. This in turn lets you make fewer duplicate overlays.