igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] vertex remove


From: Tamas Nepusz
Subject: Re: [igraph] vertex remove
Date: Fri, 06 May 2011 16:50:47 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

> Hi everyone,
> 
> i'm using igraph 0.5 with my project developed with c.
> 
> i'd like to know how can i remove a vertex from a graph ?
Use igraph_delete_vertices:

igraph_delete_vertices(&your_graph, igraph_vss_1(vertex_index_to_delete));

More information:
http://igraph.sourceforge.net/doc/html/ch04s02s03.html

-- 
T.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]