Since FeaturedGraph already implements some of the core LightGraphs methods, it can be convenient to redefine
abstract type AbstractFeaturedGraph <: AbstractGraph{Int} end
so that we can access the full set of LightGraphs functionalities.
This approach is being experimented int FluxML/GeometricFlux.jl#204
Since FeaturedGraph already implements some of the core LightGraphs methods, it can be convenient to redefine
so that we can access the full set of LightGraphs functionalities.
This approach is being experimented int FluxML/GeometricFlux.jl#204