igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] vertex remove


From: Marcos
Subject: Re: [igraph] vertex remove
Date: Fri, 6 May 2011 08:52:02 -0700 (PDT)


thanks Tamas


De: Tamas Nepusz <address@hidden>
Para: address@hidden
Enviadas: Sexta-feira, 6 de Maio de 2011 11:50
Assunto: Re: [igraph] vertex remove

> 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.

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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