GraphOne
GraphOne copied to clipboard
Remove vertices
Can you remove a vertex from the graph once it has been created. If so, how?
The method g->get_typekv()->str2vid.erase( )
only removes the mapping between the external vertex identifier and the internal logical id.
We have a per-vertex flag in the vertex array that when manipulated should indicate whether a vertex is alive or dead. However, currently the flag is unused.
How important is this feature, do you need it now. Based on my availability, I can implement that.
It's not important. Right now I'm only performing a survey of what are the features and what is supported or not.