igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] add edges in python igraph


From: Simone Gabbriellini
Subject: Re: [igraph] add edges in python igraph
Date: Mon, 19 Jan 2009 21:40:27 +0100

Tamas,

the problem with get_eid() is that if the edge doesn't exist, it
returns an error...

Simone

2009/1/19 Tamas Nepusz <address@hidden>:
>> but how can I check if the edge between 1 and 2 already exists, before
>> creating a new one?
>>>> g.get_eid((1,2))
>
> See help(Graph.get_eid)
>
> --
> Tamas
>
>
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>




reply via email to

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