igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Enforcing directions of edges


From: Tamas Nepusz
Subject: Re: [igraph] Enforcing directions of edges
Date: Wed, 4 Feb 2015 23:16:27 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Why don't you create the network as directed from the very beginning? Then you
can add the edge in the right direction without creating one in the opposite
direction as well.

T.

On 02/04, Ahmed Abdeen Hamed wrote:
> Hello again respected colleagues,
> 
> How do I enforce the direction of an edge from A -> B without having a link
> back from B -> A?
> 
> If I used the to_directed() it creates mutual links, and if I use
> to_undirected() the network is not directed at all.
> 
> Thanks for your help,
> 
> -Ahmed

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


-- 
T.



reply via email to

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