igraph-help
[Top][All Lists]
Advanced

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

[igraph] igraph_es_fromto


From: Marco
Subject: [igraph] igraph_es_fromto
Date: Wed, 01 Jun 2011 21:02:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110506 Icedove/3.0.11


Hi all,

I need to select an edge in a graph (then the code will cycle and I will select edges according to the cycle), using the C library, based on the nodes the edge is incident to.

I see from the doc that there is a function called:

igraph_es_fromto(igraph_es_t *es, igraph_vs_t from, igraph_vs_t to);

which, according to the doc, is not implemented yet.

Is there any other way to do this?

In my code, at some point, I need to access the attribute of an edge which is the one connecting the two nodes I am considering (actually, between the node I am considering an one of the adjacent nodes).

Ideas?

Thank you,

marco





reply via email to

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