On Sun, Nov 16, 2014 at 5:58 AM, patricia <[email protected]> wrote:
> Hi,
>
> To use igraph_adjacency function () I need to create a variable of type
> igraph_adjacency_t or simply use the following syntax: igraph_adjacency (&
> net, & adj, IGRAPH_ADJ_UNDIRECTED)?

Yes, you do not need a variable for that.

> You can use the SETEAN () function before creating the graph, or only after
> its creation is possible to set the numerical values of the edges?

No, these functions work on igraph objects, so you need to create one first.

Gabor

> Thank you
>
> _______________________________________________
> igraph-help mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>

_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to