Excuse me once again. How can I use rem_vertex!() now? I tried to update my
package - didn't help. I tried to do a new file (called GraphFeatures), in
witch I copied all the functions from here
<https://github.com/JuliaGraphs/LightGraphs.jl/blob/0b91e3d04fe2d0b557127e0ad42d879455a4b158/src/core.jl>
-
but it does not understand standart Graph type from LightGraphs:
ERROR: MethodError: `rem_vertex!` has no method matching
> rem_vertex!(::LighGraphs.Graph, ::Int64)
> Closest candidates are:
> rem_vertex!(::Union{GraphFeatures.DiGraph,GraphFeatures.Graph}, ::Int64)
What should I do?