You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use the RankedHandleGraph interface on a PathHandleGraph, we need to either derive a new class, a RankedPathHandleGraph, or use a dynamic cast.
These are kind of common functions, and should have standard implementations that are basically trivial in all of our graph models. Maybe we would be better to just put them into the base HandleGraph class?
The text was updated successfully, but these errors were encountered:
In order to use the RankedHandleGraph interface on a PathHandleGraph, we need to either derive a new class, a RankedPathHandleGraph, or use a dynamic cast.
These are kind of common functions, and should have standard implementations that are basically trivial in all of our graph models. Maybe we would be better to just put them into the base HandleGraph class?
The text was updated successfully, but these errors were encountered: