GraphOne icon indicating copy to clipboard operation
GraphOne copied to clipboard

Remove vertices

Open whatsthecraic opened this issue 5 years ago • 2 comments

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.

whatsthecraic avatar Nov 21 '19 12:11 whatsthecraic

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.

pradeep-k avatar Nov 25 '19 22:11 pradeep-k

It's not important. Right now I'm only performing a survey of what are the features and what is supported or not.

whatsthecraic avatar Nov 26 '19 14:11 whatsthecraic